aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Fix switch and ?:. also range expressions. Start on functions.Arnold D. Robbins2018-10-044-427/+553
| | |
* | | Comments: range expressions and switch statement.Arnold D. Robbins2018-10-033-375/+418
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-10-033-740/+5
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-10-033-740/+5
| |\|
| | * Remove unneeded files.Arnold D. Robbins2018-10-033-740/+5
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-10-012-0/+11
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-10-012-0/+11
| |\|
| | * Fix for regex for non-GNU compilers.Arnold D. Robbins2018-10-012-0/+11
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-271-1/+1
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-271-1/+1
| |\|
| | * Fix most recent ChangeLog entry.Arnold D. Robbins2018-09-271-1/+1
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-279-5/+39
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-279-5/+39
| |\|
| | * Fix problem with MPFR conversion to int from hex numbers.Arnold D. Robbins2018-09-279-5/+39
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-265-9/+39
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-265-9/+39
| |\|
| | * Add more lint warnings.Arnold D. Robbins2018-09-265-9/+39
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-236-3/+15
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-236-3/+15
| |\|
| | * Small fix for Sun compilers.Arnold D. Robbins2018-09-232-0/+7
| | |
| | * Fix beta patch level in gawktexi.in(Extracting).Arnold D. Robbins2018-09-234-3/+8
| | |
* | | Start at revamping comment handling for the pretty printer.Arnold D. Robbins2018-09-214-857/+756
| | |
* | | Reset comment changes to be equal to master.Arnold D. Robbins2018-09-213-960/+924
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-219-3/+42
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-219-3/+42
| |\|
| | * Bug fix for trailing backslash in dynamic regexp.Arnold D. Robbins2018-09-219-3/+42
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-2113-85/+305
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-09-2113-85/+305
| |\|
| | * Sync files from GNULIB.Arnold D. Robbins2018-09-217-82/+239
| | |
| | * Update UPDATE_MONTH in the doc.Arnold D. Robbins2018-09-214-2/+59
| | |
| | * Fix compile problem for AIX.Arnold D. Robbins2018-09-212-1/+7
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-09-185-10/+42
|\| |