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
*
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
|
*
z/OS fixes.
Arnold D. Robbins
2012-10-21
1
-8
/
+8
|
*
SYMTAB enhancements, bug fix. Doc additions.
Arnold D. Robbins
2012-10-19
1
-1
/
+1
|
*
Bug fix for new symbol table implementation.
Arnold D. Robbins
2012-10-11
1
-4
/
+22
|
*
More SYMTAB and FUNCTAB improvements.
Arnold D. Robbins
2012-10-03
1
-3
/
+4
|
*
Document SYMTAB and FUNCTAB. Disable for --posix.
Arnold D. Robbins
2012-10-02
1
-0
/
+4
|
*
First cut at SYMTAB and FUNCTAB.
Arnold D. Robbins
2012-09-25
1
-138
/
+159
|
*
Fix for PPC Mac OS X.
Arnold D. Robbins
2012-09-19
1
-0
/
+1
|
*
Add undocumented-for-now PROCINFO["identifiers"].
Arnold D. Robbins
2012-09-14
1
-1
/
+80
|
*
Move to use of bool type, true, false, everywhere.
Arnold D. Robbins
2012-05-11
1
-2
/
+2
*
|
Improve array interface.
john haque
2012-04-19
1
-1
/
+1
*
|
Polish array handling code.
john haque
2012-04-18
1
-1
/
+1
|
/
*
Add GPL notice in symbol.c.
john haque
2011-10-12
1
-0
/
+25
*
Speed/memory performance improvements.
john haque
2011-10-12
1
-0
/
+693