| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug with --traditional + --re-interval. | Arnold D. Robbins | 2013-01-20 | 1 | -1/+8 |
* | Bug fixes from John Haque. | Arnold D. Robbins | 2012-12-23 | 1 | -2/+4 |
* | Upgrade to Automake 1.12.4 and dist bugfix. | Arnold D. Robbins | 2012-10-13 | 1 | -0/+1 |
* | Fix charasbytes test for Mac OS X (10.5). | Arnold D. Robbins | 2012-08-26 | 1 | -1/+1 |
* | Fix doc on ranges and locales again. Add test. | Arnold D. Robbins | 2012-08-12 | 1 | -1/+4 |
* | New test for OFS from Nelson Beebe. | Arnold D. Robbins | 2012-08-05 | 1 | -1/+4 |
* | Doc update and new test on getline with side effects. | Arnold D. Robbins | 2012-07-13 | 1 | -1/+3 |
* | Fix bug with --characters-as-bytes. | Arnold D. Robbins | 2012-06-19 | 1 | -1/+10 |
* | Enhance jarebug for Mac OS X. | Arnold D. Robbins | 2012-05-20 | 1 | -5/+2 |
* | Minor and hopefully last fix to jarebug test. | Arnold D. Robbins | 2012-05-16 | 1 | -1/+1 |
* | Fix jarebug test. | Arnold D. Robbins | 2012-05-14 | 1 | -5/+6 |
* | Add test for gsub in JP-EUC-JP locale. | Arnold D. Robbins | 2012-05-09 | 1 | -0/+11 |
* | Minor printf bug fix + new test for it everywhere. | Arnold D. Robbins | 2012-03-20 | 1 | -2/+4 |
* | Locale fix for error message comparison. | Arnold D. Robbins | 2012-02-22 | 1 | -2/+2 |
* | General prep for release. (Copyrights, etc.) | Arnold D. Robbins | 2012-02-10 | 1 | -33/+39 |
* | Finish RRI changes per points from Paolo Bonzini. | Arnold D. Robbins | 2011-12-26 | 1 | -0/+10 |
* | Fix a problem in improving test/Makefile. | Arnold D. Robbins | 2011-12-06 | 1 | -1/+1 |
* | Rationalize $(CMP) calls in test/Makefile. | Arnold D. Robbins | 2011-12-06 | 1 | -22/+23 |
* | Fix beginfile2 for running outside of srcdir. | Arnold D. Robbins | 2011-10-21 | 1 | -1/+1 |
* | Fix RT handling if partial terminators. | Arnold D. Robbins | 2011-10-02 | 1 | -2/+23 |
* | Fix bug with FPAT. | Arnold D. Robbins | 2011-08-10 | 1 | -1/+5 |
* | BEGINFILE/ENDFILE code redone. | Arnold D. Robbins | 2011-08-10 | 1 | -2/+12 |
* | Fix problem with FIELDWIDTHS. | Arnold D. Robbins | 2011-08-10 | 1 | -1/+4 |
* | Fix problem with parallel make check. | Arnold D. Robbins | 2011-08-09 | 1 | -6/+6 |
* | Fix for ptys for coprocesses. | Arnold D. Robbins | 2011-08-09 | 1 | -1/+4 |
* | Fix next test to send output to file. | Arnold D. Robbins | 2011-07-29 | 1 | -1/+1 |
* | Revert sub/gsub behavior to that of gawk 3.x. | Arnold D. Robbins | 2011-07-28 | 1 | -1/+6 |
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 1 | -2/+9 |
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 1 | -0/+4 |
* | Fix vms version stuff. Get the tarball really right. | Arnold D. Robbins | 2011-06-24 | 1 | -0/+1 |
* | Add fix for crash from grep, add test case. | Arnold D. Robbins | 2011-06-20 | 1 | -3/+5 |
* | Rationalize range expansion in regexps. | Arnold D. Robbins | 2011-05-31 | 1 | -2/+4 |
* | Fix FPAT / NF interaction, update test suites. | Arnold D. Robbins | 2011-05-26 | 1 | -9/+12 |
* | Bug fixes for FPAT. | Arnold D. Robbins | 2011-05-23 | 1 | -3/+6 |
* | Day one bug fix, z/OS fix, new test. | Arnold D. Robbins | 2011-05-14 | 1 | -2/+4 |
* | Test suite revisions, syncing across ports. | Arnold D. Robbins | 2011-05-09 | 1 | -4/+4 |
* | PROCINFO sorting only if not posix. Doc updates. | Arnold D. Robbins | 2011-05-05 | 1 | -43/+43 |
* | Bug fixes and new test, see nastyparm. | Arnold D. Robbins | 2011-05-04 | 1 | -1/+4 |
* | Fix problem with subarray of deleted array. | Arnold D. Robbins | 2011-05-04 | 1 | -1/+3 |
* | User function sorting added, documented, tested. | Arnold D. Robbins | 2011-04-22 | 1 | -1/+3 |
* | Add new test from John Haque. | Arnold D. Robbins | 2011-04-15 | 1 | -1/+3 |
* | Fix array sorting, add test case. | Arnold D. Robbins | 2011-04-01 | 1 | -0/+3 |
* | Add tests for next and exit to test suite. | Arnold D. Robbins | 2011-03-30 | 1 | -1/+17 |
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 |
* | Fix test Makefiles across the board. | Arnold D. Robbins | 2011-02-21 | 1 | -1/+1 |
* | Fix line numbers in lint warnings. | Arnold D. Robbins | 2011-02-16 | 1 | -1/+5 |
* | VMS fixes, including ripple effect into pc and test directories. | Arnold D. Robbins | 2011-02-14 | 1 | -2/+2 |
* | Profile fix and test for it. | Arnold D. Robbins | 2011-02-13 | 1 | -0/+8 |
* | Bug fix in io.c. New test release. | Arnold D. Robbins | 2011-02-11 | 1 | -1/+1 |
* | Regex bug fix and token bug fix. See ChangeLog. | Arnold D. Robbins | 2011-02-07 | 1 | -1/+3 |