aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Fix switch and ?:. also range expressions. Start on functions.Arnold D. Robbins2018-10-041-399/+418
* | | Comments: range expressions and switch statement.Arnold D. Robbins2018-10-031-367/+389
* | | Start at revamping comment handling for the pretty printer.Arnold D. Robbins2018-09-211-622/+573
* | | Reset comment changes to be equal to master.Arnold D. Robbins2018-09-211-929/+904
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-161-381/+382
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-161-379/+380
| |\|
| | * Upgrade to Bison 3.1.Arnold D. Robbins2018-09-161-379/+380
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-08-021-232/+239
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-08-021-232/+239
| |\|
| | * 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
| | * Forgot to commit awkgram.c.Arnold D. Robbins2018-07-271-6/+6
| | * Add lint warning for `print "foo" > "foo" 1'.Arnold D. Robbins2018-07-271-232/+235
* | | 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
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-03-261-305/+282
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-03-261-305/+282
| |\|
| | * Remove the tail recursion optimization.Arnold D. Robbins2018-03-261-305/+282
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-03-051-2/+2
|\| |
| * | Merge branch 'gawk-4.2-stable' (after 4.2.1 release)Arnold D. Robbins2018-03-051-2/+2
| |\|
| | * Minor cleanups (bool to int, move a macro).Arnold D. Robbins2018-03-051-2/+2
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-01-101-0/+3
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-01-101-0/+3
| |\|
| | * Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-0/+3
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-12-141-1/+1
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-141-1/+1
| |\|
| | * Don't optimize !_"...".Arnold D. Robbins2017-12-101-1/+1
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-10-221-19/+12
|\| |
| * | Merge branch 'master' into feature/dev-5.0Arnold D. Robbins2017-10-211-121/+122
| |\|
| * | Simply lint checking for functions defined/called.Arnold D. Robbins2017-10-141-15/+12
| * | Remove code allowing non-English letters in identifiers.Arnold D. Robbins2017-10-021-4/+0
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-10-211-121/+122
|\ \ \ | | |/ | |/|
| * | Don't fold constant strings if either is translatable.Arnold D. Robbins2017-10-211-121/+122
| |/