aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2018-03-261-25/+2
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-03-261-25/+2
| |\|
| | * Remove the tail recursion optimization.Arnold D. Robbins2018-03-261-25/+2
| | |
* | | 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-1/+4
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-01-101-1/+4
| |\|
| | * Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-1/+4
| | |
* | | 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-1/+2
| |\|
| * | 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-1/+2
|\ \ \ | | |/ | |/|
| * | Don't fold constant strings if either is translatable.Arnold D. Robbins2017-10-211-1/+2
| |/
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-08-131-1/+5
|\|
| * Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-041-1/+1
| |\
| * \ Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-171-1/+7
| |\ \
| * \ \ Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-171-11/+5
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-111-1/+13
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-231-8/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-05-201-4/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-05-011-5/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into feature/api-mpfrAndrew J. Schorr2017-04-261-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-231-0/+22
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename intdiv to intdiv0, require it to be configured in.Arnold D. Robbins2017-04-161-1/+5
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-08-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-07-171-1/+7
|\| | | | | | | | |
| * | | | | | | | | Partially undo previous grammar change.Arnold D. Robbins2017-07-171-1/+7
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-07-171-11/+5
|\| | | | | | | |
| * | | | | | | | Small cleanups in the grammar.Arnold D. Robbins2017-07-171-11/+5
| | |_|_|_|_|_|/ | |/| | | | | |