summaryrefslogtreecommitdiff
path: root/awkgram.y
Commit message (Expand)AuthorAgeFilesLines
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-1/+4
* Don't optimize !_"...".Arnold D. Robbins2017-12-101-1/+1
* Don't fold constant strings if either is translatable.Arnold D. Robbins2017-10-211-1/+2
* Merge branch 'master' into feature/api-mpfrArnold 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/api-mpfrArnold D. Robbins2017-07-171-1/+7
|\ \ | |/
| * Partially undo previous grammar change.Arnold D. Robbins2017-07-171-1/+7
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-171-11/+5
|\ \ | |/
| * Small cleanups in the grammar.Arnold D. Robbins2017-07-171-11/+5
* | 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-8/+10
|\ \ | |/
| * Fix parenthesization in the pretty printer for real (we hope!).Arnold D. Robbins2017-06-231-2/+7
| * 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
* | Fix possible string overrun in strtonum function.Andrew J. Schorr2017-01-261-2/+2
|/
* Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-191-2/+8
* Add regex value support to API. Update rwarr extension and test.Arnold D. Robbins2016-11-291-15/+1
* Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-1/+1
|\
| * Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-1/+1
* | Finish reworking typed regexes. Tests pass!Arnold D. Robbins2016-11-151-12/+11
* | First steps reworking code away from node type.Arnold D. Robbins2016-11-151-7/+16
* | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-311-1/+6
|\ \ | |/
| * Fix some valgrind errors.Arnold D. Robbins2016-10-311-1/+6
* | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-231-84/+84
|\ \ | |/
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-84/+84
* | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-161-1/+1
|\ \ | |/
| * Typo fix in call to add_sign_to_num.Arnold D. Robbins2016-10-161-1/+1
* | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-161-15/+34
|\ \ | |/
| * Implement unary plus for real, including for pretty printing.Arnold D. Robbins2016-10-161-15/+34
* | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-121-5/+5
|\ \ | |/