summaryrefslogtreecommitdiff
path: root/interpret.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a few -Wextra compilation warnings.Arnold D. Robbins2023-04-221-2/+1
* Revert change to Op_field_spec_lhs of 2023-01-23.Arnold D. Robbins2023-03-021-15/+1
* Fix memory leak when $a = $b appears in expressions.Arnold D. Robbins2023-02-271-0/+5
* Remove trailing whitespace from a bunch of files.Arnold D. Robbins2023-02-261-2/+2
* Fix field assignment bug.Arnold D. Robbins2023-01-311-1/+15
* Yet another fix for Node_elem_new handling.Arnold D. Robbins2023-01-311-2/+4
* Code simplification in interpret.h.Arnold D. Robbins2022-10-251-15/+15
* Fix a memory leak.Arnold D. Robbins2022-09-301-0/+3
* Yet another fix and test for Node_elem_new.Arnold D. Robbins2022-09-231-1/+1
* Fix negative NaN issue on RiscV.Arnold D. Robbins2022-09-191-0/+2
* Additional fix for Node_elem_new.Arnold D. Robbins2022-09-141-4/+10
* Fix a bug with Node_elem_new.Arnold D. Robbins2022-09-141-0/+1
* Squashed commit of the following:Arnold D. Robbins2022-07-081-4/+27
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Revert "Squashed commit of the following:"Arnold D. Robbins2022-06-291-27/+4
* Squashed commit of the following:Arnold D. Robbins2022-06-281-4/+27
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-04-281-0/+18
|\
| * Make SYMTAB["x"]["y"] a fatal error also.Arnold D. Robbins2022-04-281-0/+18
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-271-3/+3
|\ \ | |/
| * Have cant_happen() give more information.Arnold D. Robbins2022-02-271-3/+3
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-02-091-0/+17
|\ \ | |/
| * Finish fixing indirect call of builtins.Arnold D. Robbins2022-02-071-1/+14
| * Start fixing indirect calls of builtins.Arnold D. Robbins2022-02-041-0/+4
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-09-121-4/+1
|\ \ | |/
| * Small fix in interpret.h.Arnold D. Robbins2021-09-121-4/+1
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-09-101-5/+19
|\ \ | |/
| * Bug fix for FUNCTAB and SYMTAB. Update tests.Arnold D. Robbins2021-09-101-5/+19
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-04-141-4/+0
|\ \ | |/
| * Fixes for lint check of no effect.Arnold D. Robbins2021-04-141-4/+0
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-091-1/+1
|\ \ | |/
| * Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-081-1/+1
|\ \ | |/
| * Improve use of types throughout.Arnold D. Robbins2021-01-081-1/+1
* | Rework scalar comparisons to be (more) like in C.Arnold D. Robbins2020-11-021-6/+6
|/
* Clear out the record and fields at start of BEGINFILE rule.Arnold D. Robbins2020-08-251-1/+7
* Fix testext test for MPFR.Arnold D. Robbins2020-07-121-1/+2
* Add instruction trace option.Arnold D. Robbins2020-07-021-1/+7
* Add lint check for string + string.Arnold D. Robbins2020-05-061-0/+9
* Update copyright years on changed files.Arnold D. Robbins2020-01-241-1/+2
* Fix a bug in retrieving unset variables through SYMTAB.Arnold D. Robbins2020-01-081-0/+5
* Fix a number of memory leaks.Arnold D. Robbins2020-01-081-1/+4
* Another memory issue fix.Arnold D. Robbins2019-08-301-0/+4
* Fix four more lint extension warnings.Arnold D. Robbins2019-06-301-2/+2
* Speed field assignment back up.Arnold D. Robbins2019-04-211-1/+2
* Fix calling user defined functions from eval.Arnold D. Robbins2019-02-171-0/+4
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-2/+2
* Cleanups for assoc_set.Arnold D. Robbins2019-01-201-1/+2
* Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-8/+1
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-2/+2