Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Add `compile' needed by new autotools. | Andrew J. Schorr | 2014-12-14 | 1 | -0/+347 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Updating autotools caused some changes in derived files. | Andrew J. Schorr | 2014-12-14 | 7 | -26/+299 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into select | Andrew J. Schorr | 2014-11-09 | 5 | -3/+17 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | 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 | 12 | -39/+201 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -4/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file only if PROCINFO[<name>, "RETRY"] is configured. | |||||
| * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into select | Andrew J. Schorr | 2014-11-03 | 88 | -12491/+16858 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge 'master' into select | Andrew J. Schorr | 2014-09-21 | 127 | -14255/+23700 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into select | Andrew J. Schorr | 2014-04-13 | 233 | -26207/+41716 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into select | Arnold D. Robbins | 2013-08-14 | 17 | -44/+263 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | 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 io.c:wait_any, use sigprocmask if available. | Andrew J. Schorr | 2013-07-07 | 5 | -3/+39 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | 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 | 4 | -6/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "" 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. | |||||
| * | | | | | | | | | | | | | | Revert incorrect patch to wait_any and instead use waitpid to avoid blocking. | Andrew J. Schorr | 2013-07-04 | 5 | -6/+31 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Remove unused api_lookup_file hook. | Andrew J. Schorr | 2013-07-02 | 3 | -35/+13 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | After the gawkapi get_file function opens a file, call the BEGINFILE block. | Andrew J. Schorr | 2013-07-02 | 4 | -195/+230 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Patch select to remove support for buggy case where the index had a numeric ↵ | Andrew J. Schorr | 2013-07-02 | 2 | -32/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value. | |||||
| * | | | | | | | | | | | | | | Patch gawkapi flatten_array to pass index values as strings in all cases! | Andrew J. Schorr | 2013-07-02 | 3 | -4/+19 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | 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 | 5 | -14/+79 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | 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 | 9 | -28/+665 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | 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 | 12 | -20/+379 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-17 | 17 | -502/+758 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-17 | 14 | -500/+567 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Fix bad allocs -M and profiling. | Arnold D. Robbins | 2015-03-17 | 7 | -10/+63 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Documentation fix: positive -> nonnegative as appropriate. | Arnold D. Robbins | 2015-03-17 | 4 | -484/+489 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | 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 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-10 | 6 | -2/+191 | |
| |\| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Add additional fpat test. | Arnold D. Robbins | 2015-03-10 | 6 | -2/+191 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-08 | 68 | -8228/+9887 | |
|\| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fix nonfatal3 test. | Arnold D. Robbins | 2015-03-08 | 3 | -2/+7 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-08 | 2 | -37/+2 | |
| |\| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Remove unneeded routine. | Arnold D. Robbins | 2015-03-08 | 2 | -37/+4 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into non-fatal-io-2 | Arnold D. Robbins | 2015-03-08 | 6 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-06 | 6 | -0/+5 | |
| | |\| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Fix permissions on some of the files in test. | Arnold D. Robbins | 2015-03-06 | 6 | -0/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Commit generated doc from previous commit. | Arnold D. Robbins | 2015-03-08 | 2 | -507/+525 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Make nonfatal override GAWK_SOCK_RETRIES. Document it. | Arnold D. Robbins | 2015-03-08 | 4 | -16/+51 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix test nonfatal1. | Andrew J. Schorr | 2015-03-02 | 3 | -2/+8 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'master' into non-fatal-io-2 | Arnold D. Robbins | 2015-03-01 | 9 | -68/+123 | |
| |\| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-01 | 4 | -3/+8 | |
| | |\| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Minor doc fix. | Arnold D. Robbins | 2015-03-01 | 4 | -3/+8 | |
| | | | | | | | | | | | | | | | |