aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* Have cant_happen() give more information.Arnold D. Robbins2022-02-271-2/+2
* Fix resource links found by Coverity.Arnold D. Robbins2022-02-221-0/+1
* Fix a namespace issue.Arnold D. Robbins2022-01-051-1/+4
* Code cleanups and bug fix.Arnold D. Robbins2021-10-181-8/+18
* Fix TIDYMEM / mtrace usage.Arnold D. Robbins2020-08-131-0/+1
* Fix issues with function ordering in pretty printed output. Add doc.Arnold D. Robbins2020-08-121-1/+12
* Update copyright years.Arnold D. Robbins2020-03-201-1/+1
* First round of message improvements.Arnold D. Robbins2020-03-091-2/+2
* Fix a problem when using awk::var kinds of names.Arnold D. Robbins2019-06-261-1/+4
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-56/+4
* Code cleanups.Arnold D. Robbins2019-01-211-2/+6
* Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-5/+2
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-3/+81
* Remove alength array method in favor of accessing table_size directly.Andrew J. Schorr2019-01-061-2/+2
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-1/+4
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+2
* Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-4/+2
* Use Op_illegal instead of 0 in a couple of places for greater clarity.Andrew J. Schorr2017-04-101-2/+2
* Small style change in symbol.c.Arnold D. Robbins2017-04-101-2/+2
* Patch INSTRUCTION allocator to malloc instruction blocks and eliminate leaks.Andrew J. Schorr2017-04-071-16/+55
* fixes for memory leak for user-supplied sorting function.Arnold D. Robbins2017-04-041-51/+20
* Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-191-2/+4
* Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-19/+19
* Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-07-011-1/+5
|\
| * Add FUNCTAB and SYMTAB to variables dumped with -d.Arnold D. Robbins2016-07-011-1/+5
* | Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...Andrew J. Schorr2016-06-301-1/+1
|/
* 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