Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Finish up patches from Michael Builov. | Arnold D. Robbins | 2020-06-11 | 1 | -1/+16 | |
| | ||||||
* | Add ChangeLog entries and some more minor fixes. | Arnold D. Robbins | 2020-06-10 | 1 | -0/+12 | |
| | ||||||
* | Update to bison 3.6.3. | Arnold D. Robbins | 2020-06-10 | 1 | -0/+5 | |
| | ||||||
* | Convert exec_count to unsigned long long. | Andrew J. Schorr | 2020-06-10 | 1 | -0/+9 | |
| | ||||||
* | Improve doc on limits, increase limit on size of a token. | Arnold D. Robbins | 2020-06-10 | 1 | -0/+5 | |
| | ||||||
* | Improve long long exec_count. | Arnold D. Robbins | 2020-06-10 | 1 | -0/+9 | |
| | ||||||
* | Make profiling counts 64 bits. | Arnold D. Robbins | 2020-06-08 | 1 | -0/+8 | |
| | ||||||
* | Fix ` print $"2" ' case. | Arnold D. Robbins | 2020-06-08 | 1 | -0/+5 | |
| | ||||||
* | Allow typed regex in return statement. Update the doc. | Arnold D. Robbins | 2020-06-05 | 1 | -0/+5 | |
| | ||||||
* | Allow for cross-compile version of ar. | Arnold D. Robbins | 2020-06-05 | 1 | -0/+6 | |
| | ||||||
* | Update build aux files. | Arnold D. Robbins | 2020-05-15 | 1 | -0/+4 | |
| | ||||||
* | Move to Bison 3.6. | Arnold D. Robbins | 2020-05-14 | 1 | -0/+5 | |
| | ||||||
* | Add lint check for string + string. | Arnold D. Robbins | 2020-05-06 | 1 | -0/+12 | |
| | ||||||
* | Relase 5.1.0 tarball made. | Arnold D. Robbins | 2020-04-14 | 1 | -0/+4 | |
| | ||||||
* | Fix configure --disable-lint. | Arnold D. Robbins | 2020-04-10 | 1 | -0/+4 | |
| | ||||||
* | Update to Bison 3.5.4. | Arnold D. Robbins | 2020-04-10 | 1 | -0/+5 | |
| | ||||||
* | Bug fix for FPAT field parsing. | Arnold D. Robbins | 2020-04-10 | 1 | -0/+9 | |
| | ||||||
* | Bug fix in field.c. | Arnold D. Robbins | 2020-04-02 | 1 | -1/+7 | |
| | ||||||
* | Update TODO. | Arnold D. Robbins | 2020-03-18 | 1 | -0/+4 | |
| | ||||||
* | Update to Bison 3.5.3. | Arnold D. Robbins | 2020-03-15 | 1 | -0/+2 | |
| | ||||||
* | Updates for z/OS. | Arnold D. Robbins | 2020-03-15 | 1 | -0/+4 | |
| | ||||||
* | More message updates. | Arnold D. Robbins | 2020-03-11 | 1 | -0/+5 | |
| | ||||||
* | Enhance @val_* sorting methods to use the index string as a tie-breaker. | Andrew J. Schorr | 2020-03-09 | 1 | -0/+14 | |
| | ||||||
* | First round of message improvements. | Arnold D. Robbins | 2020-03-09 | 1 | -0/+6 | |
| | ||||||
* | Squashed commit of the following: | Arnold D. Robbins | 2020-03-06 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | commit 233cbc2a39b348eb66f70e7806f5fe2ef45db6a8 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Fri Mar 6 11:37:05 2020 +0200 Update ChangeLog files with Jannick's changes. commit 3a6297d5a1e900f8de0ddc6dda5b08770483e318 Author: Arnold D. Robbins <arnold@skeeve.com> Date: Fri Feb 21 13:10:40 2020 +0200 MSYS2 build changes. | |||||
* | Doc updates. | Arnold D. Robbins | 2020-03-04 | 1 | -0/+4 | |
| | ||||||
* | custom.h fix for OpenVMS regex handling. | John Malmberg | 2020-02-13 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk | Arnold D. Robbins | 2020-02-09 | 1 | -0/+4 | |
|\ | ||||||
| * | Remove OpenVMS code from dfa.c | John Malmberg | 2020-02-04 | 1 | -0/+4 | |
| | | ||||||
* | | All @eval to work again after a syntax error. | Arnold D. Robbins | 2020-02-09 | 1 | -0/+3 | |
| | | ||||||
* | | Add assignment in conditional lint check for if and for. | Arnold D. Robbins | 2020-02-09 | 1 | -0/+6 | |
|/ | ||||||
* | Update and simplify dfa.c. | Arnold D. Robbins | 2020-02-01 | 1 | -0/+6 | |
| | ||||||
* | Fix non-VMS compilation. | Arnold D. Robbins | 2020-01-27 | 1 | -1/+5 | |
| | ||||||
* | Fix for building on 64 bit OpenVMS | John Malmberg | 2020-01-26 | 1 | -0/+6 | |
| | ||||||
* | Efficiency improvement. | Arnold D. Robbins | 2020-01-26 | 1 | -0/+5 | |
| | ||||||
* | Add appropriate credit for recent fix to ChangeLog. | Arnold D. Robbins | 2020-01-26 | 1 | -1/+1 | |
| | ||||||
* | Update copyright years on changed files. | Arnold D. Robbins | 2020-01-24 | 1 | -0/+5 | |
| | ||||||
* | Fix assertion error in sorted loops for SYMTAB/FUNCTAB. | Arnold D. Robbins | 2020-01-24 | 1 | -0/+11 | |
| | ||||||
* | Update build aux files. | Arnold D. Robbins | 2020-01-19 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk | Arnold D. Robbins | 2020-01-19 | 1 | -0/+6 | |
|\ | ||||||
| * | Fix cint off-by-one array bounds overflow check for NHAT set in the environment. | Andrew J. Schorr | 2020-01-14 | 1 | -0/+6 | |
| | | ||||||
* | | Fix a pretty-printer error with print[f]. | Arnold D. Robbins | 2020-01-19 | 1 | -1/+7 | |
|/ | ||||||
* | Fix problems passing uninitialized variables to typeof. | Arnold D. Robbins | 2020-01-08 | 1 | -0/+5 | |
| | ||||||
* | Fix a bug in retrieving unset variables through SYMTAB. | Arnold D. Robbins | 2020-01-08 | 1 | -0/+6 | |
| | ||||||
* | Fix a number of memory leaks. | Arnold D. Robbins | 2020-01-08 | 1 | -0/+16 | |
| | ||||||
* | Update config.guess. | Arnold D. Robbins | 2019-12-22 | 1 | -0/+4 | |
| | ||||||
* | Fix for building on Windows with msys2. | Arnold D. Robbins | 2019-12-22 | 1 | -0/+5 | |
| | ||||||
* | Update gettext.h. | Arnold D. Robbins | 2019-12-22 | 1 | -0/+5 | |
| | ||||||
* | Sanitization fix from Paul Eggert. | Arnold D. Robbins | 2019-12-20 | 1 | -0/+6 | |
| | ||||||
* | Update to Bison 3.5. | Arnold D. Robbins | 2019-12-16 | 1 | -0/+5 | |
| |