aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Use dfa superset to speed up matching.Arnold D. Robbins2014-11-032-2/+11
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-0211-547/+629
| | |\|
| | | * Additional profiling fix.Arnold D. Robbins2014-11-027-6/+82
| | | * Doc fix w.r.t. awk.info domain.Arnold D. Robbins2014-11-024-540/+546
| | * | Rebuild extras/Makefile.in.Arnold D. Robbins2014-11-011-1/+1
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-014-7/+13
| | |\|
| | | * Fix profile6 test.Arnold D. Robbins2014-11-014-7/+13
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-3010-19/+145
| | |\|
| | | * Fixes in pretty-printer.Arnold D. Robbins2014-10-307-17/+80
| | | * Enable cross-compiling for readline during configuring.Arnold D. Robbins2014-10-304-2/+65
| | * | Update NEWS file to document new shell startup files.Andrew J. Schorr2014-10-302-0/+10
| | * | Patch doc/ChangeLog to reflect changes in previous patch regarding shell star...Andrew J. Schorr2014-10-301-0/+5
| | * | Add extras directory with shell startup files containing path manipulation fu...Andrew J. Schorr2014-10-2913-558/+1317
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-292-21/+44
| | |\|
| | | * Sync dfa with grep.Arnold D. Robbins2014-10-292-21/+44
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-283-34/+34
| | |\|
| | | * Restore use of @sc in doc.Arnold D. Robbins2014-10-283-34/+34
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-287-552/+609
| | |\|
| | | * Doc fixes.Arnold D. Robbins2014-10-285-534/+543
| | | * Sync dfa.c with grep.Arnold D. Robbins2014-10-282-18/+66
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-251-991/+662
| | |\|
| | | * New de.po file.Arnold D. Robbins2014-10-251-991/+662
| | * | Additional doc fix.Arnold D. Robbins2014-10-254-537/+578
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-256-115/+114
| | |\|
| | | * Typo fixes in the doc.Arnold D. Robbins2014-10-254-93/+97
| | | * Sync dfa.c with grep.Arnold D. Robbins2014-10-252-22/+17
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-174-4/+12
| | |\|
| | | * More minor doc updates.Arnold D. Robbins2014-10-174-4/+12
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-1716-18/+57
| | |\|
| | | * VMS build fixes.Arnold D. Robbins2014-10-176-4/+27
| | | * 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 an...Andrew J. Schorr2013-07-075-2/+16
| * | | | | | 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 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-054-6/+29
| * | | | | | 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
| * | | | | | 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 v...Andrew J. Schorr2013-07-022-32/+18