summaryrefslogtreecommitdiff
path: root/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
* Save/restore freelists to/from the root pointer struct.Arnold D. Robbins2022-12-041-11/+29
* Disallow using / not using -M for multiple invocations with PMA.Arnold D. Robbins2022-12-011-8/+28
* Fixes and cleanups in symbol.c.Arnold D. Robbins2022-10-141-12/+4
* Fix a lurking bug in --dump-variables implementation.Arnold D. Robbins2022-10-111-1/+1
* Make user-defined functions be persistent also.Arnold D. Robbins2022-08-101-24/+52
* Squashed commit of the following:Arnold D. Robbins2022-07-081-0/+2
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Revert "Squashed commit of the following:"Arnold D. Robbins2022-06-291-2/+0
* Squashed commit of the following:Arnold D. Robbins2022-06-281-0/+2
* Squashed commit of the following:Arnold D. Robbins2022-06-241-4/+22
* 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.feature/fix-ns-memleakArnold 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