aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-11-112-1/+5
| |\|
| | * Fix usage for -Z option.Arnold D. Robbins2018-11-112-1/+5
| | |
* | | More improvements on block comments.Arnold D. Robbins2018-11-115-447/+498
| | |
* | | Improve comments after a closing brace on statements.Arnold D. Robbins2018-11-113-435/+441
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-11-024-38/+45
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-11-024-38/+45
| |\|
| | * Small doc fixes.Arnold D. Robbins2018-11-024-38/+45
| | |
* | | Doc updates on profiler/pretty printer.Arnold D. Robbins2018-11-014-249/+246
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-10-312-150/+258
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-10-312-150/+258
| |\|
| | * Remove unused function in dfa.c.Arnold D. Robbins2018-10-312-21/+4
| | |
| | * Merge branch 'gawk-4.2-stable' into update-dfaArnold D. Robbins2018-10-304-351/+357
| | |\
| | * \ Merge branch 'gawk-4.2-stable' into update-dfaArnold D. Robbins2018-10-274-37/+57
| | |\ \
| | * \ \ Merge branch 'gawk-4.2-stable' into update-dfaArnold D. Robbins2018-10-2410-46/+82
| | |\ \ \
| | * | | | Update dfa.c.Arnold D. Robbins2018-10-222-129/+254
| | | | | |
* | | | | | Handle comments after commas in expression lists.Arnold D. Robbins2018-10-305-350/+401
| | | | | |
* | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-10-304-351/+357
|\| | | | |
| * | | | | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-10-304-351/+357
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Small doc typo fixes.Arnold D. Robbins2018-10-304-351/+357
| | | |_|/ | | |/| |
* | | | | Dump list of @include files at end when pretty printing.Arnold D. Robbins2018-10-284-517/+472
| | | | |
* | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-10-274-37/+57
|\| | | |
| * | | | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-10-274-37/+57
| |\| | |
| | * | | Doc update: don't post bug reports in web forums.Arnold D. Robbins2018-10-274-37/+57
| | | |/ | | |/|
* | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-10-242-1/+8
|\| | |
| * | | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-10-242-1/+8
| |\| |
| | * | Improve usage message when debugging enabled.Arnold D. Robbins2018-10-242-1/+8
| | | |
* | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-10-239-45/+74
|\| | |
| * | | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-10-239-45/+74
| |\| |
| | * | Update aux files.Arnold D. Robbins2018-10-236-11/+21
| | | |
| | * | Mention GNU Kind Communication Guidelines in the doc.Arnold D. Robbins2018-10-234-34/+53
| | |/
* | | Add a TODO item in list.Arnold D. Robbins2018-10-211-0/+1
| | |
* | | Add comments to @load. Start for @include.Arnold D. Robbins2018-10-205-463/+596
| | |
* | | Handle comments after the `;' in for loops.Arnold D. Robbins2018-10-176-316/+417
| | |
* | | Distinguish print $0 from print. Doc updates. Fix case and default.Arnold D. Robbins2018-10-179-236/+260
| | |
* | | Comment handling for array for loops.Arnold D. Robbins2018-10-163-323/+338
| | |
* | | Fix compiler warning from Cygwin.Arnold D. Robbins2018-10-162-1/+2
| | |
* | | Continue with comments, especially case and default.Arnold D. Robbins2018-10-165-439/+538
| | |
* | | Improvements for comments in do...while and debug dump.Arnold D. Robbins2018-10-145-329/+390
| | |
* | | Update test/profile0.ok.Arnold D. Robbins2018-10-142-1/+5
| | |
* | | Fix comments for && and ||, other small changes.Arnold D. Robbins2018-10-105-529/+523
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-10-102-1/+6
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-10-102-1/+6
| |\|
| | * Fix Op_comment in debug.c:print_instruction.Arnold D. Robbins2018-10-102-1/+6
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-10-103-2/+7
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-10-103-2/+7
| |\|
| | * Ignore failure in profile1 test, allows make to keep going.Arnold D. Robbins2018-10-103-2/+7
| | |
* | | Improve handling of braced statements and comments in if/else.Arnold D. Robbins2018-10-104-326/+408
| | |
* | | Fix empty statement handling.Arnold D. Robbins2018-10-093-373/+407
| | |
* | | Continued improvements in comment refactoring.Arnold D. Robbins2018-10-095-512/+598
| | |
* | | Improve handling of comments on braces for action rule.Arnold D. Robbins2018-10-063-368/+411
| | |