aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
Commit message (Expand)AuthorAgeFilesLines
* 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 '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 '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 '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 '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 '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 '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/dev-5.0Arnold D. Robbins2017-10-211-121/+122
|\|
| * Don't fold constant strings if either is translatable.Arnold 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/api-mpfrArnold D. Robbins2017-07-171-620/+636
|\
| * Partially undo previous grammar change.Arnold D. Robbins2017-07-171-620/+636
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-171-640/+624
|\|
| * Small cleanups in the grammar.Arnold D. Robbins2017-07-171-640/+624
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-111-1/+13
|\|
| * Some cleanup about checking letters and identifiers.Arnold D. Robbins2017-07-111-1/+13
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-231-86/+88
|\|
| * Fix parenthesization in the pretty printer for real (we hope!).Arnold D. Robbins2017-06-231-80/+85
| * Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-6/+3
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-05-201-4/+14
|\|
| * Make lint checking for "no effect" case smarter about line numbers.Arnold D. Robbins2017-05-201-4/+14
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-05-011-5/+1
|\|
| * Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkArnold D. Robbins2017-05-011-1/+1
| |\
| * | Additional fix for --source, and add test case.Arnold D. Robbins2017-05-011-5/+1
* | | Merge branch 'master' into feature/api-mpfrAndrew J. Schorr2017-04-261-1/+1
|\ \ \ | | |/ | |/|
| * | Fix bug where Node_regex was setting valref, and restore valref to Node_val p...Andrew J. Schorr2017-04-261-1/+1
| |/
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-231-0/+22
|\|
| * Fix --source to be like 3.1.x and improve the doc.Arnold 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/stringfixArnold D. Robbins2017-02-231-1/+1
|\
| * Add optional 2nd argument to mktime to request UTC instead of local time.Andrew J. Schorr2017-02-221-1/+1
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-051-3/+4
|\|
| * In set_profile_text, use emalloc instead of estrdup to improve clarity.Andrew J. Schorr2017-02-031-3/+4
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-021-3/+3
|\|
| * Undo change, but update comments as to why not needed.Arnold D. Robbins2017-02-021-3/+3
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-021-1/+2
|\|
| * Improve memory hygiene in set_profile_text.Arnold D. Robbins2017-02-021-1/+2
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-011-16/+10
|\|
| * Improve making of profile number code and also MPFR case thereof.Arnold D. Robbins2017-02-011-16/+10