aboutsummaryrefslogtreecommitdiffstats
path: root/gawkapi.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-10/+10
|\
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-10/+10
| |
* | Document string termination in header files and remove no-longer-needed ↵Andrew J. Schorr2016-07-061-5/+1
|/ | | | string termination logic in various places.
* Add comment to gawkapi.h about string termination.Andrew J. Schorr2016-06-271-0/+6
|
* Allow extension functions to get more arguments than expected.Arnold D. Robbins2016-05-301-1/+5
|
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+1
|\
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
| |
* | Add nonfatal error message facility to extension API.Arnold D. Robbins2016-05-251-0/+5
| |
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-031-2/+5
|\|
| * Add CPP #defines for gawk_api_major_version and gawk_api_minor_version.Andrew J. Schorr2016-05-031-2/+5
| |
* | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-081-1/+1
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-071-1/+1
| |\|
| | * Update copyrights and prep towards release.Arnold D. Robbins2015-04-071-1/+1
| | |
* | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-271-2/+38
|\| |
| * | Merge branch 'master' into selectArnold D. Robbins2015-03-201-1/+1
| |\|
| * | Document the new get_file API function in gawktexi.in.Andrew J. Schorr2015-01-041-1/+1
| | |
| * | Document new user-visible features in gawk.1 and gawktexi.in.Andrew J. Schorr2015-01-041-1/+1
| | |
| * | Remove api_get_file typelen argument.Andrew J. Schorr2015-01-021-5/+5
| | |
| * | Enhance get_file API to return info about input and output and to enable ↵Andrew J. Schorr2014-11-061-8/+26
| | | | | | | | | | | | extensions to create already-opened files or sockets.
| * | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-031-6/+6
| |\ \
| * \ \ Merge 'master' into selectAndrew J. Schorr2014-09-211-3/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-04-131-5/+19
| |\ \ \ \
| * | | | | Patch the select extension set_non_blocking function to work with a single ↵Andrew J. Schorr2013-07-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | "" argument.
| * | | | | Remove unused api_lookup_file hook.Andrew J. Schorr2013-07-021-12/+1
| | | | | |
| * | | | | Patch gawkapi flatten_array to pass index values as strings in all cases!Andrew J. Schorr2013-07-021-1/+1
| | | | | |
| * | | | | Added first version of select extension and new API hooks needed by it.Andrew J. Schorr2013-06-301-1/+28
| | | | | |
* | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-02-131-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | O'Reilly edits, through Chapter 16.Arnold D. Robbins2015-02-111-1/+1
| | |_|_|/ | |/| | |
* / | | | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-1/+1
|/ / / /
* | | / Minor improvements in api header, test, and filefuncs.Arnold D. Robbins2014-09-291-6/+6
| |_|/ |/| |
* | | Improve inrec setting ERRNO, doc of API get_record for errors.Arnold D. Robbins2014-08-031-2/+2
| |/ |/|
* | Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
| |
* | Add memory allocation functions to gawk API.Andrew J. Schorr2014-03-081-5/+19
| |
* | Force array indices to be strings in flatten_array API.Arnold D. Robbins2013-07-041-1/+1
|/
* Move FAKE_FD_VALUE out of gawkapi.h.Arnold D. Robbins2013-05-201-4/+0
|
* Fix building, installing, and testing extensions on MS-Windows.Eli Zaretskii2013-05-141-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. Robbins2013-05-101-1/+1
|
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
|
* Remove sym_constant() API and tests.Arnold D. Robbins2012-12-251-7/+0
|
* Move read_func from IOBUF into awk_input_buf_t.Arnold D. Robbins2012-12-191-0/+6
|
* Add awk_true and awk_false to API.Arnold D. Robbins2012-11-301-1/+4
|
* API minor fixes and doc update.Arnold D. Robbins2012-11-221-16/+28
|
* More doc edits. Finish up api.texi.Arnold D. Robbins2012-11-041-1/+1
|
* Forging ahead with API documentation.Arnold D. Robbins2012-10-311-1/+1
|
* Some minor fixes. See ChangeLog.Arnold D. Robbins2012-10-311-0/+2
|
* Finished basic text of API chapter!Arnold D. Robbins2012-10-271-1/+1
|
* Doc updates.Arnold D. Robbins2012-10-271-1/+1
|
* API doc additions and related other edits.Arnold D. Robbins2012-10-261-2/+6
|
* Doc additions.Arnold D. Robbins2012-10-241-2/+2
|
* More documentation work.Arnold D. Robbins2012-10-231-4/+4
|