aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-06-172-1/+13
|\|
| * For the inplace extension, add inplace variable to control whether it's active.Andrew J. Schorr2015-06-172-1/+13
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-195-16/+28
|\|
| * Changes for 4.1.3 release.Arnold D. Robbins2015-05-195-16/+28
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-293-0/+12
|\|
| * Make 4.1.2 release.Arnold D. Robbins2015-04-293-0/+12
| |
* | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-162-2/+6
|\ \
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44.
| * | | | | When an extension calls sym_lookup on a deferred variable, it should always ↵Andrew J. Schorr2015-01-082-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | succeed.
| * | | | | 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 ↵Andrew J. Schorr2015-01-052-1/+76
| | | | | | | | | | | | | | | | | | | | | | | | extension to facilitate further testing.
| * | | | | 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 ↵Andrew J. Schorr2014-11-064-11/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | extensions to create already-opened files or sockets.
| * | | | | | If getline fails due to a retryable I/O error, return -2 without closing the ↵Andrew J. Schorr2014-11-052-2/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | file only if PROCINFO[<name>, "RETRY"] is configured.
| * | | | | | 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 ↵Andrew J. Schorr2013-07-075-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and O_NONBLOCK are available.
| * | | | | | | | | | In select extension, if lacking sigaction, reset signal handler each time a ↵Andrew J. Schorr2013-07-072-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signal is trapped.
| * | | | | | | | | | Enhance select signal function to return info about previous handler and ↵Andrew J. Schorr2013-07-052-15/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | decide whether to override when it is unknown.
| * | | | | | | | | | Patch the select extension set_non_blocking function to work with a single ↵Andrew J. Schorr2013-07-052-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "" argument.
| * | | | | | | | | | For select extension signal trapping, fall back to signal if sigaction is ↵Andrew J. Schorr2013-07-052-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unavailable.
| * | | | | | | | | | Add a kill function to the select extension, and check whether sigprocmask ↵Andrew J. Schorr2013-07-055-7/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is available.
| * | | | | | | | | | Patch select to remove support for buggy case where the index had a numeric ↵Andrew J. Schorr2013-07-022-32/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value.
| * | | | | | | | | | 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
| | | | | | | | | | |