Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Bug fix to inplace extension and doc updates. | Arnold D. Robbins | 2015-03-18 | 2 | -19/+10 | |
| | | | | ||||||
| * | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-02-01 | 25 | -3866/+1363 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-19 | 2 | -11/+13 | |
| |\ \ \ \ | ||||||
| * | | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵ | Andrew J. Schorr | 2015-01-19 | 2 | -14/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44. | |||||
| * | | | | | When an extension calls sym_lookup on a deferred variable, it should always ↵ | Andrew J. Schorr | 2015-01-08 | 2 | -10/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | succeed. | |||||
| * | | | | | Fix bug in API deferred variable creation and add a test case. | Andrew J. Schorr | 2015-01-06 | 2 | -1/+77 | |
| | | | | | | ||||||
| * | | | | | Add low-level access to the get_file API through the testext sample ↵ | Andrew J. Schorr | 2015-01-05 | 2 | -1/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | extension to facilitate further testing. | |||||
| * | | | | | Remove api_get_file typelen argument. | Andrew J. Schorr | 2015-01-02 | 2 | -1/+6 | |
| | | | | | | ||||||
| * | | | | | Remove the select extension, since it will be part of gawkextlib. | Andrew J. Schorr | 2015-01-02 | 8 | -807/+20 | |
| | | | | | | ||||||
| * | | | | | Remove the errno extension, since it is now part of gawkextlib. | Andrew J. Schorr | 2014-12-14 | 5 | -634/+23 | |
| | | | | | | ||||||
| * | | | | | More autotools updates to derived files in the extension subdirectory. | Andrew J. Schorr | 2014-12-14 | 3 | -20/+249 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into select | Andrew J. Schorr | 2014-12-14 | 12 | -197/+792 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Add new functions input_fd and output_fd to the select extension. | Andrew J. Schorr | 2014-11-09 | 3 | -6/+79 | |
| | | | | | | | ||||||
| * | | | | | | Enhance get_file API to return info about input and output and to enable ↵ | Andrew J. Schorr | 2014-11-06 | 4 | -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. Schorr | 2014-11-05 | 2 | -2/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | file only if PROCINFO[<name>, "RETRY"] is configured. | |||||
| * | | | | | | Merge remote-tracking branch 'origin/master' into select | Andrew J. Schorr | 2014-11-03 | 4 | -5/+20 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge 'master' into select | Andrew J. Schorr | 2014-09-21 | 4 | -2/+106 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into select | Andrew J. Schorr | 2014-04-13 | 30 | -4587/+6427 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into select | Arnold D. Robbins | 2013-08-14 | 3 | -12/+51 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Patch the select extension's set_non_blocking function to check that fcntl ↵ | Andrew J. Schorr | 2013-07-07 | 5 | -2/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and O_NONBLOCK are available. | |||||
| * | | | | | | | | | | In select extension, if lacking sigaction, reset signal handler each time a ↵ | Andrew J. Schorr | 2013-07-07 | 2 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signal is trapped. | |||||
| * | | | | | | | | | | Enhance select signal function to return info about previous handler and ↵ | Andrew J. Schorr | 2013-07-05 | 2 | -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. Schorr | 2013-07-05 | 2 | -5/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "" argument. | |||||
| * | | | | | | | | | | For select extension signal trapping, fall back to signal if sigaction is ↵ | Andrew J. Schorr | 2013-07-05 | 2 | -11/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unavailable. | |||||
| * | | | | | | | | | | Add a kill function to the select extension, and check whether sigprocmask ↵ | Andrew J. Schorr | 2013-07-05 | 5 | -7/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is available. | |||||
| * | | | | | | | | | | Patch select to remove support for buggy case where the index had a numeric ↵ | Andrew J. Schorr | 2013-07-02 | 2 | -32/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value. | |||||
| * | | | | | | | | | | Tighten up some argument checks in the select extension. | Andrew J. Schorr | 2013-07-02 | 2 | -6/+15 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add new extension header files to EXTRA_DIST so they will be in the tarball. | Andrew J. Schorr | 2013-07-02 | 3 | -2/+10 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Enhance getline to return -2 when an I/O operation should be retried. | Andrew J. Schorr | 2013-07-02 | 2 | -9/+25 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add set_non_blocking function to the select extension. | Andrew J. Schorr | 2013-07-01 | 2 | -1/+38 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add PROCINFO["errno"] and errno extension to map between errno and strings. | Andrew J. Schorr | 2013-07-01 | 7 | -28/+659 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Add signal trapping support to the select extension. | Andrew J. Schorr | 2013-07-01 | 3 | -10/+285 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Added first version of select extension and new API hooks needed by it. | Andrew J. Schorr | 2013-06-30 | 7 | -6/+228 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-17 | 3 | -4/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-17 | 3 | -4/+13 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Document a limitation in the inplace extension. | Arnold D. Robbins | 2015-03-17 | 2 | -2/+6 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Fix a compiler warning. | Arnold D. Robbins | 2015-03-17 | 2 | -2/+7 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-08 | 3 | -2/+8 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-26 | 3 | -2/+8 | |
| |\| | | | | | | | | | ||||||
| | * | | | | | | | | | Fixes for building a tarball. | Arnold D. Robbins | 2015-02-26 | 3 | -2/+8 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-02-13 | 2 | -1/+5 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-11 | 2 | -1/+5 | |
| |\| | | | | | | | | | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| | * | | | | | | | | O'Reilly edits, through Chapter 16. | Arnold D. Robbins | 2015-02-11 | 2 | -1/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-01-26 | 25 | -3866/+1363 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-25 | 25 | -3866/+1363 | |
| |\| | | | | | | | | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| | * | | | | | | | Move to Libtool 2.4.5. | Arnold D. Robbins | 2015-01-25 | 9 | -161/+1034 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Update to Gettext 0.19.4. | Arnold D. Robbins | 2015-01-24 | 11 | -3461/+140 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Move to Automake 1.15. | Arnold D. Robbins | 2015-01-24 | 13 | -247/+192 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-01-07 | 2 | -4/+8 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-07 | 2 | -4/+8 | |
| |\| | | | | | | | | |_|_|_|_|_|/ | |/| | | | | | |