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
*
@let: bug re-using previously array-typed location as scalar.
Kaz Kylheku
2022-04-12
1
-8
/
+13
*
@let: bug re-using previously scalar location as array.
Kaz Kylheku
2022-04-11
1
-1
/
+5
*
Feature: @let statement provides block-scoped locals
Kaz Kylheku
2022-04-09
1
-0
/
+20
*
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2022-02-27
1
-3
/
+3
|
\
|
*
Have cant_happen() give more information.
Arnold D. Robbins
2022-02-27
1
-3
/
+3
*
|
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2022-02-09
1
-0
/
+17
|
\
|
|
*
Finish fixing indirect call of builtins.
Arnold D. Robbins
2022-02-07
1
-1
/
+14
|
*
Start fixing indirect calls of builtins.
Arnold D. Robbins
2022-02-04
1
-0
/
+4
*
|
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2021-09-12
1
-4
/
+1
|
\
|
|
*
Small fix in interpret.h.
Arnold D. Robbins
2021-09-12
1
-4
/
+1
*
|
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2021-09-10
1
-5
/
+19
|
\
|
|
*
Bug fix for FUNCTAB and SYMTAB. Update tests.
Arnold D. Robbins
2021-09-10
1
-5
/
+19
*
|
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2021-04-14
1
-4
/
+0
|
\
|
|
*
Fixes for lint check of no effect.
Arnold D. Robbins
2021-04-14
1
-4
/
+0
*
|
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2021-01-09
1
-1
/
+1
|
\
|
|
*
Update a bunch of copyright years.
Arnold D. Robbins
2021-01-09
1
-1
/
+1
*
|
Merge branch 'gawk-5.1-stable'
Arnold D. Robbins
2021-01-08
1
-1
/
+1
|
\
|
|
*
Improve use of types throughout.
Arnold D. Robbins
2021-01-08
1
-1
/
+1
*
|
Rework scalar comparisons to be (more) like in C.
Arnold D. Robbins
2020-11-02
1
-6
/
+6
|
/
*
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
|
\
[next]