Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-20 | 6 | -715/+735 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-19 | 38 | -1197/+1204 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵ | Andrew J. Schorr | 2015-01-19 | 9 | -59/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 9 | -13/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | succeed. | |||||
| * | | | | | | | | | | | | | | | | Revert changes to API deferred variable creation, since this should be done ↵ | Andrew J. Schorr | 2015-01-08 | 5 | -84/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at lookup time. | |||||
| * | | | | | | | | | | | | | | | | Remove stray call to make_aname in api_set_array_element. | Andrew J. Schorr | 2015-01-07 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | The API should call the astore hook after array assignment. | Andrew J. Schorr | 2015-01-06 | 2 | -2/+15 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Fix bug in API deferred variable creation and add a test case. | Andrew J. Schorr | 2015-01-06 | 12 | -18/+149 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON ↵ | Andrew J. Schorr | 2015-01-06 | 5 | -38/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly. | |||||
| * | | | | | | | | | | | | | | | | Add test of get_file API. | Andrew J. Schorr | 2015-01-05 | 5 | -2/+75 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | | | | | | | | | | | Improve texinfo documentation of the get_file API function. | Andrew J. Schorr | 2015-01-05 | 4 | -123/+151 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Add read timeout/retry test. | Andrew J. Schorr | 2015-01-05 | 6 | -5/+74 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | In texinfo docs, replace "Retrying I/O" with more accurate "Retrying Input". | Andrew J. Schorr | 2015-01-05 | 4 | -591/+597 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Add new errno test to make sure PROCINFO["errno"] is working. | Andrew J. Schorr | 2015-01-05 | 5 | -1/+32 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Fix bug in io.c:wait_any where we may not have waited for the requested ↵ | Andrew J. Schorr | 2015-01-05 | 2 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | child process exit status. | |||||
| * | | | | | | | | | | | | | | | | Document the new get_file API function in gawktexi.in. | Andrew J. Schorr | 2015-01-04 | 6 | -564/+741 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Document new user-visible features in gawk.1 and gawktexi.in. | Andrew J. Schorr | 2015-01-04 | 7 | -606/+813 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Remove api_get_file typelen argument. | Andrew J. Schorr | 2015-01-02 | 5 | -20/+32 | |
| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge branch 'master' into select | Andrew J. Schorr | 2015-01-02 | 15 | -1300/+1427 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | 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 | 81 | -6892/+8388 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | |