aboutsummaryrefslogtreecommitdiffstats
path: root/interpret.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Document string termination in header files and remove no-longer-needed strin...Andrew J. Schorr2016-07-061-4/+1
| * | | | | | Now that all fields are NUL-terminated, we can eliminate $n copying in the in...Andrew J. Schorr2016-07-061-6/+2
| * | | | | | Remove FIELD flag, since it is the inverse of the MALLOC flag.Andrew J. Schorr2016-07-051-4/+10
* | | | | | | First steps reworking code away from node type.Arnold D. Robbins2016-11-151-2/+3
* | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-231-31/+31
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-31/+31
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-161-0/+5
|\| | | | |
| * | | | | Implement unary plus for real, including for pretty printing.Arnold D. Robbins2016-10-161-0/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-251-23/+9
|\| | | |
| * | | | New POSIX rules for string comparison.Arnold D. Robbins2016-08-251-7/+7
| * | | | Remove avoid_dfa. Simplify dfa usage and rearrange callers in re.c.Arnold D. Robbins2016-08-251-16/+2
| | |/ / | |/| |
* / | | Restore typed regexp code in a new branch.Arnold D. Robbins2016-08-031-1/+3
|/ / /
* / / Remove typed regexps until they can be done correctly.Arnold D. Robbins2016-08-031-3/+1
|/ /
* | Remove some dead code in interpret.hAndrew J. Schorr2016-05-091-4/+1
* | Typed regex fix, if in an array.Arnold D. Robbins2015-06-291-1/+1
* | Improve memory tracking on typed regex.Arnold D. Robbins2015-06-281-0/+2
* | Remove support for old-style extensions.Arnold D. Robbins2015-06-261-13/+5
* | More work straightening out typeof, including tests.Arnold D. Robbins2015-06-251-1/+3
* | Fix typeof to not change untyped param to scalar.Arnold D. Robbins2015-06-211-3/+6
* | 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
|\|