| Commit message (Expand) | Author | Age | Files | Lines |
| * | More debug. | Arnold D. Robbins | 2021-07-29 | 1 | -1/+6 |
| * | Small fix in node.c. | Arnold D. Robbins | 2021-07-09 | 1 | -0/+2 |
| * | Improved debugging. | Arnold D. Robbins | 2021-07-07 | 1 | -5/+6 |
| * | More prints. Sigh. | Arnold D. Robbins | 2021-06-04 | 1 | -0/+2 |
| * | Update a bunch of copyright years. | Arnold D. Robbins | 2021-01-09 | 1 | -1/+1 |
| * | Improve use of types throughout. | Arnold D. Robbins | 2021-01-08 | 1 | -2/+0 |
| * | First steps fixing +inform, +nancy. | Arnold D. Robbins | 2020-12-19 | 1 | -5/+10 |
| * | Make all messages consistent: no final periods. | Arnold D. Robbins | 2020-08-24 | 1 | -1/+1 |
| * | Finish up MPFR valgrind issues. | Arnold D. Robbins | 2020-07-15 | 1 | -4/+0 |
| * | Fix typedregex2 and typedregex3 tesets for MPFR. | Arnold D. Robbins | 2020-07-08 | 1 | -0/+5 |
| * | Improve r_dupnode. | Arnold D. Robbins | 2020-07-07 | 1 | -11/+4 |
| * | MPFR bug fixes in some corner cases. | Arnold D. Robbins | 2020-07-05 | 1 | -0/+3 |
| * | Add mbuilov fixes. Still needs review. | Arnold D. Robbins | 2020-06-10 | 1 | -15/+10 |
| * | Update the typeof(PROCINFO) hack to return memory highwater and active counts. | Andrew J. Schorr | 2019-09-10 | 1 | -3/+5 |
| * | Hack the typeof function to return memory count info when the 2nd arg is PROC... | Andrew J. Schorr | 2019-09-01 | 1 | -4/+5 |
| * | In .developing mode, define MEMDEBUG to use malloc/free for block allocation ... | Andrew J. Schorr | 2019-08-30 | 1 | -0/+21 |
| * | Update copyright years. Fix a typo in ChangeLog.1. | Arnold D. Robbins | 2019-07-21 | 1 | -1/+1 |
| * | Fix lint_old warnings to use lintwarn function.gawk-5.0-stable | Arnold D. Robbins | 2019-07-16 | 1 | -1/+1 |
| * | Add lint warning for escaped newlines. | Arnold D. Robbins | 2018-08-02 | 1 | -1/+1 |
| * | Fix handling of physical newlines in -v arguments and related improvemnts. | Arnold D. Robbins | 2018-07-31 | 1 | -0/+2 |
| * | Output +inf, +nan etc. also, so that output can be input. Doc, tests, fixed. | Arnold D. Robbins | 2018-07-13 | 1 | -2/+5 |
| * | Huge numeric values that overflow should convert to infinity instead of zero. | Andrew J. Schorr | 2018-06-22 | 1 | -1/+2 |
| * | Copy MPZ/MPFR bits also, in r_dupnode. | Arnold D. Robbins | 2018-04-02 | 1 | -2/+18 |
| * | Changes to ROUNDMODE now invalidate cached string values. | Arnold D. Robbins | 2018-01-03 | 1 | -1/+10 |
| * | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-08-04 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright years in all relevant files. | Arnold D. Robbins | 2017-08-04 | 1 | -1/+1 |
| * | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-06-23 | 1 | -2/+1 |
| |\ \
| |/ |
|
| | * | Replace malloc+memset with calloc, mostly by using the new ezalloc macro. | Andrew J. Schorr | 2017-06-22 | 1 | -2/+1 |
| * | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-04-12 | 1 | -9/+11 |
| |\ \
| |/ |
|
| | * | Fix possible string overrun in node.c:is_hex. | Andrew J. Schorr | 2017-01-26 | 1 | -3/+4 |
| | * | Fix possible string overrun in strtonum function. | Andrew J. Schorr | 2017-01-26 | 1 | -4/+4 |
| | * | Add some paranoid checks to make sure stptr was malloced before freeing it. | Andrew J. Schorr | 2017-01-26 | 1 | -2/+3 |
| * | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-27 | 1 | -1/+0 |
| |\ \
| |/ |
|
| | * | Minor tweak to block allocator to remove pointless BLOCK_INVALID header. | Andrew J. Schorr | 2017-01-26 | 1 | -1/+0 |
| * | | Merge branch 'master' into feature/api-mpfr | Arnold D. Robbins | 2017-01-26 | 1 | -11/+11 |
| |\ \
| |/ |
|
| | * | Minor rewrite of block allocator to improve clarity. | Andrew J. Schorr | 2017-01-25 | 1 | -8/+9 |
| * | | Enhance API to support extended-precision arithmetic and implement intdiv as ... | Andrew J. Schorr | 2017-01-06 | 1 | -9/+6 |
| |/ |
|
| * | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 1 | -0/+21 |
| * | Further code improvements and doc changes as diff until merge.feature/nocopy | Arnold D. Robbins | 2016-11-12 | 1 | -5/+5 |
| * | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-23 | 1 | -13/+13 |
| |\ |
|
| | * | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -13/+13 |
| * | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-09-01 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Merge multithreaded dfa into gawk. | Arnold D. Robbins | 2016-09-01 | 1 | -1/+1 |
| * | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-23 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-23 | 1 | -1/+1 |
| | |\ |
|
| | | * | Update dfa, including API changes. | Arnold D. Robbins | 2016-08-23 | 1 | -1/+1 |
| | | * | Minor fixes for stftmt uses. | Arnold D. Robbins | 2016-07-01 | 1 | -1/+1 |
| | | * | Fix handling of MAYBE_NUM; fixes change of 2015-08-25. | Arnold D. Robbins | 2016-06-26 | 1 | -2/+5 |
| * | | | Optimization: support unterminated field strings inside gawk, but make termin... | Andrew J. Schorr | 2016-07-08 | 1 | -11/+8 |
| * | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual... | Andrew J. Schorr | 2016-07-06 | 1 | -4/+5 |