aboutsummaryrefslogtreecommitdiffstats
path: root/extension/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |_|_|_|/ |/| | | |
* | | | | Minor cleanup in extension/inplace.c.Arnold D. Robbins2014-10-081-0/+5
* | | | | Minor improvements in api header, test, and filefuncs.Arnold D. Robbins2014-09-291-0/+5
| |_|_|/ |/| | |
* | | | Revert previous patch; instead define RM.Arnold D. Robbins2014-08-121-4/+3
* | | | Use rm -f instead of $(RM) in Makefile.am files.Arnold D. Robbins2014-08-121-0/+7
* | | | Bug fix in uninstall in extension directory.Arnold D. Robbins2014-07-211-0/+8
| |_|/ |/| |
* | | Use $(DESTDIR) in extension/Makefile.am when removing .la files.Arnold D. Robbins2014-04-111-0/+6
* | | Make release tar ball.Arnold D. Robbins2014-04-081-0/+8
* | | Fix a compilation warning.Arnold D. Robbins2014-04-041-0/+6
* | | Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
* | | Remove -Wextra from gcc command line in extension dir..Arnold D. Robbins2014-03-311-0/+6
* | | Improvements in both configure.ac files.Arnold D. Robbins2014-03-281-0/+5
* | | Add input parser to readfile extension, document it and test it.Arnold D. Robbins2014-03-271-0/+6