aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
Commit message (Expand)AuthorAgeFilesLines
* Bug fix for FUNCTAB and SYMTAB. Update tests.Arnold D. Robbins2021-09-101-5/+19
* Fixes for lint check of no effect.Arnold D. Robbins2021-04-141-4/+0
* Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* Improve use of types throughout.Arnold D. Robbins2021-01-081-1/+1
* 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
* Merge branch 'gawk-4.2-stable'Arnold D. Robbins2019-01-081-1/+4
|\
| * Small optimization for translatable strings.Arnold D. Robbins2019-01-081-1/+4
* | Disable writing to arbitrary elements of SYMTAB.Arnold D. Robbins2018-11-291-13/+19
|/
* Add more lint warnings.Arnold D. Robbins2018-09-261-7/+7
* Fix assigning $0 from a number.Arnold D. Robbins2018-07-311-0/+1
* Fix a corner case with EPIPE to stdout/stderr.Arnold D. Robbins2018-06-171-1/+5
* Copy MPZ/MPFR bits also, in r_dupnode.Arnold D. Robbins2018-04-021-9/+18
* Fix bug printing +"01" in regular and MPFR mode.Andrew J. Schorr2018-02-071-0/+3
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-1/+4
* Fix field corruption when $0 is reassigned with open $n references.Andrew J. Schorr2017-11-141-2/+7
* Remove warnings around some printf arguments in interpret.h.Arnold D. Robbins2017-08-281-2/+6
* Integrate changes for z/OS.Arnold D. Robbins2017-08-211-3/+3
* Fix parenthesization in the pretty printer for real (we hope!).Arnold D. Robbins2017-06-231-0/+1
* Introduce some helpful macros for terminating strings, and fix overrun in dcg...Andrew J. Schorr2017-01-271-9/+7
* Merge branch 'master' into feature/stringfixArnold D. Robbins2017-01-271-3/+3
|\
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-3/+3
| |\
| | * Fix assignment from gensub to $0.Arnold D. Robbins2017-01-271-4/+1
| | * Improve messge translatability in debug.c. Update copyright in interpret.h.Arnold D. Robbins2017-01-271-1/+1
* | | Protect against some unterminated string situations in interpret.h.Andrew J. Schorr2017-01-261-1/+16
|/ /
* | Improve robustness of Op_assign_concat optimization.Andrew J. Schorr2017-01-181-5/+6
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2017-01-151-2/+4
|\|
| * Fix bug in string concatenation optimization.Andrew J. Schorr2017-01-151-2/+4
* | Further api doc updates. Simplify lint checking for max args.Arnold D. Robbins2016-12-171-1/+1
* | Further improvements to min/max args code and doc.Arnold D. Robbins2016-12-161-6/+6
* | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-5/+3
* | Improve handling of min and max args for extension functions.Arnold D. Robbins2016-12-121-14/+13
* | Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-061-1/+15
* | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-11/+14
|\ \
| * | Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-1/+1
| * | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-31/+31
| |\ \