aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Add `compile' needed by new autotools.Andrew J. Schorr2014-12-141-0/+347
| | | | | | | | | |
| * | | | | | | | | Updating autotools caused some changes in derived files.Andrew J. Schorr2014-12-147-26/+299
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2014-11-095-3/+17
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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-0612-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. Schorr2014-11-054-4/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file only if PROCINFO[<name>, "RETRY"] is configured.
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-0388-12491/+16858
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 'master' into selectAndrew J. Schorr2014-09-21127-14255/+23700
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-04-13233-26207/+41716
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectArnold D. Robbins2013-08-1417-44/+263
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 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 io.c:wait_any, use sigprocmask if available.Andrew J. Schorr2013-07-075-3/+39
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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-054-6/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "" 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.
| * | | | | | | | | | | | | | Revert incorrect patch to wait_any and instead use waitpid to avoid blocking.Andrew J. Schorr2013-07-045-6/+31
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove unused api_lookup_file hook.Andrew J. Schorr2013-07-023-35/+13
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | After the gawkapi get_file function opens a file, call the BEGINFILE block.Andrew J. Schorr2013-07-024-195/+230
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Patch select to remove support for buggy case where the index had a numeric ↵Andrew J. Schorr2013-07-022-32/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value.
| * | | | | | | | | | | | | | Patch gawkapi flatten_array to pass index values as strings in all cases!Andrew J. Schorr2013-07-023-4/+19
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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-025-14/+79
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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-019-28/+665
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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-3012-20/+379
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-1717-502/+758
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-1714-500/+567
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix bad allocs -M and profiling.Arnold D. Robbins2015-03-177-10/+63
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Documentation fix: positive -> nonnegative as appropriate.Arnold D. Robbins2015-03-174-484/+489
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Document a limitation in the inplace extension.Arnold D. Robbins2015-03-172-2/+6
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fix a compiler warning.Arnold D. Robbins2015-03-172-2/+7
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-106-2/+191
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Add additional fpat test.Arnold D. Robbins2015-03-106-2/+191
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-0868-8228/+9887
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix nonfatal3 test.Arnold D. Robbins2015-03-083-2/+7
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-082-37/+2
| |\| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Remove unneeded routine.Arnold D. Robbins2015-03-082-37/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into non-fatal-io-2Arnold D. Robbins2015-03-086-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-066-0/+5
| | |\| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Fix permissions on some of the files in test.Arnold D. Robbins2015-03-066-0/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Commit generated doc from previous commit.Arnold D. Robbins2015-03-082-507/+525
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Make nonfatal override GAWK_SOCK_RETRIES. Document it.Arnold D. Robbins2015-03-084-16/+51
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix test nonfatal1.Andrew J. Schorr2015-03-023-2/+8
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into non-fatal-io-2Arnold D. Robbins2015-03-019-68/+123
| |\| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-014-3/+8
| | |\| | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Minor doc fix.Arnold D. Robbins2015-03-014-3/+8
| | | | | | | | | | | | | | | |