summaryrefslogtreecommitdiff
path: root/awkgram.y
Commit message (Expand)AuthorAgeFilesLines
* Fix a few -Wextra compilation warnings.Arnold D. Robbins2023-04-221-1/+2
* Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
* Improve revamped field assignment.Arnold D. Robbins2023-03-071-0/+21
* Fix memory leak when $a = $b appears in expressions.Arnold D. Robbins2023-02-271-19/+10
* Remove trailing whitespace from a bunch of files.Arnold D. Robbins2023-02-261-1/+1
* Fix parse-time division by zero check.Arnold D. Robbins2022-10-231-4/+4
* Fix rwarray:readall issues.Arnold D. Robbins2022-10-141-1/+2
* Syntax errors are now fatal. Stop the fuzzers.Arnold D. Robbins2022-08-251-0/+2
* Improve parse-time checking for divide by zero, add test case.Arnold D. Robbins2022-08-141-0/+12
* Squashed commit of the following:Arnold D. Robbins2022-07-051-11/+0
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-05-241-0/+4
|\
| * Small bug fix and new test case.Arnold D. Robbins2022-05-241-0/+4
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-04-211-1/+0
|\ \ | |/
| * Pretty printing improvements for comments in switch/case.Arnold D. Robbins2022-04-211-1/+0
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-03-271-7/+7
|\ \ | |/
| * Fix nested indirect calls, add test case.Arnold D. Robbins2022-03-271-7/+7
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-271-5/+5
|\ \ | |/
| * Have cant_happen() give more information.Arnold D. Robbins2022-02-271-5/+5
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-01-051-10/+50
|\ \ | |/
| * Fix a namespace issue.Arnold D. Robbins2022-01-051-10/+50
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-10-181-4/+4
|\ \ | |/
| * Code cleanups and bug fix.Arnold D. Robbins2021-10-181-4/+4
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-09-101-0/+1
|\ \ | |/
| * Update to Bison 3.8.Arnold D. Robbins2021-09-101-0/+1
* | Renamed bool() to mkbool().Arnold D. Robbins2021-05-021-1/+1
* | Merge branch 'master' into feature/boolArnold D. Robbins2021-04-141-9/+27
|\ \ | |/
| * Fixes for lint check of no effect.Arnold D. Robbins2021-04-141-9/+27
* | More progress on bool.Arnold D. Robbins2021-03-081-0/+1
|/
* Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* Improve use of types throughout.Arnold D. Robbins2021-01-081-3/+3
* Make PROCINFO["identifiers"] smarter about arrays.Arnold D. Robbins2020-09-041-1/+1
* Make all messages consistent: no final periods.Arnold D. Robbins2020-08-241-1/+1
* Fix a warning on tcc.Arnold D. Robbins2020-07-281-2/+2
* Fix indirect call tests for MPFR.Arnold D. Robbins2020-07-091-1/+1
* Add mbuilov fixes. Still needs review.Arnold D. Robbins2020-06-101-3/+3
* Improve doc on limits, increase limit on size of a token.Arnold D. Robbins2020-06-101-1/+1
* Fix ` print $"2" ' case.Arnold D. Robbins2020-06-081-1/+1
* Allow typed regex in return statement. Update the doc.Arnold D. Robbins2020-06-051-1/+7
* Add lint check for string + string.Arnold D. Robbins2020-05-061-1/+7
* Update copyright years.Arnold D. Robbins2020-03-201-1/+1
* First round of message improvements.Arnold D. Robbins2020-03-091-21/+22
* Add assignment in conditional lint check for if and for.Arnold D. Robbins2020-02-091-0/+3
* Reduce up-front compiled regexp memory usage.Arnold D. Robbins2019-08-151-6/+0
* Fix lint_old warnings to use lintwarn function.gawk-5.0-stableArnold D. Robbins2019-07-161-9/+10
* Fix four more lint extension warnings.Arnold D. Robbins2019-06-301-2/+2
* Zero out buffers used to read source files.Arnold D. Robbins2019-06-211-0/+1
* Add --lint=no-ext to disable "xxx is a gawk extension" warnings.Arnold D. Robbins2019-05-221-3/+3
* Fix core dump upon syntax error.Arnold D. Robbins2019-04-181-1/+1
* Fix calling user defined functions from eval.Arnold D. Robbins2019-02-171-1/+7