aboutsummaryrefslogtreecommitdiffstats
path: root/extension/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
* | | Add default defn's for constants in extension files.Arnold D. Robbins2014-03-231-0/+7
* | | Add memory allocation functions to gawk API.Andrew J. Schorr2014-03-081-0/+11
* | | VMS updates.Arnold D. Robbins2014-02-141-0/+4
* | | Build and test dynamic extensions on VMS. Documented too.Arnold D. Robbins2013-12-301-0/+5
* | | Additional VMS fix.Arnold D. Robbins2013-12-291-0/+5
* | | Enable compiling extensions on VMS.Arnold D. Robbins2013-12-291-0/+6
* | | Make extensions controlled by configure time option.Arnold D. Robbins2013-12-211-0/+6
* | | Update to automake 1.13.4 and libtool 2.4.2.418.Arnold D. Robbins2013-12-211-0/+5
* | | Make 'make distcheck' work.Arnold D. Robbins2013-11-281-0/+5
* | | Include inplace.3am in list of manual pages.Arnold D. Robbins2013-11-201-0/+4
* | | Fix extension portability for AIX.Arnold D. Robbins2013-10-241-0/+7
* | | Clean up some -Wextra compile warnings in extensions.Arnold D. Robbins2013-08-221-0/+14
* | | Move FAKE_FD_VALUE to shared header.Arnold D. Robbins2013-08-201-0/+4
| |/ |/|
* | Fix for MinGW in extension/filefuncs.c.Arnold D. Robbins2013-08-061-0/+5
* | Minor improvement for Windows in filefuncs.c.Arnold D. Robbins2013-08-021-0/+6