Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix core dump upon syntax error. | Arnold D. Robbins | 2019-04-18 | 6 | -2/+24 |
| | |||||
* | Ensure that ChangeLog.1 gets into the distribution. | Arnold D. Robbins | 2019-04-18 | 3 | -0/+6 |
| | |||||
* | Add new ChangeLog files. | Arnold D. Robbins | 2019-04-12 | 1 | -0/+5 |
| | |||||
* | Update gettext version in the doc. | Arnold D. Robbins | 2019-04-12 | 1 | -0/+0 |
| | |||||
* | Single-byte locales use locale settings for ignoring case. | Arnold D. Robbins | 2019-04-07 | 6 | -4/+27 |
| | |||||
* | Fix mbprintf5 to keep going in case of failure. | Arnold D. Robbins | 2019-03-17 | 3 | -2/+7 |
| | |||||
* | Small fix in help message. | Arnold D. Robbins | 2019-03-03 | 2 | -1/+4 |
| | |||||
* | Small profiling improvements. | Arnold D. Robbins | 2019-02-25 | 3 | -108/+112 |
| | |||||
* | Improvements for z/OS, building and test suite. | Arnold D. Robbins | 2019-02-25 | 5 | -109/+155 |
| | |||||
* | readdir_test and readdir_retest tests no longer fail on MinGW. | Eli Zaretskii | 2019-02-22 | 3 | -4/+8 |
| | |||||
* | Fix calling user defined functions from eval. | Arnold D. Robbins | 2019-02-17 | 7 | -4/+34 |
| | |||||
* | Tweak timeout test to reduce likelihood of failure. | Andrew J. Schorr | 2019-02-17 | 3 | -2/+7 |
| | |||||
* | Fix plain `print' to work if profiling. | Arnold D. Robbins | 2019-02-15 | 7 | -3/+37 |
| | |||||
* | Updates for DJGPP. | Arnold D. Robbins | 2019-02-07 | 3 | -2/+7 |
| | |||||
* | Update copyright year in many dates. | Arnold D. Robbins | 2019-01-28 | 3 | -2/+3 |
| | |||||
* | Fix symtab6 test. | Arnold D. Robbins | 2019-01-28 | 4 | -4/+9 |
| | |||||
* | Changes after make distcheck. | Arnold D. Robbins | 2019-01-26 | 5 | -14/+20 |
| | |||||
* | Adjust badargs.ok. | Arnold D. Robbins | 2019-01-25 | 2 | -1/+7 |
| | |||||
* | Rework namespace handling to make simpler and correct. Add two test cases. | Arnold D. Robbins | 2019-01-25 | 10 | -13/+106 |
| | |||||
* | Squashed merge of feature/namespaces. Add code and doc. | Arnold D. Robbins | 2019-01-11 | 24 | -51/+492 |
| | |||||
* | Implement optional second array arg to type of returning info on variable ↵ | Andrew J. Schorr | 2019-01-09 | 6 | -0/+72 |
| | | | | internals. | ||||
* | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-12-24 | 4 | -10/+19 |
|\ | |||||
| * | Make inet tests keep going if they fail. | Arnold D. Robbins | 2018-12-24 | 3 | -8/+13 |
| | | |||||
| * | Fix test/inftest.ok. | Arnold D. Robbins | 2018-12-23 | 2 | -2/+6 |
| | | |||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-12-21 | 7 | -2/+26 |
|\| | |||||
| * | Bug fix in dfa, with test. | Arnold D. Robbins | 2018-12-21 | 7 | -2/+26 |
| | | |||||
* | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2018-11-29 | 4 | -34/+6 |
|\ \ | |||||
| * | | Disable writing to arbitrary elements of SYMTAB. | Arnold D. Robbins | 2018-11-29 | 4 | -34/+6 |
| |/ | |||||
* | | More adjustments. profile11 now gets all the comments! | Arnold D. Robbins | 2018-11-28 | 2 | -0/+7 |
| | | |||||
* | | Improve comments before/after functions. | Arnold D. Robbins | 2018-11-27 | 4 | -98/+1238 |
| | | |||||
* | | Continue polishing comments. New test. | Arnold D. Robbins | 2018-11-26 | 7 | -5/+693 |
| | | |||||
* | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2018-11-25 | 3 | -6/+10 |
|\| | |||||
| * | Layout improvement in test/Makefile.am. | Arnold D. Robbins | 2018-11-25 | 3 | -6/+10 |
| | | |||||
* | | Get comments at outermost level working. | Arnold D. Robbins | 2018-11-24 | 2 | -1252/+175 |
| | | |||||
* | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2018-11-24 | 7 | -13/+47 |
|\| | |||||
| * | Add test for command line typed regexp assignment. | Arnold D. Robbins | 2018-11-24 | 5 | -2/+30 |
| | | |||||
| * | Improve portability of spacere test. | Arnold D. Robbins | 2018-11-24 | 5 | -11/+17 |
| | | |||||
* | | More improvements on block comments. | Arnold D. Robbins | 2018-11-11 | 2 | -7/+9 |
| | | |||||
* | | Update test/profile0.ok. | Arnold D. Robbins | 2018-10-14 | 2 | -1/+5 |
|/ |