Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix RT handling if partial terminators. | Arnold D. Robbins | 2011-10-02 | 7 | -4/+72 | |
| | ||||||
* | Fix bug with FPAT. | Arnold D. Robbins | 2011-08-10 | 7 | -3/+37 | |
| | ||||||
* | BEGINFILE/ENDFILE code redone. | Arnold D. Robbins | 2011-08-10 | 7 | -5/+453 | |
| | ||||||
* | Fix problem with FIELDWIDTHS. | Arnold D. Robbins | 2011-08-10 | 5 | -1/+12 | |
| | ||||||
* | Fix problem with parallel make check. | Arnold D. Robbins | 2011-08-09 | 3 | -13/+15 | |
| | ||||||
* | Fix for ptys for coprocesses. | Arnold D. Robbins | 2011-08-09 | 6 | -2/+79 | |
| | ||||||
* | Fix next test to send output to file. | Arnold D. Robbins | 2011-07-29 | 3 | -2/+6 | |
| | ||||||
* | Revert sub/gsub behavior to that of gawk 3.x. | Arnold D. Robbins | 2011-07-28 | 5 | -13/+15 | |
| | ||||||
* | Fix sortu test. | Arnold D. Robbins | 2011-07-28 | 3 | -4/+13 | |
| | ||||||
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 10 | -4/+56 | |
| | ||||||
* | Add new test files to the git repo. | Arnold D. Robbins | 2011-07-18 | 3 | -0/+94 | |
| | ||||||
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 4 | -0/+23 | |
| | ||||||
* | Fix vms version stuff. Get the tarball really right. | Arnold D. Robbins | 2011-06-24 | 3 | -0/+7 | |
| | ||||||
* | Update versions and ChangeLogs, make tarball! | Arnold D. Robbins | 2011-06-23 | 2 | -1784/+1789 | |
| | ||||||
* | Add fix for crash from grep, add test case. | Arnold D. Robbins | 2011-06-20 | 6 | -6/+27 | |
| | ||||||
* | Bug fix to FPAT and update test. | Arnold D. Robbins | 2011-06-05 | 3 | -2/+26 | |
| | ||||||
* | Rationalize range expansion in regexps. | Arnold D. Robbins | 2011-05-31 | 6 | -4/+59 | |
| | ||||||
* | Fix FPAT / NF interaction, update test suites. | Arnold D. Robbins | 2011-05-26 | 6 | -18/+53 | |
| | ||||||
* | Bug fixes for FPAT. | Arnold D. Robbins | 2011-05-23 | 8 | -7/+36 | |
| | ||||||
* | Documentation and compile fixes. | Arnold D. Robbins | 2011-05-19 | 2 | -2/+6 | |
| | ||||||
* | Tests for day one bug fixed in previous commit. | Arnold D. Robbins | 2011-05-14 | 2 | -0/+15 | |
| | ||||||
* | Day one bug fix, z/OS fix, new test. | Arnold D. Robbins | 2011-05-14 | 4 | -4/+23 | |
| | ||||||
* | Test suite revisions, syncing across ports. | Arnold D. Robbins | 2011-05-09 | 4 | -9/+14 | |
| | ||||||
* | More array sorting fixes. | Arnold D. Robbins | 2011-05-08 | 3 | -11/+15 | |
| | ||||||
* | PROCINFO sorting only if not posix. Doc updates. | Arnold D. Robbins | 2011-05-05 | 3 | -122/+124 | |
| | ||||||
* | Revamp array sorting. | Arnold D. Robbins | 2011-05-04 | 6 | -85/+146 | |
| | ||||||
* | Bug fixes and new test, see nastyparm. | Arnold D. Robbins | 2011-05-04 | 6 | -3/+88 | |
| | ||||||
* | Fix problem with subarray of deleted array. | Arnold D. Robbins | 2011-05-04 | 4 | -1/+11 | |
| | ||||||
* | User function sorting added, documented, tested. | Arnold D. Robbins | 2011-04-22 | 6 | -2/+184 | |
| | ||||||
* | Add 32/64 bit consistency in hashing. | Arnold D. Robbins | 2011-04-22 | 2 | -1/+5 | |
| | ||||||
* | More array sorting changes from John. | Arnold D. Robbins | 2011-04-18 | 5 | -66/+351 | |
| | ||||||
* | Add new test files. | Arnold D. Robbins | 2011-04-18 | 2 | -0/+37 | |
| | ||||||
* | Add new test from John Haque. | Arnold D. Robbins | 2011-04-15 | 4 | -2/+21 | |
| | ||||||
* | More improvements to array sorting. | Arnold D. Robbins | 2011-04-07 | 3 | -10/+133 | |
| | ||||||
* | Fix array sorting, add test case. | Arnold D. Robbins | 2011-04-01 | 6 | -0/+46 | |
| | ||||||
* | Add tests for next and exit to test suite. | Arnold D. Robbins | 2011-03-30 | 7 | -2/+145 | |
| | ||||||
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 2 | -2/+2 | |
| | ||||||
* | Fix test Makefiles across the board. | Arnold D. Robbins | 2011-02-21 | 3 | -2/+7 | |
| | ||||||
* | PROCINFO["sorted_in"] value now matters. | Arnold D. Robbins | 2011-02-17 | 3 | -3/+298 | |
| | ||||||
* | Fix line numbers in lint warnings. | Arnold D. Robbins | 2011-02-16 | 10 | -7/+110 | |
| | ||||||
* | VMS fixes, including ripple effect into pc and test directories. | Arnold D. Robbins | 2011-02-14 | 5 | -7/+18 | |
| | ||||||
* | Profile fix and test for it. | Arnold D. Robbins | 2011-02-13 | 5 | -0/+44 | |
| | ||||||
* | Bug fix in io.c. New test release. | Arnold D. Robbins | 2011-02-11 | 3 | -2/+7 | |
| | ||||||
* | Equalize messages. New es.po file. | Arnold D. Robbins | 2011-02-08 | 5 | -4/+9 | |
| | ||||||
* | Fix mode on test/negrange.awk. | Arnold D. Robbins | 2011-02-07 | 1 | -0/+0 | |
| | ||||||
* | Regex bug fix and token bug fix. See ChangeLog. | Arnold D. Robbins | 2011-02-07 | 6 | -2/+35 | |
| | ||||||
* | Fix profile2 test for Windows. | Arnold D. Robbins | 2011-02-01 | 3 | -2/+9 | |
| | ||||||
* | Document isarray etc. | Arnold D. Robbins | 2011-02-01 | 2 | -1/+5 | |
| | ||||||
* | Add controlled array sorting in for loop. Needs documenting. | Arnold D. Robbins | 2011-01-27 | 7 | -2/+609 | |
| | ||||||
* | More fixes. | Arnold D. Robbins | 2011-01-27 | 3 | -9/+11 | |
| |