Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to Bison 3.8. | Arnold D. Robbins | 2021-09-10 | 1 | -492/+499 |
* | Fixes for lint check of no effect. | Arnold D. Robbins | 2021-04-14 | 1 | -9/+27 |
* | Improve use of types throughout. | Arnold D. Robbins | 2021-01-08 | 1 | -3/+3 |
* | Make PROCINFO["identifiers"] smarter about arrays. | Arnold D. Robbins | 2020-09-04 | 1 | -1/+1 |
* | Make all messages consistent: no final periods. | Arnold D. Robbins | 2020-08-24 | 1 | -1/+1 |
* | Upgrade to Bison 3.7.1. | Arnold D. Robbins | 2020-08-12 | 1 | -2/+2 |
* | Fix a warning on tcc. | Arnold D. Robbins | 2020-07-28 | 1 | -2/+2 |
* | Update to Bison 3.7. | Arnold D. Robbins | 2020-07-26 | 1 | -430/+418 |
* | Rebuild awkgram.c. Oops. | Arnold D. Robbins | 2020-07-09 | 1 | -1/+1 |
* | Add mbuilov fixes. Still needs review. | Arnold D. Robbins | 2020-06-10 | 1 | -3/+3 |
* | Update to bison 3.6.3. | Arnold D. Robbins | 2020-06-10 | 1 | -616/+535 |
* | Improve doc on limits, increase limit on size of a token. | Arnold D. Robbins | 2020-06-10 | 1 | -536/+617 |
* | Fix ` print $"2" ' case. | Arnold D. Robbins | 2020-06-08 | 1 | -1/+1 |
* | Allow typed regex in return statement. Update the doc. | Arnold D. Robbins | 2020-06-05 | 1 | -757/+772 |
* | Move to Bison 3.6. | Arnold D. Robbins | 2020-05-14 | 1 | -614/+532 |
* | Add lint check for string + string. | Arnold D. Robbins | 2020-05-06 | 1 | -1/+7 |
* | Update to Bison 3.5.4. | Arnold D. Robbins | 2020-04-10 | 1 | -2/+2 |
* | Update to Bison 3.5.3. | Arnold D. Robbins | 2020-03-15 | 1 | -6/+6 |
* | First round of message improvements. | Arnold D. Robbins | 2020-03-09 | 1 | -21/+22 |
* | Add assignment in conditional lint check for if and for. | Arnold D. Robbins | 2020-02-09 | 1 | -313/+316 |
* | Update to Bison 3.5. | Arnold D. Robbins | 2019-12-16 | 1 | -489/+577 |
* | Update to Bison 3.4.2. | Arnold D. Robbins | 2019-09-17 | 1 | -200/+202 |
* | Reduce up-front compiled regexp memory usage. | Arnold D. Robbins | 2019-08-15 | 1 | -6/+0 |
* | Fix lint_old warnings to use lintwarn function. | Arnold D. Robbins | 2019-07-16 | 1 | -112/+113 |
* | Fix four more lint extension warnings. | Arnold D. Robbins | 2019-06-30 | 1 | -2/+2 |
* | Zero out buffers used to read source files. | Arnold D. Robbins | 2019-06-21 | 1 | -0/+1 |
* | Move to Bison 3.4. | Arnold D. Robbins | 2019-06-02 | 1 | -404/+407 |
* | Add --lint=no-ext to disable "xxx is a gawk extension" warnings. | Arnold D. Robbins | 2019-05-22 | 1 | -3/+3 |
* | Fix core dump upon syntax error. | Arnold D. Robbins | 2019-04-18 | 1 | -1/+1 |
* | Fix calling user defined functions from eval. | Arnold D. Robbins | 2019-02-17 | 1 | -419/+425 |
* | Fix plain `print' to work if profiling. | Arnold D. Robbins | 2019-02-15 | 1 | -289/+293 |
* | Update TODO, disallow @/.../ as second arg to index. | Arnold D. Robbins | 2019-02-03 | 1 | -1/+1 |
* | Update to Bison 3.3. | Arnold D. Robbins | 2019-02-02 | 1 | -1101/+1115 |
* | Further simply namespace handling in awkgram.y. | Arnold D. Robbins | 2019-01-28 | 1 | -960/+955 |
* | Rework namespace handling to make simpler and correct. Add two test cases. | Arnold D. Robbins | 2019-01-25 | 1 | -968/+952 |
* | Code cleanups. | Arnold D. Robbins | 2019-01-21 | 1 | -489/+421 |
* | Fix last namespace leak in test suite via change during parsing. | Arnold D. Robbins | 2019-01-21 | 1 | -454/+454 |
* | Restore passing tests in namespace code. | Arnold D. Robbins | 2019-01-20 | 1 | -460/+472 |
* | Continue fixing memory leaks related to namespaces. | Arnold D. Robbins | 2019-01-19 | 1 | -437/+516 |
* | Start fixing memory leaks in namespace management. | Arnold D. Robbins | 2019-01-18 | 1 | -36/+62 |
* | Squashed merge of feature/namespaces. Add code and doc. | Arnold D. Robbins | 2019-01-11 | 1 | -1040/+1330 |
* | Implement optional second array arg to type of returning info on variable int... | Andrew J. Schorr | 2019-01-09 | 1 | -2/+12 |
* | Additional commenting fix. | Arnold D. Robbins | 2018-12-02 | 1 | -0/+10 |
* | Some polishing in awkgram.y. | Arnold D. Robbins | 2018-11-29 | 1 | -762/+748 |
* | More adjustments. profile11 now gets all the comments! | Arnold D. Robbins | 2018-11-28 | 1 | -428/+445 |
* | Improve comments before/after functions. | Arnold D. Robbins | 2018-11-27 | 1 | -395/+413 |
* | Continue polishing comments. New test. | Arnold D. Robbins | 2018-11-26 | 1 | -3/+7 |
* | Get comments at outermost level working. | Arnold D. Robbins | 2018-11-24 | 1 | -432/+453 |
* | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2018-11-17 | 1 | -436/+429 |
|\ | |||||
| * | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-11-17 | 1 | -414/+407 |
| |\ |