Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix multibyte char printf problem, add test. | Arnold D. Robbins | 2017-06-18 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Andrew J. Schorr | 2017-05-24 | 1 | -0/+5 | |
|\| | | ||||||
| * | | FIELDWIDTHS parsing should protect against blanks after skip separator, and ↵ | Andrew J. Schorr | 2017-05-24 | 1 | -0/+5 | |
| | | | | | | | | | | | | fix field number in error message. | |||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-23 | 1 | -2/+3 | |
|\| | | ||||||
| * | | Additional robustness in FIELDWIDTHS parsing. | Arnold D. Robbins | 2017-05-23 | 1 | -2/+3 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-23 | 1 | -0/+6 | |
|\| | | ||||||
| * | | Greatly improve FIELDWIDTHS behavior, doc, and tests. | Arnold D. Robbins | 2017-05-23 | 1 | -0/+6 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-20 | 1 | -0/+4 | |
|\| | | ||||||
| * | | Make lint checking for "no effect" case smarter about line numbers. | Arnold D. Robbins | 2017-05-20 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-05-01 | 1 | -0/+11 | |
|\| | | ||||||
| * | | Improve list in test/Makefile.am of locales needed. | Arnold D. Robbins | 2017-05-01 | 1 | -0/+5 | |
| | | | ||||||
| * | | Additional fix for --source, and add test case. | Arnold D. Robbins | 2017-05-01 | 1 | -0/+6 | |
| | | | ||||||
* | | | Rename intdiv to intdiv0, require it to be configured in. | Arnold D. Robbins | 2017-04-16 | 1 | -0/+5 | |
|/ / | ||||||
* | | Fix FPAT problems. | Arnold D. Robbins | 2017-04-12 | 1 | -0/+7 | |
| | | ||||||
* | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 1 | -0/+5 | |
|\ \ | ||||||
| * | | Add new memleak test. | Arnold D. Robbins | 2017-04-12 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 1 | -0/+18 | |
|\| | | ||||||
| * | | Revise fwtest* test names and files to match. | Arnold D. Robbins | 2017-03-27 | 1 | -0/+6 | |
| | | | ||||||
| * | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵ | Andrew J. Schorr | 2017-03-21 | 1 | -0/+5 | |
| | | | | | | | | | | | | API field parsing. | |||||
| * | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-20 | 1 | -0/+7 | |
| |\ \ | ||||||
| * | | | Add new test readdir_test to check whether API get_record field_width ↵ | Andrew J. Schorr | 2017-03-06 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | parsing is working. | |||||
* | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-20 | 1 | -0/+7 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2017-03-19 | 1 | -0/+7 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | Patch argarray test to work regardless of how configure is invoked. | Andrew J. Schorr | 2017-03-19 | 1 | -0/+7 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-23 | 1 | -0/+5 | |
|\| | | ||||||
| * | | Add optional 2nd argument to mktime to request UTC instead of local time. | Andrew J. Schorr | 2017-02-22 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-17 | 1 | -0/+6 | |
|\| | | ||||||
| * | | Fix typeof on null fields. | Arnold D. Robbins | 2017-02-17 | 1 | -0/+6 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-01-27 | 1 | -0/+5 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2017-01-27 | 1 | -0/+5 | |
| |\| | ||||||
| | * | Fix assignment from gensub to $0. | Arnold D. Robbins | 2017-01-27 | 1 | -0/+5 | |
| | | | ||||||
* | | | Fix bug in strftime when format argument is an unterminated field string. | Andrew J. Schorr | 2017-01-26 | 1 | -0/+5 | |
|/ / | ||||||
* | | Improve random number generator's period using a shuffle buffer. | Arnold D. Robbins | 2017-01-19 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2017-01-15 | 1 | -0/+6 | |
|\| | ||||||
| * | Fix bug in string concatenation optimization. | Andrew J. Schorr | 2017-01-15 | 1 | -0/+6 | |
| | | ||||||
* | | Add strnum support to API. Update rwarray extension and test. | Andrew J. Schorr | 2016-12-05 | 1 | -0/+4 | |
| | | ||||||
* | | Add doc on API changes for typed regexes. Improve test. | Arnold D. Robbins | 2016-11-30 | 1 | -0/+5 | |
| | | ||||||
* | | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-21 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-11-21 | 1 | -0/+4 | |
| |\| | ||||||
| | * | Add valgrind.awk to EXTRA_DIST in test/Makefile.am. | Arnold D. Robbins | 2016-11-21 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-18 | 1 | -0/+20 | |
|\| | | ||||||
| * | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-11-07 | 1 | -0/+8 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-11-04 | 1 | -0/+5 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-11 | 1 | -0/+4 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-09-20 | 1 | -0/+5 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | 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 | 1 | -0/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-14 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-03 | 1 | -0/+11 | |
| |\ \ \ \ \ \ \ \ \ |