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