aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-081-1/+1
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-071-1/+1
| |\|
| | * Update copyrights and prep towards release.Arnold D. Robbins2015-04-071-1/+1
| | |
* | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-04-031-1/+9
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-03-311-1/+9
| |\|
| | * Merge branch 'feature/fix-indirect-call' into gawk-4.1-stableArnold D. Robbins2015-03-311-1/+9
| | |\
| | | * Get indirect calls working!Arnold D. Robbins2015-03-311-1/+5
| | | |
| | | * Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-241-1/+1
| | | |
| | | * Start on testing/fixing indirect calls of builtins.Arnold D. Robbins2015-03-201-1/+5
| | | |
* | | | Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-271-9/+10
|\| | |
| * | | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-03-241-9/+10
| |\| |
| | * | Fix bug where exit with no argument was setting the exit status to zero.Andrew J. Schorr2015-03-241-9/+10
| | |/
* | / Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-3/+4
|/ /
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-211-8/+28
|\|
| * Remove OLDMEM checks, preparatory to merging.Arnold D. Robbins2014-11-211-42/+16
| |
| * Add unfield code in several spots.Arnold D. Robbins2014-11-171-16/+33
| |
| * Add runtime check to run old code. Easier to debug/test.Arnold D. Robbins2014-11-171-17/+30
| |
| * Add field reference changes. Currently breaks sortglos test.Arnold D. Robbins2014-11-161-4/+20
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-161-20/+4
|\|
| * Revert field reference changes of 2014-11-11.Arnold D. Robbins2014-11-161-20/+4
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-151-2/+0
|\|
| * Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-2/+0
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-111-4/+20
|\|
| * Fix memory growth problem.Arnold D. Robbins2014-11-111-4/+20
| |
* | Merge branch 'master' into commentArnold D. Robbins2014-09-101-4/+39
|\|
| * Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-051-3/+4
| |
| * Make indirect calls work on built-in and extension functions.Arnold D. Robbins2014-09-041-6/+36
| |
| * Bug fix in handling indirect function calls.Arnold D. Robbins2014-09-011-1/+5
| |
* | Merge branch 'master' into commentArnold D. Robbins2014-08-061-2/+5
|\|
| * Improve inrec setting ERRNO, doc of API get_record for errors.Arnold D. Robbins2014-08-031-2/+5
| |
* | Merge branch 'master' into commentArnold D. Robbins2014-07-311-1/+1
|\|
| * Bug fix for I/O errors in the middle of a file.Arnold D. Robbins2014-07-241-1/+1
| |
* | Merge branch 'master' into commentArnold D. Robbins2014-07-121-4/+0
|\|
| * Allow any redirected getline inside BEGINFILE/ENDFILE.Arnold D. Robbins2014-05-221-4/+0
| |
* | Merge branch 'master' into commentArnold D. Robbins2014-04-111-1/+1
|\|
| * Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
| |
* | Merge branch 'master' into commentArnold D. Robbins2014-02-201-1/+1
|\|
| * Remove a warning from interpret.h, update NEWS.Arnold D. Robbins2014-02-201-1/+1
| |
* | Start new branch that adds comments to profiling.Arnold D. Robbins2013-08-141-0/+1
|/
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
|
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-12-231-1/+7
|
* Make indirectly updated vars accessable to SYMTAB, API.Arnold D. Robbins2012-12-191-0/+5
|
* Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-031-2/+14
|\
| * Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-12-011-2/+14
| |
* | Finish porting to current code base.Arnold D. Robbins2012-11-261-5/+12
| |
* | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-33/+114
|\|
| * Bug fixes for SYMTAB.Arnold D. Robbins2012-11-101-2/+18
| |
| * SYMTAB enhancements, bug fix. Doc additions.Arnold D. Robbins2012-10-191-0/+1
| |
| * Add tests for SYMTAB and FUNCTAB.Arnold D. Robbins2012-10-041-5/+23
| |
| * More SYMTAB and FUNCTAB improvements.Arnold D. Robbins2012-10-031-3/+14
| |