aboutsummaryrefslogtreecommitdiffstats
path: root/extension/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
| | * Update to libtool 2.4.6.Arnold D. Robbins2015-03-181-0/+4
| | * Bug fix to inplace extension and doc updates.Arnold D. Robbins2015-03-181-0/+6
| * | Merge branch 'master' into selectAndrew J. Schorr2015-02-011-0/+8
| |\ \
| * \ \ Merge branch 'master' into selectAndrew J. Schorr2015-01-191-0/+4
| |\ \ \
| * | | | Revert "When an extension calls sym_lookup on a deferred variable, it should ...Andrew J. Schorr2015-01-191-6/+0
| * | | | When an extension calls sym_lookup on a deferred variable, it should always s...Andrew J. Schorr2015-01-081-0/+6
| * | | | Fix bug in API deferred variable creation and add a test case.Andrew J. Schorr2015-01-061-0/+7
| * | | | Add low-level access to the get_file API through the testext sample extension...Andrew J. Schorr2015-01-051-0/+9
| * | | | Remove api_get_file typelen argument.Andrew J. Schorr2015-01-021-0/+5
| * | | | Remove the select extension, since it will be part of gawkextlib.Andrew J. Schorr2015-01-021-0/+10
| * | | | Remove the errno extension, since it is now part of gawkextlib.Andrew J. Schorr2014-12-141-0/+8
| * | | | Merge branch 'master' into selectAndrew J. Schorr2014-12-141-0/+16
| |\ \ \ \
| * | | | | Add new functions input_fd and output_fd to the select extension.Andrew J. Schorr2014-11-091-0/+10
| * | | | | Enhance get_file API to return info about input and output and to enable exte...Andrew J. Schorr2014-11-061-0/+12
| * | | | | If getline fails due to a retryable I/O error, return -2 without closing the ...Andrew J. Schorr2014-11-051-0/+7
| * | | | | Merge remote-tracking branch 'origin/master' into selectAndrew J. Schorr2014-11-031-0/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge 'master' into selectAndrew J. Schorr2014-09-211-0/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-04-131-0/+120
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into selectArnold D. Robbins2013-08-141-0/+16
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Patch the select extension's set_non_blocking function to check that fcntl an...Andrew J. Schorr2013-07-071-0/+6
| * | | | | | | | | In select extension, if lacking sigaction, reset signal handler each time a s...Andrew J. Schorr2013-07-071-0/+6
| * | | | | | | | | Enhance select signal function to return info about previous handler and deci...Andrew J. Schorr2013-07-051-0/+10
| * | | | | | | | | Patch the select extension set_non_blocking function to work with a single ""...Andrew J. Schorr2013-07-051-0/+6
| * | | | | | | | | For select extension signal trapping, fall back to signal if sigaction is una...Andrew J. Schorr2013-07-051-0/+5
| * | | | | | | | | Add a kill function to the select extension, and check whether sigprocmask is...Andrew J. Schorr2013-07-051-0/+11
| * | | | | | | | | Patch select to remove support for buggy case where the index had a numeric v...Andrew J. Schorr2013-07-021-0/+6
| * | | | | | | | | Tighten up some argument checks in the select extension.Andrew J. Schorr2013-07-021-0/+5
| * | | | | | | | | Add new extension header files to EXTRA_DIST so they will be in the tarball.Andrew J. Schorr2013-07-021-0/+4
| * | | | | | | | | Enhance getline to return -2 when an I/O operation should be retried.Andrew J. Schorr2013-07-021-0/+6
| * | | | | | | | | Add set_non_blocking function to the select extension.Andrew J. Schorr2013-07-011-0/+6
| * | | | | | | | | Add PROCINFO["errno"] and errno extension to map between errno and strings.Andrew J. Schorr2013-07-011-0/+12
| * | | | | | | | | Add signal trapping support to the select extension.Andrew J. Schorr2013-07-011-0/+10
| * | | | | | | | | Added first version of select extension and new API hooks needed by it.Andrew J. Schorr2013-06-301-0/+9
* | | | | | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-171-0/+6
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Document a limitation in the inplace extension.Arnold D. Robbins2015-03-171-0/+1
| * | | | | | | | | Fix a compiler warning.Arnold D. Robbins2015-03-171-0/+5
* | | | | | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-081-0/+4
|\| | | | | | | | |
| * | | | | | | | | Fixes for building a tarball.Arnold D. Robbins2015-02-261-0/+4
* | | | | | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-02-131-0/+4
|\| | | | | | | | |
| * | | | | | | | | O'Reilly edits, through Chapter 16.Arnold D. Robbins2015-02-111-0/+4
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-261-0/+8
|\| | | | | | | |
| * | | | | | | | Move to Libtool 2.4.5.Arnold D. Robbins2015-01-251-1/+1
| * | | | | | | | Update to Gettext 0.19.4.Arnold D. Robbins2015-01-241-0/+2
| * | | | | | | | Move to Automake 1.15.Arnold D. Robbins2015-01-241-0/+6
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-071-0/+4
|\| | | | | | |
| * | | | | | | Load PROCINFO and ENVIRON if using extensions.Arnold D. Robbins2015-01-071-0/+4
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-0/+7
|/ / / / / /
* | | | | | Fix compile problems and warnings on current GCC (4.9.2).Arnold D. Robbins2014-11-231-0/+5
* | | | | | Additional OS/2 fix suggested by Andreas Buening.Arnold D. Robbins2014-11-111-0/+5
* | | | | | OS/2 fixes.Arnold D. Robbins2014-11-111-0/+6
| |_|_|_|/ |/| | | |