index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
interpret.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear out the record and fields at start of BEGINFILE rule.
Arnold D. Robbins
2020-08-25
1
-1
/
+7
*
Fix testext test for MPFR.
Arnold D. Robbins
2020-07-12
1
-1
/
+2
*
Add instruction trace option.
Arnold D. Robbins
2020-07-02
1
-1
/
+7
*
Add lint check for string + string.
Arnold D. Robbins
2020-05-06
1
-0
/
+9
*
Update copyright years on changed files.
Arnold D. Robbins
2020-01-24
1
-1
/
+2
*
Fix a bug in retrieving unset variables through SYMTAB.
Arnold D. Robbins
2020-01-08
1
-0
/
+5
*
Fix a number of memory leaks.
Arnold D. Robbins
2020-01-08
1
-1
/
+4
*
Another memory issue fix.
Arnold D. Robbins
2019-08-30
1
-0
/
+4
*
Fix four more lint extension warnings.
Arnold D. Robbins
2019-06-30
1
-2
/
+2
*
Speed field assignment back up.
Arnold D. Robbins
2019-04-21
1
-1
/
+2
*
Fix calling user defined functions from eval.
Arnold D. Robbins
2019-02-17
1
-0
/
+4
*
Update copyright year in many dates.
Arnold D. Robbins
2019-01-28
1
-1
/
+1
*
Rework namespace handling to make simpler and correct. Add two test cases.
Arnold D. Robbins
2019-01-25
1
-2
/
+2
*
Cleanups for assoc_set.
Arnold D. Robbins
2019-01-20
1
-1
/
+2
*
Finish transition to using assoc_set.
Arnold D. Robbins
2019-01-15
1
-8
/
+1
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-2
/
+2
*
Merge branch 'gawk-4.2-stable'
Arnold D. Robbins
2019-01-08
1
-1
/
+4
|
\
|
*
Small optimization for translatable strings.
Arnold D. Robbins
2019-01-08
1
-1
/
+4
*
|
Disable writing to arbitrary elements of SYMTAB.
Arnold D. Robbins
2018-11-29
1
-13
/
+19
|
/
*
Add more lint warnings.
Arnold D. Robbins
2018-09-26
1
-7
/
+7
*
Fix assigning $0 from a number.
Arnold D. Robbins
2018-07-31
1
-0
/
+1
*
Fix a corner case with EPIPE to stdout/stderr.
Arnold D. Robbins
2018-06-17
1
-1
/
+5
*
Copy MPZ/MPFR bits also, in r_dupnode.
Arnold D. Robbins
2018-04-02
1
-9
/
+18
*
Fix bug printing +"01" in regular and MPFR mode.
Andrew J. Schorr
2018-02-07
1
-0
/
+3
*
Changes to ROUNDMODE now invalidate cached string values.
Arnold D. Robbins
2018-01-03
1
-1
/
+4
*
Fix field corruption when $0 is reassigned with open $n references.
Andrew J. Schorr
2017-11-14
1
-2
/
+7
*
Remove warnings around some printf arguments in interpret.h.
Arnold D. Robbins
2017-08-28
1
-2
/
+6
*
Integrate changes for z/OS.
Arnold D. Robbins
2017-08-21
1
-3
/
+3
*
Fix parenthesization in the pretty printer for real (we hope!).
Arnold D. Robbins
2017-06-23
1
-0
/
+1
*
Introduce some helpful macros for terminating strings, and fix overrun in dcg...
Andrew J. Schorr
2017-01-27
1
-9
/
+7
*
Merge branch 'master' into feature/stringfix
Arnold D. Robbins
2017-01-27
1
-3
/
+3
|
\
|
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2017-01-27
1
-3
/
+3
|
|
\
|
|
*
Fix assignment from gensub to $0.
Arnold D. Robbins
2017-01-27
1
-4
/
+1
|
|
*
Improve messge translatability in debug.c. Update copyright in interpret.h.
Arnold D. Robbins
2017-01-27
1
-1
/
+1
*
|
|
Protect against some unterminated string situations in interpret.h.
Andrew J. Schorr
2017-01-26
1
-1
/
+16
|
/
/
*
|
Improve robustness of Op_assign_concat optimization.
Andrew J. Schorr
2017-01-18
1
-5
/
+6
*
|
Merge branch 'gawk-4.1-stable'
Andrew J. Schorr
2017-01-15
1
-2
/
+4
|
\
|
|
*
Fix bug in string concatenation optimization.
Andrew J. Schorr
2017-01-15
1
-2
/
+4
*
|
Further api doc updates. Simplify lint checking for max args.
Arnold D. Robbins
2016-12-17
1
-1
/
+1
*
|
Further improvements to min/max args code and doc.
Arnold D. Robbins
2016-12-16
1
-6
/
+6
*
|
Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.
Arnold D. Robbins
2016-12-14
1
-5
/
+3
*
|
Improve handling of min and max args for extension functions.
Arnold D. Robbins
2016-12-12
1
-14
/
+13
*
|
Add min_required and max_expected arg counts to API.
Arnold D. Robbins
2016-12-06
1
-1
/
+15
*
|
Merge branch 'master' into feature/typed-regex-2
Arnold D. Robbins
2016-11-18
1
-11
/
+14
|
\
\
|
*
|
Audit use of stptr for NUL termination. Update doc before merge to master.
Arnold D. Robbins
2016-11-18
1
-1
/
+1
|
*
|
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-23
1
-31
/
+31
|
|
\
\
|
*
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-10-16
1
-0
/
+5
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-08-25
1
-23
/
+9
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into feature/nocopy
Arnold D. Robbins
2016-08-03
1
-3
/
+1
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Optimization: support unterminated field strings inside gawk, but make termin...
Andrew J. Schorr
2016-07-08
1
-1
/
+5
[next]