Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Stop allocating an extra wasted byte at the end of various strings. | Andrew J. Schorr | 2014-12-14 | 1 | -3/+4 | |
|/ / | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-21 | 1 | -8/+28 | |
|\| | ||||||
| * | Remove OLDMEM checks, preparatory to merging. | Arnold D. Robbins | 2014-11-21 | 1 | -42/+16 | |
| | | ||||||
| * | Add unfield code in several spots. | Arnold D. Robbins | 2014-11-17 | 1 | -16/+33 | |
| | | ||||||
| * | Add runtime check to run old code. Easier to debug/test. | Arnold D. Robbins | 2014-11-17 | 1 | -17/+30 | |
| | | ||||||
| * | Add field reference changes. Currently breaks sortglos test. | Arnold D. Robbins | 2014-11-16 | 1 | -4/+20 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-16 | 1 | -20/+4 | |
|\| | ||||||
| * | Revert field reference changes of 2014-11-11. | Arnold D. Robbins | 2014-11-16 | 1 | -20/+4 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-15 | 1 | -2/+0 | |
|\| | ||||||
| * | Remove MBS_SUPPORT ifdefs. | Arnold D. Robbins | 2014-11-15 | 1 | -2/+0 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-11 | 1 | -4/+20 | |
|\| | ||||||
| * | Fix memory growth problem. | Arnold D. Robbins | 2014-11-11 | 1 | -4/+20 | |
| | | ||||||
* | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-09-10 | 1 | -4/+39 | |
|\| | ||||||
| * | Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc. | Arnold D. Robbins | 2014-09-05 | 1 | -3/+4 | |
| | | ||||||
| * | Make indirect calls work on built-in and extension functions. | Arnold D. Robbins | 2014-09-04 | 1 | -6/+36 | |
| | | ||||||
| * | Bug fix in handling indirect function calls. | Arnold D. Robbins | 2014-09-01 | 1 | -1/+5 | |
| | | ||||||
* | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-08-06 | 1 | -2/+5 | |
|\| | ||||||
| * | Improve inrec setting ERRNO, doc of API get_record for errors. | Arnold D. Robbins | 2014-08-03 | 1 | -2/+5 | |
| | | ||||||
* | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-07-31 | 1 | -1/+1 | |
|\| | ||||||
| * | Bug fix for I/O errors in the middle of a file. | Arnold D. Robbins | 2014-07-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-07-12 | 1 | -4/+0 | |
|\| | ||||||
| * | Allow any redirected getline inside BEGINFILE/ENDFILE. | Arnold D. Robbins | 2014-05-22 | 1 | -4/+0 | |
| | | ||||||
* | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-04-11 | 1 | -1/+1 | |
|\| | ||||||
| * | Update copyright years on files changed in 2014. | Arnold D. Robbins | 2014-03-31 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-02-20 | 1 | -1/+1 | |
|\| | ||||||
| * | Remove a warning from interpret.h, update NEWS. | Arnold D. Robbins | 2014-02-20 | 1 | -1/+1 | |
| | | ||||||
* | | Start new branch that adds comments to profiling. | Arnold D. Robbins | 2013-08-14 | 1 | -0/+1 | |
|/ | ||||||
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-23 | 1 | -1/+7 | |
| | ||||||
* | Make indirectly updated vars accessable to SYMTAB, API. | Arnold D. Robbins | 2012-12-19 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-03 | 1 | -2/+14 | |
|\ | ||||||
| * | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-01 | 1 | -2/+14 | |
| | | ||||||
* | | Finish porting to current code base. | Arnold D. Robbins | 2012-11-26 | 1 | -5/+12 | |
| | | ||||||
* | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -33/+114 | |
|\| | ||||||
| * | Bug fixes for SYMTAB. | Arnold D. Robbins | 2012-11-10 | 1 | -2/+18 | |
| | | ||||||
| * | SYMTAB enhancements, bug fix. Doc additions. | Arnold D. Robbins | 2012-10-19 | 1 | -0/+1 | |
| | | ||||||
| * | Add tests for SYMTAB and FUNCTAB. | Arnold D. Robbins | 2012-10-04 | 1 | -5/+23 | |
| | | ||||||
| * | More SYMTAB and FUNCTAB improvements. | Arnold D. Robbins | 2012-10-03 | 1 | -3/+14 | |
| | | ||||||
| * | First cut at SYMTAB and FUNCTAB. | Arnold D. Robbins | 2012-09-25 | 1 | -0/+8 | |
| | | ||||||
| * | Hide private parts of IOBUF from extensions. | Andrew J. Schorr | 2012-06-24 | 1 | -1/+1 | |
| | | ||||||
| * | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -2/+3 | |
| | | ||||||
| * | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -20/+20 | |
| | | ||||||
* | | Add optional shutdown routine for an extension lib. | john haque | 2012-04-21 | 1 | -7/+4 | |
| | | ||||||
* | | Improve array interface. | john haque | 2012-04-19 | 1 | -3/+47 | |
| | | ||||||
* | | Polish array handling code. | john haque | 2012-04-18 | 1 | -3/+5 | |
| | | ||||||
* | | Use unref when freeing a null array element. | john haque | 2012-04-17 | 1 | -1/+3 | |
|/ | ||||||
* | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -6/+6 | |
| | ||||||
* | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -127/+47 | |
| | ||||||
* | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -3/+25 | |
| | ||||||
* | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -92/+181 | |
| |