Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Further progress with @/.../. | Arnold D. Robbins | 2015-03-19 | 4 | -685/+736 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Make @/.../ a terminal. Improve typeof() builtin function. | Arnold D. Robbins | 2015-03-18 | 5 | -975/+1222 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-03-18 | 23 | -174/+250 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-18 | 23 | -174/+250 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Update to libtool 2.4.6. | Arnold D. Robbins | 2015-03-18 | 13 | -56/+98 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Bug fix to inplace extension and doc updates. | Arnold D. Robbins | 2015-03-18 | 11 | -117/+151 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-03-17 | 40 | -750/+1549 | |
|\| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-27 | 8 | -61/+107 | |
| | |\| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | Small configuration fix. | Arnold D. Robbins | 2015-02-27 | 4 | -60/+93 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | Small bug fix. | Arnold D. Robbins | 2015-02-27 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | Minor doc update. | Arnold D. Robbins | 2015-02-27 | 3 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Improve testing for nonfatal socket connection attempts. | Andrew J. Schorr | 2015-02-28 | 10 | -7/+47 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Improve missing_d/getaddrinfo.[ch]. | Arnold D. Robbins | 2015-02-27 | 3 | -4/+20 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | For non-fatal sockets, get a better error message. | Arnold D. Robbins | 2015-02-27 | 4 | -3/+15 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Make socket open not immediately fatal. | Arnold D. Robbins | 2015-02-27 | 2 | -6/+19 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into non-fatal-io-2 | Arnold D. Robbins | 2015-02-26 | 45 | -8059/+9168 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into non-fatal-io-2 | Arnold D. Robbins | 2015-02-13 | 10 | -594/+624 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into non-fatal-io-2 | Arnold D. Robbins | 2015-02-11 | 15 | -1168/+1313 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Use "NONFATAL" for nonfatal I/O. | Arnold D. Robbins | 2015-02-08 | 9 | -29/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | |