summaryrefslogtreecommitdiff
path: root/awkgram.y
Commit message (Expand)AuthorAgeFilesLines
* Fix calling user defined functions from eval.Arnold D. Robbins2019-02-171-1/+7
* Fix plain `print' to work if profiling.Arnold D. Robbins2019-02-151-1/+5
* Update TODO, disallow @/.../ as second arg to index.Arnold D. Robbins2019-02-031-1/+1
* Further simply namespace handling in awkgram.y.Arnold D. Robbins2019-01-281-24/+14
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-25/+19
* Code cleanups.feature/fix-ns-memleakArnold D. Robbins2019-01-211-68/+0
* Fix last namespace leak in test suite via change during parsing.Arnold D. Robbins2019-01-211-0/+6
* Restore passing tests in namespace code.Arnold D. Robbins2019-01-201-11/+17
* Continue fixing memory leaks related to namespaces.Arnold D. Robbins2019-01-191-17/+96
* Start fixing memory leaks in namespace management.Arnold D. Robbins2019-01-181-5/+31
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-20/+290
* 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-18/+10
* More adjustments. profile11 now gets all the comments!Arnold D. Robbins2018-11-281-16/+33
* Improve comments before/after functions.Arnold D. Robbins2018-11-271-0/+18
* Continue polishing comments. New test.Arnold D. Robbins2018-11-261-3/+7
* Get comments at outermost level working.Arnold D. Robbins2018-11-241-40/+40
* More improvements on block comments.Arnold D. Robbins2018-11-111-17/+39
* Improve comments after a closing brace on statements.Arnold D. Robbins2018-11-111-11/+9
* Handle comments after commas in expression lists.Arnold D. Robbins2018-10-301-1/+11
* Dump list of @include files at end when pretty printing.Arnold D. Robbins2018-10-281-56/+12
* Add a TODO item in list.Arnold D. Robbins2018-10-211-0/+1
* Add comments to @load. Start for @include.Arnold D. Robbins2018-10-201-24/+78
* Handle comments after the `;' in for loops.Arnold D. Robbins2018-10-171-0/+28
* 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-4/+10
* Continue with comments, especially case and default.Arnold D. Robbins2018-10-161-15/+49
* Improvements for comments in do...while and debug dump.Arnold D. Robbins2018-10-141-5/+15
* Fix comments for && and ||, other small changes.Arnold D. Robbins2018-10-101-55/+38
* Improve handling of braced statements and comments in if/else.Arnold D. Robbins2018-10-101-1/+37
* Fix empty statement handling.Arnold D. Robbins2018-10-091-1/+16
* Continued improvements in comment refactoring.Arnold D. Robbins2018-10-091-44/+74
* Improve handling of comments on braces for action rule.Arnold D. Robbins2018-10-061-5/+24
* Fix switch and ?:. also range expressions. Start on functions.Arnold D. Robbins2018-10-041-24/+37
* Comments: range expressions and switch statement.Arnold D. Robbins2018-10-031-8/+24
* Start at revamping comment handling for the pretty printer.Arnold D. Robbins2018-09-211-235/+171
* Reset comment changes to be equal to master.Arnold D. Robbins2018-09-211-31/+14
* Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-071-1/+1
|\
| * Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-071-1/+1
| |\
| | * Remove \n from calls to lintwarn, warning, and fatal.Arnold D. Robbins2018-09-071-1/+1
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-08-021-4/+11
|\ \ \ | |/ /
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-08-021-4/+11
| |\ \ | | |/
| | * Add lint warning for escaped newlines.Arnold D. Robbins2018-08-021-0/+2
| | * Fix handling of physical newlines in -v arguments and related improvemnts.Arnold D. Robbins2018-07-311-0/+2
| | * Add lint warning for `print "foo" > "foo" 1'.Arnold D. Robbins2018-07-271-4/+7
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-05-241-1/+1
|\ \ \ | |/ /
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-05-241-1/+1
| |\ \ | | |/
| | * Improve lint checking for statement of just a constant.Arnold D. Robbins2018-05-241-1/+1