aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
Commit message (Expand)AuthorAgeFilesLines
* Make booleans just special numbers.Arnold D. Robbins2021-04-281-2/+1
* Start on a bool type for gawk.Arnold D. Robbins2021-03-051-0/+22
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-091-1/+1
|\
| * Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-01-081-2/+0
|\|
| * Improve use of types throughout.Arnold D. Robbins2021-01-081-2/+0
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2020-12-201-5/+10
|\|
| * First steps fixing +inform, +nancy.Arnold D. Robbins2020-12-191-5/+10
* | Rework scalar comparisons to be (more) like in C.Arnold D. Robbins2020-11-021-3/+2
|/
* Make all messages consistent: no final periods.Arnold D. Robbins2020-08-241-1/+1
* Finish up MPFR valgrind issues.Arnold D. Robbins2020-07-151-4/+0
* Fix typedregex2 and typedregex3 tesets for MPFR.Arnold D. Robbins2020-07-081-0/+5
* Improve r_dupnode.Arnold D. Robbins2020-07-071-11/+4
* MPFR bug fixes in some corner cases.Arnold D. Robbins2020-07-051-0/+3
* Add mbuilov fixes. Still needs review.Arnold D. Robbins2020-06-101-15/+10
* Update the typeof(PROCINFO) hack to return memory highwater and active counts.Andrew J. Schorr2019-09-101-3/+5
* Hack the typeof function to return memory count info when the 2nd arg is PROC...Andrew J. Schorr2019-09-011-4/+5
* In .developing mode, define MEMDEBUG to use malloc/free for block allocation ...Andrew J. Schorr2019-08-301-0/+21
* Update copyright years. Fix a typo in ChangeLog.1.Arnold D. Robbins2019-07-211-1/+1
* Fix lint_old warnings to use lintwarn function.Arnold D. Robbins2019-07-161-1/+1
* Add lint warning for escaped newlines.Arnold D. Robbins2018-08-021-1/+1
* Fix handling of physical newlines in -v arguments and related improvemnts.Arnold D. Robbins2018-07-311-0/+2
* Output +inf, +nan etc. also, so that output can be input. Doc, tests, fixed.Arnold D. Robbins2018-07-131-2/+5
* Huge numeric values that overflow should convert to infinity instead of zero.Andrew J. Schorr2018-06-221-1/+2
* Copy MPZ/MPFR bits also, in r_dupnode.Arnold D. Robbins2018-04-021-2/+18
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-1/+10
* Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-08-041-1/+1
|\
| * Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-231-2/+1
|\|
| * Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-2/+1
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-04-121-9/+11
|\|
| * Fix possible string overrun in node.c:is_hex.Andrew J. Schorr2017-01-261-3/+4
| * Fix possible string overrun in strtonum function.Andrew J. Schorr2017-01-261-4/+4
| * Add some paranoid checks to make sure stptr was malloced before freeing it.Andrew J. Schorr2017-01-261-2/+3
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-271-1/+0
|\|
| * Minor tweak to block allocator to remove pointless BLOCK_INVALID header.Andrew J. Schorr2017-01-261-1/+0
* | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-01-261-11/+11
|\|
| * Minor rewrite of block allocator to improve clarity.Andrew J. Schorr2017-01-251-8/+9
* | Enhance API to support extended-precision arithmetic and implement intdiv as ...Andrew J. Schorr2017-01-061-9/+6
|/
* Add regex value support to API. Update rwarr extension and test.Arnold D. Robbins2016-11-291-0/+21
* Further code improvements and doc changes as diff until merge.Arnold D. Robbins2016-11-121-5/+5
* Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-13/+13
|\
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-13/+13
* | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-09-011-1/+1
|\|
| * Merge multithreaded dfa into gawk.Arnold D. Robbins2016-09-011-1/+1
* | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-231-1/+1
|\|
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-231-1/+1
| |\
| | * Update dfa, including API changes.Arnold D. Robbins2016-08-231-1/+1
| | * Minor fixes for stftmt uses.Arnold D. Robbins2016-07-011-1/+1
| | * Fix handling of MAYBE_NUM; fixes change of 2015-08-25.Arnold D. Robbins2016-06-261-2/+5