Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |