aboutsummaryrefslogtreecommitdiffstats
path: root/extension/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-191-0/+4
|\
| * Changes for 4.1.3 release.Arnold D. Robbins2015-05-191-0/+4
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-291-0/+4
|\|
| * Make 4.1.2 release.Arnold D. Robbins2015-04-291-0/+4
* | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-161-0/+4
|\ \
| * | Updated autoconf (.ac) files. Remove RETSIGTYPE.Arnold D. Robbins2015-04-161-0/+4
* | | Whitespace fix in extension/ChangeLog.Arnold D. Robbins2015-04-131-1/+0
* | | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-081-0/+5
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-081-0/+5
| |\|
| | * Update copyright years in extension files.Arnold D. Robbins2015-04-081-0/+5
* | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-271-0/+185
|\| |
| * | Some more cleanups. Ready to merge!Arnold D. Robbins2015-03-271-0/+4
| * | Merge branch 'master' into selectArnold D. Robbins2015-03-201-0/+24
| |\|
| | * 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
|\| | | | | | | | |