summaryrefslogtreecommitdiff
path: root/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* Add FUNCTAB and SYMTAB to variables dumped with -d.Arnold D. Robbins2016-07-011-1/+5
* Bug fix in symbol lookup, could break watchpoints.Arnold D. Robbins2016-06-081-1/+3
* Fix minor memory leak during creation of PROCINFO["identifiers"] array.Andrew J. Schorr2015-05-151-0/+1
* Small bug fix.Arnold D. Robbins2015-02-271-1/+1
* Update copyright dates.Arnold D. Robbins2015-02-061-1/+1
* Move param checking against function names into --posix.Arnold D. Robbins2015-02-011-15/+21
* Disallow calling a function parameter. Check params are not function names.Arnold D. Robbins2015-01-301-0/+55
* Remove unneeded calls to make_aname.Arnold D. Robbins2015-01-201-1/+0
* Minor code cleanups.Arnold D. Robbins2014-09-071-6/+6
* Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-051-4/+11
* Minor cleanup in symbol.c.Arnold D. Robbins2014-08-181-18/+19
* Further fix to eval "" in debugger.Arnold D. Robbins2014-05-111-1/+1
* Fixes based on problems from a static checker.Arnold D. Robbins2013-09-081-4/+5
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Improve code in symbol.c.Arnold D. Robbins2013-01-251-16/+12
* Bug fix for -d with -i.Arnold D. Robbins2013-01-221-2/+11
* Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-125/+262
|\
| * Bug fix.Arnold D. Robbins2012-11-131-1/+1
| * Bug fixes for SYMTAB.Arnold D. Robbins2012-11-101-10/+23
| * Some minor fixes. See ChangeLog.Arnold D. Robbins2012-10-311-6/+6
| * z/OS fixes.Arnold D. Robbins2012-10-211-8/+8
| * SYMTAB enhancements, bug fix. Doc additions.Arnold D. Robbins2012-10-191-1/+1
| * Bug fix for new symbol table implementation.Arnold D. Robbins2012-10-111-4/+22
| * More SYMTAB and FUNCTAB improvements.Arnold D. Robbins2012-10-031-3/+4
| * Document SYMTAB and FUNCTAB. Disable for --posix.Arnold D. Robbins2012-10-021-0/+4
| * First cut at SYMTAB and FUNCTAB.Arnold D. Robbins2012-09-251-138/+159
| * Fix for PPC Mac OS X.Arnold D. Robbins2012-09-191-0/+1
| * Add undocumented-for-now PROCINFO["identifiers"].Arnold D. Robbins2012-09-141-1/+80
| * Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-2/+2
* | Improve array interface.john haque2012-04-191-1/+1
* | Polish array handling code.john haque2012-04-181-1/+1
|/
* Add GPL notice in symbol.c.john haque2011-10-121-0/+25
* Speed/memory performance improvements.john haque2011-10-121-0/+693