aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Doc updates.Arnold D. Robbins2014-10-174-8/+14
| | | |
| | | * Fix assumptions about AWKPATH in awklib and test.Arnold D. Robbins2014-10-176-6/+16
| | | |
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-158-641/+674
| | |\|
| | | * Sanitize handling of AWKPATH / AWKLIBPATH.Arnold D. Robbins2014-10-158-641/+674
| | | |
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-144-565/+712
| | |\|
| | | * Add new Foreword from Mike Brennan.Arnold D. Robbins2014-10-144-565/+712
| | | |
| * | | Merge 'master' into selectAndrew J. Schorr2014-09-21127-14255/+23700
| |\ \ \
| * \ \ \ Merge branch 'master' into selectAndrew J. Schorr2014-04-13233-26207/+41716
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into selectArnold D. Robbins2013-08-1417-44/+263
| |\ \ \ \ \
| * | | | | | Patch the select extension's set_non_blocking function to check that fcntl ↵Andrew J. Schorr2013-07-075-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and O_NONBLOCK are available.
| * | | | | | In io.c:wait_any, use sigprocmask if available.Andrew J. Schorr2013-07-075-3/+39
| | | | | | |
| * | | | | | In select extension, if lacking sigaction, reset signal handler each time a ↵Andrew J. Schorr2013-07-072-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | signal is trapped.
| * | | | | | Enhance select signal function to return info about previous handler and ↵Andrew J. Schorr2013-07-052-15/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | decide whether to override when it is unknown.
| * | | | | | Patch the select extension set_non_blocking function to work with a single ↵Andrew J. Schorr2013-07-054-6/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "" argument.
| * | | | | | For select extension signal trapping, fall back to signal if sigaction is ↵Andrew J. Schorr2013-07-052-11/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | unavailable.
| * | | | | | Add a kill function to the select extension, and check whether sigprocmask ↵Andrew J. Schorr2013-07-055-7/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | is available.
| * | | | | | Revert incorrect patch to wait_any and instead use waitpid to avoid blocking.Andrew J. Schorr2013-07-045-6/+31
| | | | | | |
| * | | | | | Remove unused api_lookup_file hook.Andrew J. Schorr2013-07-023-35/+13
| | | | | | |
| * | | | | | After the gawkapi get_file function opens a file, call the BEGINFILE block.Andrew J. Schorr2013-07-024-195/+230
| | | | | | |
| * | | | | | Patch select to remove support for buggy case where the index had a numeric ↵Andrew J. Schorr2013-07-022-32/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | value.
| * | | | | | Patch gawkapi flatten_array to pass index values as strings in all cases!Andrew J. Schorr2013-07-023-4/+19
| | | | | | |
| * | | | | | 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-025-14/+79
| | | | | | |
| * | | | | | 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-019-28/+665
| | | | | | |
| * | | | | | 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-3012-20/+379
| | | | | | |
* | | | | | | Cleanups in using-git.texi before starting real work on it.Arnold D. Robbins2014-10-131-108/+213
| | | | | | |
* | | | | | | Sync the generated doc files with master.Arnold D. Robbins2014-10-132-225/+256
| | | | | | |
* | | | | | | Merge branch 'master' into cmakeArnold D. Robbins2014-10-1385-12744/+17042
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-136-532/+556
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Doc improvement.Arnold D. Robbins2014-10-134-531/+549
| | | | | | |
| | * | | | | Improve error msg for compiling bracket expressions.Arnold D. Robbins2014-10-132-1/+7
| | | | | | |
| * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-126-526/+535
| |\| | | | |
| | * | | | | Doc updates.Arnold D. Robbins2014-10-126-526/+535
| | | | | | |
| * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-125-15/+25
| |\| | | | |
| | * | | | | Add explicit list of needed locales in make check.Arnold D. Robbins2014-10-123-0/+9
| | | | | | |
| | * | | | | Updated Swedish po file (sv.po).Arnold D. Robbins2014-10-122-15/+16
| | | | | | |
| * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-084-15/+44
| |\| | | | |
| | * | | | | Minor cleanup in extension/inplace.c.Arnold D. Robbins2014-10-082-3/+7
| | | | | | |
| | * | | | | Sync dfa with GNU grep.Arnold D. Robbins2014-10-082-12/+37
| | | | | | |
| * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-056-566/+596
| |\| | | | |
| | * | | | | Finished edits!Arnold D. Robbins2014-10-054-566/+587
| | | | | | |
| | * | | | | Minor typo fix in profiling output.Arnold D. Robbins2014-10-057-6/+15
| | | | | | |
| * | | | | | Some more minor cleanups.Arnold D. Robbins2014-10-053-11/+31
| | | | | | |
| * | | | | | Add updated awkgram.c.Arnold D. Robbins2014-10-041-15/+15
| | | | | | |
| * | | | | | Merge branch 'master' into commentArnold D. Robbins2014-10-0411-216/+253
| |\ \ \ \ \ \
| | * | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-047-4/+35
| | |\| | | | |
| | | * | | | | Fix --gen-pot with long strings.Arnold D. Robbins2014-10-047-4/+35
| | | | | | | |