aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Expand)AuthorAgeFilesLines
...
| * | Updated autoconf (.ac) files. Remove RETSIGTYPE.Arnold D. Robbins2015-04-162-2/+6
* | | Whitespace fix in extension/ChangeLog.Arnold D. Robbins2015-04-131-1/+0
* | | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-088-18/+23
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-081-1/+1
| |\|
| | * Update copyright date in extension/Makefile.in.Arnold D. Robbins2015-04-081-1/+1
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-085-5/+10
| |\|
| | * Update copyright years in extension files.Arnold D. Robbins2015-04-085-5/+10
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-072-12/+12
| |\|
| | * Update copyrights and prep towards release.Arnold D. Robbins2015-04-072-12/+12
* | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-2711-66/+474
|\| |
| * | Some more cleanups. Ready to merge!Arnold D. Robbins2015-03-272-0/+16
| * | Merge branch 'master' into selectArnold D. Robbins2015-03-2014-67/+114
| |\ \
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-1810-66/+94
| | |\|
| | | * Update to libtool 2.4.6.Arnold D. Robbins2015-03-189-47/+84
| | | * Bug fix to inplace extension and doc updates.Arnold D. Robbins2015-03-182-19/+10
| * | | Merge branch 'master' into selectAndrew J. Schorr2015-02-0125-3866/+1363
| |\ \ \
| * \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-192-11/+13
| |\ \ \ \
| * | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ...Andrew J. Schorr2015-01-192-14/+10
| * | | | | When an extension calls sym_lookup on a deferred variable, it should always s...Andrew J. Schorr2015-01-082-10/+14
| * | | | | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-062-1/+77
| * | | | | Add low-level access to the get_file API through the testext sample extension...Andrew J. Schorr2015-01-052-1/+76
| * | | | | Remove api_get_file typelen argument.Andrew J. Schorr2015-01-022-1/+6
| * | | | | Remove the select extension, since it will be part of gawkextlib.Andrew J. Schorr2015-01-028-807/+20
| * | | | | Remove the errno extension, since it is now part of gawkextlib.Andrew J. Schorr2014-12-145-634/+23
| * | | | | More autotools updates to derived files in the extension subdirectory.Andrew J. Schorr2014-12-143-20/+249
| * | | | | Merge branch 'master' into selectAndrew J. Schorr2014-12-1412-197/+792
| |\ \ \ \ \
| * | | | | | Add new functions input_fd and output_fd to the select extension.Andrew J. Schorr2014-11-093-6/+79
| * | | | | | Enhance get_file API to return info about input and output and to enable exte...Andrew J. Schorr2014-11-064-11/+104
| * | | | | | If getline fails due to a retryable I/O error, return -2 without closing the ...Andrew J. Schorr2014-11-052-2/+60
| * | | | | | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-034-5/+20
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 'master' into selectAndrew J. Schorr2014-09-214-2/+106
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-04-1330-4587/+6427
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into selectArnold D. Robbins2013-08-143-12/+51
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Patch the select extension's set_non_blocking function to check that fcntl an...Andrew J. Schorr2013-07-075-2/+16
| * | | | | | | | | | In select extension, if lacking sigaction, reset signal handler each time a s...Andrew J. Schorr2013-07-072-0/+15
| * | | | | | | | | | Enhance select signal function to return info about previous handler and deci...Andrew J. Schorr2013-07-052-15/+84
| * | | | | | | | | | Patch the select extension set_non_blocking function to work with a single ""...Andrew J. Schorr2013-07-052-5/+21
| * | | | | | | | | | For select extension signal trapping, fall back to signal if sigaction is una...Andrew J. Schorr2013-07-052-11/+26
| * | | | | | | | | | Add a kill function to the select extension, and check whether sigprocmask is...Andrew J. Schorr2013-07-055-7/+77
| * | | | | | | | | | Patch select to remove support for buggy case where the index had a numeric v...Andrew J. Schorr2013-07-022-32/+18
| * | | | | | | | | | Tighten up some argument checks in the select extension.Andrew J. Schorr2013-07-022-6/+15
| * | | | | | | | | | Add new extension header files to EXTRA_DIST so they will be in the tarball.Andrew J. Schorr2013-07-023-2/+10
| * | | | | | | | | | Enhance getline to return -2 when an I/O operation should be retried.Andrew J. Schorr2013-07-022-9/+25
| * | | | | | | | | | Add set_non_blocking function to the select extension.Andrew J. Schorr2013-07-012-1/+38
| * | | | | | | | | | Add PROCINFO["errno"] and errno extension to map between errno and strings.Andrew J. Schorr2013-07-017-28/+659
| * | | | | | | | | | Add signal trapping support to the select extension.Andrew J. Schorr2013-07-013-10/+285
| * | | | | | | | | | Added first version of select extension and new API hooks needed by it.Andrew J. Schorr2013-06-307-6/+228
* | | | | | | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-173-4/+13
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-173-4/+13
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Document a limitation in the inplace extension.Arnold D. Robbins2015-03-172-2/+6