aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-09-189-5/+42
| |\ \ \ \
| * | | | | Further zOS updates: Wrap C compiler.Arnold D. Robbins2015-09-117-74/+213
| | | | | |
| * | | | | Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-09-044-4/+23
| |\ \ \ \ \
| * | | | | | ChangeLog entries for z/OS added.Arnold D. Robbins2015-09-017-0/+93
| | | | | | |
| * | | | | | Update configure machinery for z/OS.Arnold D. Robbins2015-09-013-41/+102
| | | | | | |
| * | | | | | Move include of sys/select.h to io.c.Arnold D. Robbins2015-08-262-4/+4
| | | | | | |
| * | | | | | Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-08-2511-17/+117
| |\ \ \ \ \ \
| * | | | | | | Doc udates with new z/OS contact.Arnold D. Robbins2015-08-215-557/+575
| | | | | | | |
| * | | | | | | Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-08-152-2/+9
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-08-144-80/+85
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Comment out failure if c89 compiler in configure.Arnold D. Robbins2015-08-143-3/+3
| | | | | | | | | |
| * | | | | | | | | Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-08-122-211/+54
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rework zOS patches; keep separate from autotools.Arnold D. Robbins2015-08-0233-178/+454
| | | | | | | | | | |
* | | | | | | | | | | Revert update of texinfo.tex.Arnold D. Robbins2015-10-042-837/+431
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Small doc fix (no secure sockets).Arnold D. Robbins2015-10-024-206/+226
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fatal with --posix on multidimensional arrays.Arnold D. Robbins2015-09-268-0/+38
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Update infrastructure files.Arnold D. Robbins2015-09-2510-459/+915
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Bug fix to FPAT field parsing.Arnold D. Robbins2015-09-189-5/+42
| |_|_|_|_|/ |/| | | | |
* | | | | | Profiling: print integral values as integers.Arnold D. Robbins2015-09-044-4/+23
| |_|_|_|/ |/| | | |
* | | | | Make MAYBE_NUM -> NUMBER smarter, clear STRING.Arnold D. Robbins2015-08-254-4/+45
| | | | |
* | | | | Improve handling of invalid data in UTF locales.Arnold D. Robbins2015-08-259-13/+72
| |_|_|/ |/| | |
* | | | Restore c90 compat in dfa.c.Arnold D. Robbins2015-08-152-2/+9
| |_|/ |/| |
* | | Small typo fixes.Arnold D. Robbins2015-08-144-80/+85
| |/ |/|
* | Sync dfa with grep.Arnold D. Robbins2015-08-122-211/+54
|/
* Update autotools.Arnold D. Robbins2015-08-0227-245/+955
|
* Bug fix in revoutput extension.Arnold D. Robbins2015-08-023-7/+18
|
* Sync dfa.c with GNU grep.Arnold D. Robbins2015-08-022-41/+66
|
* Sync dfa with grep.Arnold D. Robbins2015-07-212-8/+82
|
* Sync dfa.c with GNU grep.Arnold D. Robbins2015-07-182-12/+42
|
* Sync dfa with GNU grep.Arnold D. Robbins2015-07-083-53/+46
|
* Update doc on quiktrim awk.Arnold D. Robbins2015-07-014-38/+49
|
* Fix negtime test to run out-of-tree.Arnold D. Robbins2015-06-253-2/+6
|
* Update extract.awk.Arnold D. Robbins2015-06-192-12/+14
|
* Minor doc fix.Arnold D. Robbins2015-06-194-1291/+1280
|
* Document inplace shortcomings (no ACL preservation and no signal handling).Andrew J. Schorr2015-06-176-87/+116
|
* For the inplace extension, add inplace variable to control whether it's active.Andrew J. Schorr2015-06-1711-99/+193
|
* Configuration/Build fix for Gentoo/FreeBSD.Arnold D. Robbins2015-06-153-2/+45
|
* More "attribute" cleanup.Arnold D. Robbins2015-06-142-5/+7
|
* Replace __attribute with __attribute__ in regex routines.Arnold D. Robbins2015-06-143-4/+8
|
* Sync regex routines wit GLIBC.Arnold D. Robbins2015-06-144-33/+44
|
* Remove an unneeded exercise from the doc.Arnold D. Robbins2015-06-134-267/+262
|
* Add another Chet Ramey pithy saying to the doc.Arnold D. Robbins2015-06-123-0/+27
|
* Improve handling and doc of compl().Arnold D. Robbins2015-05-306-307/+342
|
* Update pc/Makefile.tst some more.Arnold D. Robbins2015-05-292-3/+6
|
* Update pc/Makefile.tst.Arnold D. Robbins2015-05-292-2/+8
|
* Improve negtime test.Arnold D. Robbins2015-05-294-3/+32
|
* Add two new helper programs.Arnold D. Robbins2015-05-273-0/+27
|
* Fix regex compile error messages.Arnold D. Robbins2015-05-262-1/+6
|
* Improve error message if inadequate locale support.Arnold D. Robbins2015-05-213-2/+7
|
* Fix fts test to not include atime.Arnold D. Robbins2015-05-212-6/+19
|