aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
Commit message (Expand)AuthorAgeFilesLines
* Update to Bison 3.5.4.Arnold D. Robbins2020-04-101-2/+2
* Update to Bison 3.5.3.Arnold D. Robbins2020-03-151-6/+6
* First round of message improvements.Arnold D. Robbins2020-03-091-21/+22
* Add assignment in conditional lint check for if and for.Arnold D. Robbins2020-02-091-313/+316
* Update to Bison 3.5.Arnold D. Robbins2019-12-161-489/+577
* Update to Bison 3.4.2.Arnold D. Robbins2019-09-171-200/+202
* Reduce up-front compiled regexp memory usage.Arnold D. Robbins2019-08-151-6/+0
* Fix lint_old warnings to use lintwarn function.Arnold D. Robbins2019-07-161-112/+113
* Fix four more lint extension warnings.Arnold D. Robbins2019-06-301-2/+2
* Zero out buffers used to read source files.Arnold D. Robbins2019-06-211-0/+1
* Move to Bison 3.4.Arnold D. Robbins2019-06-021-404/+407
* Add --lint=no-ext to disable "xxx is a gawk extension" warnings.Arnold D. Robbins2019-05-221-3/+3
* Fix core dump upon syntax error.Arnold D. Robbins2019-04-181-1/+1
* Fix calling user defined functions from eval.Arnold D. Robbins2019-02-171-419/+425
* Fix plain `print' to work if profiling.Arnold D. Robbins2019-02-151-289/+293
* Update TODO, disallow @/.../ as second arg to index.Arnold D. Robbins2019-02-031-1/+1
* Update to Bison 3.3.Arnold D. Robbins2019-02-021-1101/+1115
* Further simply namespace handling in awkgram.y.Arnold D. Robbins2019-01-281-960/+955
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-968/+952
* Code cleanups.Arnold D. Robbins2019-01-211-489/+421
* Fix last namespace leak in test suite via change during parsing.Arnold D. Robbins2019-01-211-454/+454
* Restore passing tests in namespace code.Arnold D. Robbins2019-01-201-460/+472
* Continue fixing memory leaks related to namespaces.Arnold D. Robbins2019-01-191-437/+516
* Start fixing memory leaks in namespace management.Arnold D. Robbins2019-01-181-36/+62
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-1040/+1330
* Implement optional second array arg to type of returning info on variable int...Andrew J. Schorr2019-01-091-2/+12
* Additional commenting fix.Arnold D. Robbins2018-12-021-0/+10
* Some polishing in awkgram.y.Arnold D. Robbins2018-11-291-762/+748
* More adjustments. profile11 now gets all the comments!Arnold D. Robbins2018-11-281-428/+445
* Improve comments before/after functions.Arnold D. Robbins2018-11-271-395/+413
* Continue polishing comments. New test.Arnold D. Robbins2018-11-261-3/+7
* Get comments at outermost level working.Arnold D. Robbins2018-11-241-432/+453
* Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-11-171-436/+429
|\
| * Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-11-171-414/+407
| |\
| | * Update to Bison 3.2.1.Arnold D. Robbins2018-11-171-414/+407
* | | More improvements on block comments.Arnold D. Robbins2018-11-111-423/+444
* | | Improve comments after a closing brace on statements.Arnold D. Robbins2018-11-111-424/+422
* | | Handle comments after commas in expression lists.Arnold D. Robbins2018-10-301-310/+318
* | | Dump list of @include files at end when pretty printing.Arnold D. Robbins2018-10-281-460/+416
* | | Add comments to @load. Start for @include.Arnold D. Robbins2018-10-201-435/+489
* | | Handle comments after the `;' in for loops.Arnold D. Robbins2018-10-171-313/+341
* | | Distinguish print $0 from print. Doc updates. Fix case and default.Arnold D. Robbins2018-10-171-1/+1
* | | Comment handling for array for loops.Arnold D. Robbins2018-10-161-319/+325
* | | Continue with comments, especially case and default.Arnold D. Robbins2018-10-161-413/+453
* | | Improvements for comments in do...while and debug dump.Arnold D. Robbins2018-10-141-320/+330
* | | Fix comments for && and ||, other small changes.Arnold D. Robbins2018-10-101-466/+449
* | | Improve handling of braced statements and comments in if/else.Arnold D. Robbins2018-10-101-325/+361
* | | Fix empty statement handling.Arnold D. Robbins2018-10-091-372/+384
* | | Continued improvements in comment refactoring.Arnold D. Robbins2018-10-091-446/+486
* | | Improve handling of comments on braces for action rule.Arnold D. Robbins2018-10-061-363/+382