aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'master' into selectArnold D. Robbins2013-08-143-12/+51
|\| | | | | | | |
| * | | | | | | | Fix for MinGW in extension/filefuncs.c.Arnold D. Robbins2013-08-062-9/+14
| * | | | | | | | Minor improvement for Windows in filefuncs.c.Arnold D. Robbins2013-08-022-1/+24
| * | | | | | | | Fix compiling on MinGW.Arnold D. Robbins2013-07-242-4/+15
* | | | | | | | | Patch the select extension's set_non_blocking function to check that fcntl an...Andrew J. Schorr2013-07-075-2/+16
* | | | | | | | | In select extension, if lacking sigaction, reset signal handler each time a s...Andrew J. Schorr2013-07-072-0/+15
* | | | | | | | | Enhance select signal function to return info about previous handler and deci...Andrew J. Schorr2013-07-052-15/+84
* | | | | | | | | Patch the select extension set_non_blocking function to work with a single ""...Andrew J. Schorr2013-07-052-5/+21
* | | | | | | | | For select extension signal trapping, fall back to signal if sigaction is una...Andrew J. Schorr2013-07-052-11/+26
* | | | | | | | | Add a kill function to the select extension, and check whether sigprocmask is...Andrew J. Schorr2013-07-055-7/+77
* | | | | | | | | Patch select to remove support for buggy case where the index had a numeric v...Andrew J. Schorr2013-07-022-32/+18
* | | | | | | | | Tighten up some argument checks in the select extension.Andrew J. Schorr2013-07-022-6/+15
* | | | | | | | | Add new extension header files to EXTRA_DIST so they will be in the tarball.Andrew J. Schorr2013-07-023-2/+10
* | | | | | | | | Enhance getline to return -2 when an I/O operation should be retried.Andrew J. Schorr2013-07-022-9/+25
* | | | | | | | | Add set_non_blocking function to the select extension.Andrew J. Schorr2013-07-012-1/+38
* | | | | | | | | Add PROCINFO["errno"] and errno extension to map between errno and strings.Andrew J. Schorr2013-07-017-28/+659
* | | | | | | | | Add signal trapping support to the select extension.Andrew J. Schorr2013-07-013-10/+285
* | | | | | | | | Added first version of select extension and new API hooks needed by it.Andrew J. Schorr2013-06-307-6/+228
|/ / / / / / / /
* | | | | | | / Solaris config and included fixes. See ChangeLog.Arnold D. Robbins2013-06-106-2/+85
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Support |& on MS-Windows, both for sockets and for pipes.Eli Zaretskii2013-06-014-0/+14
* | | | | | | Add "devbsize" to stat extension and doc.Arnold D. Robbins2013-05-295-2/+43
* | | | | | | Replace obsolete AC_STRUCT_ST_BLKSIZE macro.Arnold D. Robbins2013-05-275-10/+10
* | | | | | | Move FAKE_FD_VALUE out of gawkapi.h.Arnold D. Robbins2013-05-202-0/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove extension .la files after install.Arnold D. Robbins2013-05-163-13/+30
* | | | | | Add AC_STRUCT_ST_BLKSIZE call in extension/configure.ac.Arnold D. Robbins2013-05-164-0/+82
* | | | | | Add stat blocksize of 4096 for Windows.Arnold D. Robbins2013-05-162-0/+7
* | | | | | Fix building, installing, and testing extensions on MS-Windows.Eli Zaretskii2013-05-146-10/+163
| |_|_|_|/ |/| | | |
* | | | | Gawk 4.1.0 release.Arnold D. Robbins2013-05-105-11/+23
* | | | | Update for next test tarball.Arnold D. Robbins2013-05-022-11/+11
| |_|_|/ |/| | |
* | | | Bump version for next tarball.Arnold D. Robbins2013-04-272-11/+11
* | | | Update extension/build-aux/missing.Arnold D. Robbins2013-04-222-260/+149
* | | | z/OS portability fix in extension/configure.ac.Arnold D. Robbins2013-04-183-2/+4
* | | | Update copyright in extension/configure.ac.Arnold D. Robbins2013-04-182-1/+5
* | | | Bump version and release beta tarball.Arnold D. Robbins2013-04-182-11/+11
* | | | Fix extensions to link with LTLIBINTL.Arnold D. Robbins2013-04-173-2/+7
* | | | Update to automake 1.13.1.Arnold D. Robbins2013-04-164-184/+296
* | | | Update copyrights in all relevant source files.Arnold D. Robbins2013-04-1615-14/+21
* | | | More portability: mostly for SGI IRIX.Arnold D. Robbins2013-03-242-1/+6
* | | | Further portability fixes in extensions, tests.Arnold D. Robbins2013-03-202-0/+12
* | | | Additional fixes for MirBSD. Now passes make check.Arnold D. Robbins2013-03-205-0/+38
* | | | Merge branch 'master' into portingArnold D. Robbins2013-03-042-1/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Minor bugfix in filefuncs.c for Win 32.Arnold D. Robbins2013-03-042-1/+6
| | |/ | |/|
* / | Don't build the extensions if no API support.Arnold D. Robbins2013-03-013-0/+31
|/ /
* | Add backup version of fnmatch.c. Fix fnmatch extension.Arnold D. Robbins2013-02-112-1/+13
* | Fixes to extensions for Win 32.Arnold D. Robbins2013-02-113-1/+50
|/
* Fix gawkdirfd.h for Mac OS X.Arnold D. Robbins2013-01-272-1/+2
* More portability work: dirfd in extensions.Arnold D. Robbins2013-01-2712-1533/+1954
* Considerable additional portability fixes.Arnold D. Robbins2013-01-252-1/+5
* More portability.Arnold D. Robbins2013-01-226-2/+21
* Improve portability.Arnold D. Robbins2013-01-223-0/+13