aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-03-241-0/+5
| | |\| | | | | | | | | | | |
| | | * | | | | | | | | | | | Fix bug where exit with no argument was setting the exit status to zero.Andrew J. Schorr2015-03-241-0/+5
| | | |/ / / / / / / / / / /
| * | | | | | | | | | | | | General cleanups prepatory to merging.Arnold D. Robbins2015-03-241-0/+5
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into selectArnold D. Robbins2015-03-201-0/+120
| |\| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-02-011-0/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-02-011-0/+24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-201-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-01-191-0/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ↵Andrew J. Schorr2015-01-191-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always succeed." This reverts commit f8fecb69346cbcd774a73a49322aeb8ddea73e44.
| * | | | | | | | | | | | | | | | When an extension calls sym_lookup on a deferred variable, it should always ↵Andrew J. Schorr2015-01-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | succeed.
| * | | | | | | | | | | | | | | | Revert changes to API deferred variable creation, since this should be done ↵Andrew J. Schorr2015-01-081-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at lookup time.
| * | | | | | | | | | | | | | | | Remove stray call to make_aname in api_set_array_element.Andrew J. Schorr2015-01-071-0/+6
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | The API should call the astore hook after array assignment.Andrew J. Schorr2015-01-061-0/+6
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-061-0/+12
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix bug so that extensions can create deferred arrays PROCINFO and ENVIRON ↵Andrew J. Schorr2015-01-061-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly.
| * | | | | | | | | | | | | | | | Fix bug in io.c:wait_any where we may not have waited for the requested ↵Andrew J. Schorr2015-01-051-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | child process exit status.
| * | | | | | | | | | | | | | | | Document the new get_file API function in gawktexi.in.Andrew J. Schorr2015-01-041-0/+4
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Document new user-visible features in gawk.1 and gawktexi.in.Andrew J. Schorr2015-01-041-0/+4
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Remove api_get_file typelen argument.Andrew J. Schorr2015-01-021-0/+7
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2015-01-021-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2014-12-141-0/+124
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into selectAndrew J. Schorr2014-11-091-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Enhance get_file API to return info about input and output and to enable ↵Andrew J. Schorr2014-11-061-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-051-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file only if PROCINFO[<name>, "RETRY"] is configured.
| * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-031-0/+216
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 'master' into selectAndrew J. Schorr2014-09-211-0/+406
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-04-131-0/+527
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into selectArnold D. Robbins2013-08-141-2/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | In io.c:wait_any, use sigprocmask if available.Andrew J. Schorr2013-07-071-0/+6
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Patch the select extension set_non_blocking function to work with a single ↵Andrew J. Schorr2013-07-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "" argument.
| * | | | | | | | | | | | | | | | | | | | | Revert incorrect patch to wait_any and instead use waitpid to avoid blocking.Andrew J. Schorr2013-07-041-0/+10
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Remove unused api_lookup_file hook.Andrew J. Schorr2013-07-021-0/+7
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | After the gawkapi get_file function opens a file, call the BEGINFILE block.Andrew J. Schorr2013-07-021-0/+11
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Patch gawkapi flatten_array to pass index values as strings in all cases!Andrew J. Schorr2013-07-021-0/+10
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Enhance getline to return -2 when an I/O operation should be retried.Andrew J. Schorr2013-07-021-0/+17
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Add PROCINFO["errno"] and errno extension to map between errno and strings.Andrew J. Schorr2013-07-011-0/+4
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Added first version of select extension and new API hooks needed by it.Andrew J. Schorr2013-06-301-0/+17
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Further progress with @/.../.Arnold D. Robbins2015-03-191-0/+7
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Make @/.../ a terminal. Improve typeof() builtin function.Arnold D. Robbins2015-03-181-0/+11
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-181-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-181-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Update to libtool 2.4.6.Arnold D. Robbins2015-03-181-0/+4
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-03-171-0/+76
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-171-0/+6
| |\| | | | | | | | | | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Fix bad allocs -M and profiling.Arnold D. Robbins2015-03-171-0/+6
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-081-0/+2
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Remove unneeded routine.Arnold D. Robbins2015-03-081-0/+4
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Make nonfatal override GAWK_SOCK_RETRIES. Document it.Arnold D. Robbins2015-03-081-0/+8
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into non-fatal-io-2Arnold D. Robbins2015-03-011-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-02-271-0/+7
| | |\| | | | | | | | | | | | | | | | | |