Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more lint warnings. | Arnold D. Robbins | 2018-09-26 | 1 | -7/+7 |
| | |||||
* | Fix assigning $0 from a number. | Arnold D. Robbins | 2018-07-31 | 1 | -0/+1 |
| | |||||
* | Fix a corner case with EPIPE to stdout/stderr. | Arnold D. Robbins | 2018-06-17 | 1 | -1/+5 |
| | |||||
* | Copy MPZ/MPFR bits also, in r_dupnode. | Arnold D. Robbins | 2018-04-02 | 1 | -9/+18 |
| | |||||
* | Fix bug printing +"01" in regular and MPFR mode. | Andrew J. Schorr | 2018-02-07 | 1 | -0/+3 |
| | |||||
* | Changes to ROUNDMODE now invalidate cached string values. | Arnold D. Robbins | 2018-01-03 | 1 | -1/+4 |
| | |||||
* | Fix field corruption when $0 is reassigned with open $n references. | Andrew J. Schorr | 2017-11-14 | 1 | -2/+7 |
| | |||||
* | Remove warnings around some printf arguments in interpret.h. | Arnold D. Robbins | 2017-08-28 | 1 | -2/+6 |
| | |||||
* | Integrate changes for z/OS. | Arnold D. Robbins | 2017-08-21 | 1 | -3/+3 |
| | |||||
* | Fix parenthesization in the pretty printer for real (we hope!). | Arnold D. Robbins | 2017-06-23 | 1 | -0/+1 |
| | |||||
* | Introduce some helpful macros for terminating strings, and fix overrun in ↵ | Andrew J. Schorr | 2017-01-27 | 1 | -9/+7 |
| | | | | dcgettext. | ||||
* | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-01-27 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2017-01-27 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix assignment from gensub to $0. | Arnold D. Robbins | 2017-01-27 | 1 | -4/+1 |
| | | | |||||
| | * | Improve messge translatability in debug.c. Update copyright in interpret.h. | Arnold D. Robbins | 2017-01-27 | 1 | -1/+1 |
| | | | |||||
* | | | Protect against some unterminated string situations in interpret.h. | Andrew J. Schorr | 2017-01-26 | 1 | -1/+16 |
|/ / | |||||
* | | Improve robustness of Op_assign_concat optimization. | Andrew J. Schorr | 2017-01-18 | 1 | -5/+6 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2017-01-15 | 1 | -2/+4 |
|\| | |||||
| * | Fix bug in string concatenation optimization. | Andrew J. Schorr | 2017-01-15 | 1 | -2/+4 |
| | | |||||
* | | Further api doc updates. Simplify lint checking for max args. | Arnold D. Robbins | 2016-12-17 | 1 | -1/+1 |
| | | |||||
* | | Further improvements to min/max args code and doc. | Arnold D. Robbins | 2016-12-16 | 1 | -6/+6 |
| | | |||||
* | | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions. | Arnold D. Robbins | 2016-12-14 | 1 | -5/+3 |
| | | |||||
* | | Improve handling of min and max args for extension functions. | Arnold D. Robbins | 2016-12-12 | 1 | -14/+13 |
| | | |||||
* | | Add min_required and max_expected arg counts to API. | Arnold D. Robbins | 2016-12-06 | 1 | -1/+15 |
| | | |||||
* | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-18 | 1 | -11/+14 |
|\ \ | |||||
| * | | Audit use of stptr for NUL termination. Update doc before merge to master. | Arnold D. Robbins | 2016-11-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-23 | 1 | -31/+31 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-16 | 1 | -0/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-25 | 1 | -23/+9 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-03 | 1 | -3/+1 |
| |\ \ \ \ \ | |||||
| * | | | | | | Optimization: support unterminated field strings inside gawk, but make ↵ | Andrew J. Schorr | 2016-07-08 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminated copies for the API. | ||||
| * | | | | | | Document string termination in header files and remove no-longer-needed ↵ | Andrew J. Schorr | 2016-07-06 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | string termination logic in various places. | ||||
| * | | | | | | Now that all fields are NUL-terminated, we can eliminate $n copying in the ↵ | Andrew J. Schorr | 2016-07-06 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | interpreter. | ||||
| * | | | | | | Remove FIELD flag, since it is the inverse of the MALLOC flag. | Andrew J. Schorr | 2016-07-05 | 1 | -4/+10 |
| | | | | | | | |||||
* | | | | | | | First steps reworking code away from node type. | Arnold D. Robbins | 2016-11-15 | 1 | -2/+3 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-23 | 1 | -31/+31 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -31/+31 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-16 | 1 | -0/+5 |
|\| | | | | | |||||
| * | | | | | Implement unary plus for real, including for pretty printing. | Arnold D. Robbins | 2016-10-16 | 1 | -0/+5 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-08-25 | 1 | -23/+9 |
|\| | | | | |||||
| * | | | | New POSIX rules for string comparison. | Arnold D. Robbins | 2016-08-25 | 1 | -7/+7 |
| | | | | | |||||
| * | | | | Remove avoid_dfa. Simplify dfa usage and rearrange callers in re.c. | Arnold D. Robbins | 2016-08-25 | 1 | -16/+2 |
| | |/ / | |/| | | |||||
* / | | | Restore typed regexp code in a new branch. | Arnold D. Robbins | 2016-08-03 | 1 | -1/+3 |
|/ / / | |||||
* / / | Remove typed regexps until they can be done correctly. | Arnold D. Robbins | 2016-08-03 | 1 | -3/+1 |
|/ / | |||||
* | | Remove some dead code in interpret.h | Andrew J. Schorr | 2016-05-09 | 1 | -4/+1 |
| | | |||||
* | | Typed regex fix, if in an array. | Arnold D. Robbins | 2015-06-29 | 1 | -1/+1 |
| | | |||||
* | | Improve memory tracking on typed regex. | Arnold D. Robbins | 2015-06-28 | 1 | -0/+2 |
| | | |||||
* | | Remove support for old-style extensions. | Arnold D. Robbins | 2015-06-26 | 1 | -13/+5 |
| | | |||||
* | | More work straightening out typeof, including tests. | Arnold D. Robbins | 2015-06-25 | 1 | -1/+3 |
| | | |||||
* | | Fix typeof to not change untyped param to scalar. | Arnold D. Robbins | 2015-06-21 | 1 | -3/+6 |
| | |