Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Test makefiles updated. | Arnold D. Robbins | 2020-07-12 | 1 | -2/+2 | |
* | Fix testext test for MPFR. | Arnold D. Robbins | 2020-07-12 | 6 | -30/+127 | |
* | Fix MPFR tests that are OK. | Arnold D. Robbins | 2020-07-08 | 8 | -16/+87 | |
* | Fix another MPFR number parsing issue. | Arnold D. Robbins | 2020-07-07 | 7 | -2/+44 | |
* | Add $(GAWK_TEST_ARGS) to tests so we can run them with -M. | Andrew J. Schorr | 2020-07-06 | 3 | -2/+7 | |
* | MPFR bug fixes in some corner cases. | Arnold D. Robbins | 2020-07-05 | 10 | -4/+55 | |
* | Add instruction trace option. | Arnold D. Robbins | 2020-07-02 | 2 | -0/+5 | |
* | Fix posix_compare function, add test. | Arnold D. Robbins | 2020-07-02 | 6 | -12/+94 | |
* | Make debug.c messages more consistent. | Arnold D. Robbins | 2020-06-30 | 6 | -5/+10 | |
* | Makefile fixes after update to test/Gentests. | Arnold D. Robbins | 2020-06-10 | 2 | -2/+2 | |
* | Add ChangeLog entries and some more minor fixes. | Arnold D. Robbins | 2020-06-10 | 1 | -0/+6 | |
* | Add mbuilov fixes. Still needs review. | Arnold D. Robbins | 2020-06-10 | 1 | -1/+1 | |
* | Fix ` print $"2" ' case. | Arnold D. Robbins | 2020-06-08 | 7 | -2/+28 | |
* | Allow for cross-compile version of ar. | Arnold D. Robbins | 2020-06-05 | 1 | -0/+2 | |
* | Add lint check for string + string. | Arnold D. Robbins | 2020-05-06 | 6 | -4/+26 | |
* | Relase 5.1.0 tarball made. | Arnold D. Robbins | 2020-04-14 | 1 | -0/+4 | |
* | Bug fix for FPAT field parsing. | Arnold D. Robbins | 2020-04-10 | 7 | -4/+38 | |
* | Add new test files. | Arnold D. Robbins | 2020-04-02 | 3 | -0/+13 | |
* | Bug fix in field.c. | Arnold D. Robbins | 2020-04-02 | 4 | -6/+28 | |
* | Small z/OS change in test/Makefile.am. | Arnold D. Robbins | 2020-03-18 | 3 | -4/+9 | |
* | Updates for z/OS. | Arnold D. Robbins | 2020-03-15 | 4 | -24/+47 | |
* | Enhance @val_* sorting methods to use the index string as a tie-breaker. | Andrew J. Schorr | 2020-03-09 | 2 | -49/+53 | |
* | First round of message improvements. | Arnold D. Robbins | 2020-03-09 | 14 | -14/+20 | |
* | Update to symtab11 test. | Arnold D. Robbins | 2020-03-07 | 3 | -74/+81 | |
* | Updates after release engineering. | Arnold D. Robbins | 2020-03-06 | 4 | -6/+11 | |
* | Squashed commit of the following: | Arnold D. Robbins | 2020-03-06 | 1 | -2/+3 | |
* | Update profile5 test. | Arnold D. Robbins | 2020-02-09 | 5 | -10/+22 | |
* | Fix generation of tests list. | Arnold D. Robbins | 2020-01-26 | 4 | -7/+139 | |
* | Improvements to functab4 test. | Arnold D. Robbins | 2020-01-26 | 2 | -3/+12 | |
* | Fix assertion error in sorted loops for SYMTAB/FUNCTAB. | Arnold D. Robbins | 2020-01-24 | 6 | -130/+125 | |
* | Fix a pretty-printer error with print[f]. | Arnold D. Robbins | 2020-01-19 | 7 | -10/+39 | |
* | Fix problems passing uninitialized variables to typeof. | Arnold D. Robbins | 2020-01-08 | 8 | -2/+64 | |
* | Fix a bug in retrieving unset variables through SYMTAB. | Arnold D. Robbins | 2020-01-08 | 8 | -7/+62 | |
* | Fix a number of memory leaks. | Arnold D. Robbins | 2020-01-08 | 4 | -6/+11 | |
* | Add some MSYS2 support. | Arnold D. Robbins | 2019-11-09 | 3 | -4/+9 | |
* | Fix a bug with FPAT field parsing. | Arnold D. Robbins | 2019-11-03 | 7 | -6/+31 | |
* | Fix assigning typed regex to FS and RS. | Arnold D. Robbins | 2019-10-13 | 10 | -0/+54 | |
* | New test: mpfranswer42. | Arnold D. Robbins | 2019-09-24 | 5 | -2/+40 | |
* | Fix typos in test/Makefile.am. | Arnold D. Robbins | 2019-07-23 | 3 | -4/+8 | |
* | Add backwards compatibility tests for inplace extension. | Arnold D. Robbins | 2019-06-28 | 13 | -2/+113 | |
* | Add backwards compatibility to inplace extension, update doc and tests. | Arnold D. Robbins | 2019-06-26 | 4 | -4/+8 | |
* | Add tests for previous fix to namespaces. | Arnold D. Robbins | 2019-06-26 | 7 | -0/+12 | |
* | Fix a problem when using awk::var kinds of names. | Arnold D. Robbins | 2019-06-26 | 3 | -0/+73 | |
* | Fix /\{/ to not warn if --posix. | Arnold D. Robbins | 2019-06-19 | 7 | -4/+29 | |
* | Make 5.0.1 tarball. | Arnold D. Robbins | 2019-06-18 | 1 | -0/+4 | |
* | Add --lint=no-ext to disable "xxx is a gawk extension" warnings. | Arnold D. Robbins | 2019-05-22 | 2 | -1/+5 | |
* | Finish handling sandbox tests. | Arnold D. Robbins | 2019-05-07 | 2 | -0/+7 | |
* | Improve sandbox mode. | Arnold D. Robbins | 2019-05-06 | 7 | -3/+52 | |
* | Add another numeric field assignment test. | Andrew J. Schorr | 2019-04-22 | 6 | -2/+28 | |
* | Fix bug with ^ in FS. | Arnold D. Robbins | 2019-04-21 | 7 | -4/+35 |