index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
symbol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
@let: add self-checks to symbol management code.
Kaz Kylheku
2022-04-14
1
-2
/
+15
*
@let: fix double removal of locals after compiling function.
Kaz Kylheku
2022-04-14
1
-1
/
+4
*
@let: bugfix: must clear dup_ent of re-used symbol.
Kaz Kylheku
2022-04-14
1
-0
/
+1
*
Feature: @let statement provides block-scoped locals
Kaz Kylheku
2022-04-09
1
-44
/
+146
*
Have cant_happen() give more information.
Arnold D. Robbins
2022-02-27
1
-2
/
+2
*
Fix resource links found by Coverity.
Arnold D. Robbins
2022-02-22
1
-0
/
+1
*
Fix a namespace issue.
Arnold D. Robbins
2022-01-05
1
-1
/
+4
*
Code cleanups and bug fix.
Arnold D. Robbins
2021-10-18
1
-8
/
+18
*
Fix TIDYMEM / mtrace usage.
Arnold D. Robbins
2020-08-13
1
-0
/
+1
*
Fix issues with function ordering in pretty printed output. Add doc.
Arnold D. Robbins
2020-08-12
1
-1
/
+12
*
Update copyright years.
Arnold D. Robbins
2020-03-20
1
-1
/
+1
*
First round of message improvements.
Arnold D. Robbins
2020-03-09
1
-2
/
+2
*
Fix a problem when using awk::var kinds of names.
Arnold D. Robbins
2019-06-26
1
-1
/
+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
-56
/
+4
*
Code cleanups.
Arnold D. Robbins
2019-01-21
1
-2
/
+6
*
Finish transition to using assoc_set.
Arnold D. Robbins
2019-01-15
1
-5
/
+2
*
Squashed merge of feature/namespaces. Add code and doc.
Arnold D. Robbins
2019-01-11
1
-3
/
+81
*
Remove alength array method in favor of accessing table_size directly.
Andrew J. Schorr
2019-01-06
1
-2
/
+2
*
Changes to ROUNDMODE now invalidate cached string values.
Arnold D. Robbins
2018-01-03
1
-1
/
+4
*
Update copyright years in all relevant files.
Arnold D. Robbins
2017-08-04
1
-1
/
+2
*
Replace malloc+memset with calloc, mostly by using the new ezalloc macro.
Andrew J. Schorr
2017-06-22
1
-4
/
+2
*
Use Op_illegal instead of 0 in a couple of places for greater clarity.
Andrew J. Schorr
2017-04-10
1
-2
/
+2
*
Small style change in symbol.c.
Arnold D. Robbins
2017-04-10
1
-2
/
+2
*
Patch INSTRUCTION allocator to malloc instruction blocks and eliminate leaks.
Andrew J. Schorr
2017-04-07
1
-16
/
+55
*
fixes for memory leak for user-supplied sorting function.
Arnold D. Robbins
2017-04-04
1
-51
/
+20
*
Speed up programs that toggle IGNORECASE a lot.
Arnold D. Robbins
2017-01-19
1
-2
/
+4
*
Remove trailing whitespace everywhere. Fix Unicode into ASCII.
Arnold D. Robbins
2016-10-23
1
-19
/
+19
*
Merge branch 'master' into feature/fixtype
Arnold D. Robbins
2016-07-01
1
-1
/
+5
|
\
|
*
Add FUNCTAB and SYMTAB to variables dumped with -d.
Arnold D. Robbins
2016-07-01
1
-1
/
+5
*
|
Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...
Andrew J. Schorr
2016-06-30
1
-1
/
+1
|
/
*
Bug fix in symbol lookup, could break watchpoints.
Arnold D. Robbins
2016-06-08
1
-1
/
+3
*
Fix minor memory leak during creation of PROCINFO["identifiers"] array.
Andrew J. Schorr
2015-05-15
1
-0
/
+1
*
Small bug fix.
Arnold D. Robbins
2015-02-27
1
-1
/
+1
*
Update copyright dates.
Arnold D. Robbins
2015-02-06
1
-1
/
+1
*
Move param checking against function names into --posix.
Arnold D. Robbins
2015-02-01
1
-15
/
+21
*
Disallow calling a function parameter. Check params are not function names.
Arnold D. Robbins
2015-01-30
1
-0
/
+55
*
Remove unneeded calls to make_aname.
Arnold D. Robbins
2015-01-20
1
-1
/
+0
*
Minor code cleanups.
Arnold D. Robbins
2014-09-07
1
-6
/
+6
*
Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.
Arnold D. Robbins
2014-09-05
1
-4
/
+11
*
Minor cleanup in symbol.c.
Arnold D. Robbins
2014-08-18
1
-18
/
+19
*
Further fix to eval "" in debugger.
Arnold D. Robbins
2014-05-11
1
-1
/
+1
*
Fixes based on problems from a static checker.
Arnold D. Robbins
2013-09-08
1
-4
/
+5
*
Update copyrights in all relevant source files.
Arnold D. Robbins
2013-04-16
1
-1
/
+1
*
Improve code in symbol.c.
Arnold D. Robbins
2013-01-25
1
-16
/
+12
*
Bug fix for -d with -i.
Arnold D. Robbins
2013-01-22
1
-2
/
+11
*
Merge branch 'master' into array-iface
Arnold D. Robbins
2012-11-25
1
-125
/
+262
|
\
|
*
Bug fix.
Arnold D. Robbins
2012-11-13
1
-1
/
+1
|
*
Bug fixes for SYMTAB.
Arnold D. Robbins
2012-11-10
1
-10
/
+23
|
*
Some minor fixes. See ChangeLog.
Arnold D. Robbins
2012-10-31
1
-6
/
+6
[next]