Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Patch INSTRUCTION allocator to malloc instruction blocks and eliminate leaks. | Andrew J. Schorr | 2017-04-07 | 1 | -1/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fixes for memory leak for user-supplied sorting function. | Arnold D. Robbins | 2017-04-04 | 1 | -1/+8 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-04-11 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-27 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵ | Andrew J. Schorr | 2017-03-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API field parsing. | |||||
| * | | | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-20 | 1 | -0/+12 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | For API input field parsing, use an array of structs instead of an array of ↵ | Andrew J. Schorr | 2017-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integers. | |||||
| * | | | | | | | Enable an API input parser to supply an array of field widths to override ↵ | Andrew J. Schorr | 2017-03-05 | 1 | -2/+4 | |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | the default gawk field parsing mechanism. | |||||
* | | | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-11 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | Fix EPIPE handling in the MinGW build. | Eli Zaretskii | 2017-04-08 | 1 | -0/+5 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-03-27 | 1 | -0/+2 | |
|\| | | | | | ||||||
| * | | | | | Die with SIGPIPE when EPIPE happens on stdout. | Arnold D. Robbins | 2017-03-27 | 1 | -0/+2 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-03-20 | 1 | -0/+12 | |
|\| | | | | ||||||
| * | | | | Improve handling of EPIPE and fflush. | Arnold D. Robbins | 2017-03-20 | 1 | -0/+12 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-02-23 | 1 | -1/+1 | |
|\| | | | ||||||
| * | | | Change return type on some functions from int to bool. | Arnold D. Robbins | 2017-02-23 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-27 | 1 | -2/+1 | |
|\| | | ||||||
| * | | Minor tweak to block allocator to remove pointless BLOCK_INVALID header. | Andrew J. Schorr | 2017-01-26 | 1 | -2/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-26 | 1 | -7/+11 | |
|\| | | ||||||
| * | | Minor rewrite of block allocator to improve clarity. | Andrew J. Schorr | 2017-01-25 | 1 | -7/+11 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-25 | 1 | -16/+27 | |
|\| | | ||||||
| * | | Minor performance optimization for numeric operations. | Andrew J. Schorr | 2017-01-22 | 1 | -16/+27 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-19 | 1 | -5/+4 | |
|\| | | ||||||
| * | | Speed up programs that toggle IGNORECASE a lot. | Arnold D. Robbins | 2017-01-19 | 1 | -5/+4 | |
| | | | ||||||
* | | | Enhance API to support extended-precision arithmetic and implement intdiv as ↵ | Andrew J. Schorr | 2017-01-06 | 1 | -0/+17 | |
|/ / | | | | | | | a demonstration. | |||||
* | | Merge branch 'feature/regex-to-api' into feature/andy | Arnold D. Robbins | 2016-12-22 | 1 | -1/+6 | |
|\ \ | ||||||
| * \ | Merge branch 'master' into feature/regex-to-api | Arnold D. Robbins | 2016-12-22 | 1 | -1/+6 | |
| |\ \ | ||||||
| | * | | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions. | Arnold D. Robbins | 2016-12-14 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Improve handling of min and max args for extension functions. | Arnold D. Robbins | 2016-12-12 | 1 | -6/+2 | |
| | | | | ||||||
| | * | | Add min_required and max_expected arg counts to API. | Arnold D. Robbins | 2016-12-06 | 1 | -0/+7 | |
| | | | | ||||||
* | | | | Minor fixes to fixtype and do_typeof. | Andrew J. Schorr | 2016-12-04 | 1 | -6/+4 | |
|/ / / | ||||||
* / / | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-18 | 1 | -31/+44 | |
|\ \ | ||||||
| * | | Audit use of stptr for NUL termination. Update doc before merge to master. | Arnold D. Robbins | 2016-11-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Further code improvements and doc changes as diff until merge. | Arnold D. Robbins | 2016-11-12 | 1 | -7/+7 | |
| | | | ||||||
| * | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-23 | 1 | -21/+21 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-16 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-11 | 1 | -0/+1 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-09-20 | 1 | -1/+0 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-09-01 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-29 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-25 | 1 | -7/+6 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-12 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-03 | 1 | -8/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-07-23 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Optimization: support unterminated field strings inside gawk, but make ↵ | Andrew J. Schorr | 2016-07-08 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminated copies for the API. | |||||
| * | | | | | | | | | | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for ↵ | Andrew J. Schorr | 2016-07-06 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actual numeric strings. | |||||
| * | | | | | | | | | | | | Document string termination in header files and remove no-longer-needed ↵ | Andrew J. Schorr | 2016-07-06 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string termination logic in various places. | |||||
| * | | | | | | | | | | | | Renumber NODE flags to eliminate gap created when FIELD was removed. | Andrew J. Schorr | 2016-07-06 | 1 | -11/+11 | |
| | | | | | | | | | | | | |