Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into select | Arnold D. Robbins | 2013-08-14 | 17 | -44/+263 |
|\ | |||||
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-08-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Remove an email address of a bug reporter by request. | Arnold D. Robbins | 2013-08-13 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-08-06 | 3 | -9/+17 |
| |\| | |||||
| | * | Fix for MinGW in extension/filefuncs.c. | Arnold D. Robbins | 2013-08-06 | 2 | -9/+14 |
| | | | |||||
| | * | Add another task to TODO. | Arnold D. Robbins | 2013-08-06 | 1 | -0/+3 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-08-02 | 2 | -1/+24 |
| |\| | |||||
| | * | Minor improvement for Windows in filefuncs.c. | Arnold D. Robbins | 2013-08-02 | 2 | -1/+24 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-07-30 | 1 | -1/+2 |
| |\| | |||||
| | * | Updated TODO. | Arnold D. Robbins | 2013-07-30 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-07-24 | 6 | -8/+31 |
| |\| | |||||
| | * | Fix compiling on MinGW. | Arnold D. Robbins | 2013-07-24 | 5 | -8/+26 |
| | | | |||||
| | * | Minor update in TODO. | Arnold D. Robbins | 2013-07-24 | 1 | -0/+5 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-07-08 | 3 | -7/+10 |
| |\| | |||||
| | * | Make min be MIN. | Arnold D. Robbins | 2013-07-08 | 3 | -7/+10 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-07-04 | 3 | -4/+19 |
| |\| | |||||
| | * | Force array indices to be strings in flatten_array API. | Arnold D. Robbins | 2013-07-04 | 3 | -4/+19 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-07-04 | 8 | -14/+162 |
| |\| | |||||
| | * | Fix for %c in multibyte locale + new tests. | Arnold D. Robbins | 2013-07-04 | 8 | -14/+162 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-07-03 | 5 | -6/+19 |
| |\| | |||||
| | * | Fix a typo in test/ChangeLog. | Arnold D. Robbins | 2013-07-02 | 1 | -1/+1 |
| | | | |||||
| | * | Update in README_d/README.pc. | Arnold D. Robbins | 2013-07-02 | 2 | -4/+9 |
| | | | |||||
| | * | Bug fix in profile.c:pp_string for valgrind. | Arnold D. Robbins | 2013-07-02 | 2 | -1/+9 |
| | | | |||||
* | | | 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 'gawk-4.1-stable' | Arnold D. Robbins | 2013-06-27 | 3 | -6/+6 |
|\| | |||||
| * | Minor cleanup in awkgram.y. | Arnold D. Robbins | 2013-06-27 | 3 | -6/+6 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-06-27 | 12 | -10/+79 |
|\| | |||||
| * | New test case for dfa problem fixed earlier. | Arnold D. Robbins | 2013-06-27 | 6 | -2/+33 |
| | | |||||
| * | Add helpers/ChangeLog, update in testdfa.c. | Arnold D. Robbins | 2013-06-27 | 2 | -0/+14 |
| | | |||||
| * | Doc fix with texinfo.tex. | Arnold D. Robbins | 2013-06-27 | 4 | -8/+32 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-06-24 | 6 | -18/+30 |
|\| | |||||
| * | Fix multibyte character problem with brackets in dfa.c. | Arnold D. Robbins | 2013-06-24 | 2 | -7/+14 |
| | |