Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIELDWIDTHS parsing should protect against blanks after skip separator, and ↵ | Andrew J. Schorr | 2017-05-24 | 2 | -1/+6 |
| | | | | fix field number in error message. | ||||
* | Additional robustness in FIELDWIDTHS parsing. | Arnold D. Robbins | 2017-05-23 | 7 | -4/+26 |
| | |||||
* | Greatly improve FIELDWIDTHS behavior, doc, and tests. | Arnold D. Robbins | 2017-05-23 | 13 | -2/+80 |
| | |||||
* | Make lint checking for "no effect" case smarter about line numbers. | Arnold D. Robbins | 2017-05-20 | 3 | -0/+6 |
| | |||||
* | Add a known issue to test/README. | Arnold D. Robbins | 2017-05-20 | 1 | -0/+6 |
| | |||||
* | Improve list in test/Makefile.am of locales needed. | Arnold D. Robbins | 2017-05-01 | 3 | -4/+9 |
| | |||||
* | Additional fix for --source, and add test case. | Arnold D. Robbins | 2017-05-01 | 4 | -2/+21 |
| | |||||
* | Remove unneeded execute permission on various files. | Arnold D. Robbins | 2017-04-12 | 2 | -0/+0 |
| | |||||
* | Fix FPAT problems. | Arnold D. Robbins | 2017-04-12 | 8 | -4/+95 |
| | |||||
* | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 6 | -2/+42 |
|\ | |||||
| * | Add new memleak test. | Arnold D. Robbins | 2017-04-12 | 5 | -2/+22 |
| | | |||||
| * | Merge branch 'master' into feature/memleak | Arnold D. Robbins | 2017-04-12 | 9 | -11/+73 |
| |\ | |||||
| * | | fixes for memory leak for user-supplied sorting function. | Arnold D. Robbins | 2017-04-04 | 1 | -0/+20 |
| | | | |||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 9 | -11/+73 |
|\ \ \ | | |/ | |/| | |||||
| * | | Revise fwtest* test names and files to match. | Arnold D. Robbins | 2017-03-27 | 11 | -32/+38 |
| | | | |||||
| * | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵ | Andrew J. Schorr | 2017-03-21 | 5 | -3/+40 |
| | | | | | | | | | | | | API field parsing. | ||||
| * | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-20 | 4 | -20/+15 |
| |\| | |||||
| * | | Add new test readdir_test to check whether API get_record field_width ↵ | Andrew J. Schorr | 2017-03-06 | 3 | -2/+21 |
| | | | | | | | | | | | | parsing is working. | ||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-20 | 4 | -20/+15 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2017-03-19 | 4 | -20/+15 |
| |\ \ | | |/ | |/| | |||||
| | * | Patch argarray test to work regardless of how configure is invoked. | Andrew J. Schorr | 2017-03-19 | 4 | -20/+15 |
| | | | |||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-23 | 7 | -2/+28 |
|\| | | |||||
| * | | Add optional 2nd argument to mktime to request UTC instead of local time. | Andrew J. Schorr | 2017-02-22 | 7 | -2/+28 |
| | | | |||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-17 | 7 | -2/+41 |
|\| | | |||||
| * | | Fix typeof on null fields. | Arnold D. Robbins | 2017-02-17 | 7 | -2/+41 |
| | | | |||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-01-27 | 7 | -2/+34 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2017-01-27 | 7 | -2/+34 |
| |\| | |||||
| | * | Fix assignment from gensub to $0. | Arnold D. Robbins | 2017-01-27 | 7 | -2/+34 |
| | | | |||||
* | | | Fix bug in strftime when format argument is an unterminated field string. | Andrew J. Schorr | 2017-01-26 | 7 | -2/+28 |
|/ / | |||||
* | | Improve random number generator's period using a shuffle buffer. | Arnold D. Robbins | 2017-01-19 | 2 | -1/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2017-01-15 | 6 | -2/+30 |
|\| | |||||
| * | Fix bug in string concatenation optimization. | Andrew J. Schorr | 2017-01-15 | 6 | -2/+30 |
| | | |||||
* | | Merge branch 'master' into feature/andy | Arnold D. Robbins | 2016-12-22 | 1 | -0/+1 |
|\ \ | |||||
| * | | Add small regex fix. Add support directory. | Arnold D. Robbins | 2016-12-22 | 1 | -0/+1 |
| | | | |||||
* | | | Add strnum support to API. Update rwarray extension and test. | Andrew J. Schorr | 2016-12-05 | 2 | -0/+12 |
| | | | |||||
* | | | Add doc on API changes for typed regexes. Improve test. | Arnold D. Robbins | 2016-11-30 | 2 | -1/+11 |
| | | | |||||
* | | | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 2 | -1/+7 |
|/ / | |||||
* | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-21 | 3 | -0/+6 |
|\ \ | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-11-21 | 3 | -0/+6 |
| |\| | |||||
| | * | Add valgrind.awk to EXTRA_DIST in test/Makefile.am. | Arnold D. Robbins | 2016-11-21 | 3 | -0/+6 |
| | | | |||||
* | | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-18 | 16 | -15/+125 |
|\| | | |||||
| * | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-11-07 | 4 | -22/+53 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-11-04 | 2 | -1/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-11 | 2 | -1/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-09-20 | 7 | -2/+65 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-18 | 4 | -2/+57 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-14 | 3 | -11/+16 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-03 | 10 | -55/+67 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-02 | 3 | -10/+19 |
| |\ \ \ \ \ \ \ \ \ \ |