Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights and prep towards release. | Arnold D. Robbins | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | O'Reilly edits, through Chapter 16. | Arnold D. Robbins | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | Minor improvements in api header, test, and filefuncs. | Arnold D. Robbins | 2014-09-29 | 1 | -6/+6 |
| | |||||
* | Improve inrec setting ERRNO, doc of API get_record for errors. | Arnold D. Robbins | 2014-08-03 | 1 | -2/+2 |
| | |||||
* | Update copyright years on files changed in 2014. | Arnold D. Robbins | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Add memory allocation functions to gawk API. | Andrew J. Schorr | 2014-03-08 | 1 | -5/+19 |
| | |||||
* | Force array indices to be strings in flatten_array API. | Arnold D. Robbins | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | Move FAKE_FD_VALUE out of gawkapi.h. | Arnold D. Robbins | 2013-05-20 | 1 | -4/+0 |
| | |||||
* | Fix building, installing, and testing extensions on MS-Windows. | Eli Zaretskii | 2013-05-14 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test/Makefile.in (mpfr-tests, shlib-tests): Add a blank character between ' and /FOO/ in Gawk command lines, for the benefit of testing under MSYS Bash. test/filefuncs.awk (BEGIN): Call 'stat' on gawkapi.o, not on gawk, which does not exist on systems that produce gawk.exe. README_D/README.pc: Update the pc build and test instructions. pc/Makefile.tst (AWK): Set AWKLIBPATH so extensions could be found. (LS): New variable. (check): Add back shlib-tests and shlib-msg-end. (readdir): Add a warning regarding inode reporting by ls.exe. (fts, fork, fork2): Add message about expected failure on MinGW. pc/Makefile (install): Install the extensions. (install-strip): Likewise. pc/Makefile.ext: New file. io.c (devopen) [__EMX__ || __MINGW32__]: Produce EISDIR on MinGW when an attempt to open() a directory fails. (two_way_open) [__EMX__ || __MINGW32__]: When trying to open() a directory fails with EISDIR, assign FAKE_FD_VALUE to the file descriptor and attributes of a directory to its mode bits. This is needed to support the readdir extension. gawkapi.h (FAKE_FD_VALUE): New macro, used in io.h and in extension/gawkdirfd.h. extension/rwarray.c [__MINGW32__]: Include winsock2.h instead of arpa/inet.h. extension/readdir.c [__MINGW32__]: Include windows.h. Include gawkapi.h before gawkdirfd.h, since the former defines FAKE_FD_VALUE needed by the latter. (ftype): Accept an additional argument, the directory that is being read. Callers changed. [!DT_BLK]: Produce the file's type by calling 'stat' on it, if the dirent structure doesn't provide that. (get_inode): New function, to produce inode values on MS-Windows. (dir_get_record): Use it. extension/inplace.c (chown, link) [__MINGW32__]: Redirect to existing library functions. (mkstemp) [__MINGW32__]: New function, for MinGW, which doesn't have it in its library. (do_inplace_end) [__MINGW32__]: Remove the old file before renaming the new, since 'rename' on Windows cannot overwrite existing files. extension/gawkdirfd.h (ENOTSUP): Define to ENOSYS if not already defined. (DIR_TO_FD): If not defined yet, define to FAKE_FD_VALUE. extension/filefuncs.c (get_inode) [_WIN32]: New function, produces the file index used on Windows as its inode. (fill_stat_array) [_WIN32]: Use it. | ||||
* | Gawk 4.1.0 release. | Arnold D. Robbins | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | Remove sym_constant() API and tests. | Arnold D. Robbins | 2012-12-25 | 1 | -7/+0 |
| | |||||
* | Move read_func from IOBUF into awk_input_buf_t. | Arnold D. Robbins | 2012-12-19 | 1 | -0/+6 |
| | |||||
* | Add awk_true and awk_false to API. | Arnold D. Robbins | 2012-11-30 | 1 | -1/+4 |
| | |||||
* | API minor fixes and doc update. | Arnold D. Robbins | 2012-11-22 | 1 | -16/+28 |
| | |||||
* | More doc edits. Finish up api.texi. | Arnold D. Robbins | 2012-11-04 | 1 | -1/+1 |
| | |||||
* | Forging ahead with API documentation. | Arnold D. Robbins | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | Some minor fixes. See ChangeLog. | Arnold D. Robbins | 2012-10-31 | 1 | -0/+2 |
| | |||||
* | Finished basic text of API chapter! | Arnold D. Robbins | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | Doc updates. | Arnold D. Robbins | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | API doc additions and related other edits. | Arnold D. Robbins | 2012-10-26 | 1 | -2/+6 |
| | |||||
* | Doc additions. | Arnold D. Robbins | 2012-10-24 | 1 | -2/+2 |
| | |||||
* | More documentation work. | Arnold D. Robbins | 2012-10-23 | 1 | -4/+4 |
| | |||||
* | Minor API doc edits. | Arnold D. Robbins | 2012-10-21 | 1 | -9/+13 |
| | |||||
* | z/OS fixes. | Arnold D. Robbins | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | API cleanups and doc additions. | Arnold D. Robbins | 2012-10-14 | 1 | -12/+16 |
| | |||||
* | Cleanups in gawkapi.h and adjustments for them. | Arnold D. Robbins | 2012-10-10 | 1 | -154/+209 |
| | |||||
* | Allow extensions read-only access to built-in vars. | Arnold D. Robbins | 2012-09-14 | 1 | -3/+7 |
| | |||||
* | Add facility to get vesion info from extensions. | Arnold D. Robbins | 2012-08-24 | 1 | -0/+12 |
| | |||||
* | Add output and two-way processors to API. Update Mac config stuff. | Arnold D. Robbins | 2012-08-24 | 1 | -1/+71 |
| | |||||
* | Make api versions into enum, not defines. | Arnold D. Robbins | 2012-08-12 | 1 | -3/+5 |
| | |||||
* | Move struct stat into IOBUF_PUBLIC. | Arnold D. Robbins | 2012-08-08 | 1 | -0/+4 |
| | |||||
* | Add fts() extension, support, doc, and test. | Arnold D. Robbins | 2012-08-08 | 1 | -9/+29 |
| | |||||
* | Update input_parser interface for RT. | Arnold D. Robbins | 2012-07-29 | 1 | -6/+7 |
| | |||||
* | Fix bug in API set_RT, bug in readdir.c. | Arnold D. Robbins | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Add set_RT to API and to readdir extension. | Arnold D. Robbins | 2012-07-26 | 1 | -0/+4 |
| | |||||
* | Document the parser interface and remove some excessive readdir paranoia. | Andrew J. Schorr | 2012-07-26 | 1 | -1/+33 |
| | |||||
* | Remove translation of errno strings from API. | Arnold D. Robbins | 2012-07-25 | 1 | -4/+3 |
| | |||||
* | Start refactoring iop handling. Add readdir extension. | Arnold D. Robbins | 2012-07-25 | 1 | -10/+18 |
| | |||||
* | Merge branch 'extgawk' of ssh://git.sv.gnu.org/srv/git/gawk into extgawk | Arnold D. Robbins | 2012-07-20 | 1 | -0/+11 |
|\ | |||||
| * | Clean up support for AWK_SCALAR and AWK_VALUE_COOKIE. | Andrew J. Schorr | 2012-07-17 | 1 | -0/+11 |
| | | |||||
* | | Update doc in header. Redo update_scalar. | Arnold D. Robbins | 2012-07-20 | 1 | -17/+22 |
|/ | |||||
* | Add AWK_VALUE_COOKIE. And performance speedup. | Arnold D. Robbins | 2012-07-17 | 1 | -0/+17 |
| | |||||
* | Allow creation of constants from extensions. | Arnold D. Robbins | 2012-07-12 | 1 | -1/+11 |
| | |||||
* | Add sym_lookup_scalar to API for fast scalar_cookie value retrieval. | Andrew J. Schorr | 2012-07-12 | 1 | -3/+18 |
| | |||||
* | Add ability to call an initialization routine. | Arnold D. Robbins | 2012-07-11 | 1 | -1/+25 |
| | |||||
* | API clean up and require strings to be malloced. | Arnold D. Robbins | 2012-07-11 | 1 | -59/+120 |
| | |||||
* | API: Update set_array_element(). Adjust extensions. | Arnold D. Robbins | 2012-07-09 | 1 | -3/+7 |
| | |||||
* | Minor improvements in doc and in ordchr.c. | Arnold D. Robbins | 2012-06-29 | 1 | -5/+20 |
| | |||||
* | Hide private parts of IOBUF from extensions. | Andrew J. Schorr | 2012-06-24 | 1 | -35/+9 |
| |