Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Move clos1way test into Makefile.am. | Arnold D. Robbins | 2013-06-24 | 4 | -11/+16 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Eli Zaretskii | 2013-06-24 | 2 | -4/+11 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix inconsistency in system vs pipes in non-socket Windows builds. | Eli Zaretskii | 2013-06-24 | 2 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | io.c: Move #include "popen.h" out of the HAVE_SOCKETS condition, as this is needed for non-sockets builds as well. See http://lists.gnu.org/archive/html/bug-gawk/2013-06/msg00014.html for the details of the problem this caused. | |||||
* | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-06-24 | 0 | -0/+0 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge remote-tracking branch 'origin/gawk-4.1-stable' into gawk-4.1-stable | Arnold D. Robbins | 2013-06-24 | 2 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk | Arnold D. Robbins | 2013-06-22 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| / / / / / / / / / / / / | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | test/Maketests (clos1way): Set AC_ALL=C, since clos1way.awk no longer does. | Eli Zaretskii | 2013-06-22 | 2 | -1/+6 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Doc update for isarray. | Arnold D. Robbins | 2013-06-22 | 4 | -280/+324 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Addition in TODO. | Arnold D. Robbins | 2013-06-22 | 1 | -0/+4 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Minor fix for io.c for VMS. | Arnold D. Robbins | 2013-06-15 | 2 | -0/+11 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Update NEWS. | Arnold D. Robbins | 2013-06-11 | 1 | -0/+17 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Improve fix for debugger on Windows. | Arnold D. Robbins | 2013-06-11 | 3 | -8/+22 | |
| | | | | | | | | | | | |