summaryrefslogtreecommitdiff
path: root/node.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gawk-5.2-stable'Arnold D. Robbins2023-04-141-1/+1
|\
| * Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
* | Update ChangeLogs. Remove a lint message that wasn't needed.Arnold D. Robbins2023-03-241-2/+0
* | Merge branch 'master' into feature/backslash-uArnold D. Robbins2023-03-231-1/+1
|\ \ | |/
| * Remove trailing whitespace from a bunch of files.Arnold D. Robbins2023-02-261-1/+1
* | First cut at adding \u.Arnold D. Robbins2022-12-271-4/+59
|/
* Move floatmagic.h include to awk.h.Arnold D. Robbins2022-08-081-1/+0
* Fix the MinGW build.Eli Zaretskii2022-08-081-1/+1
* Squashed commit of the following:Arnold D. Robbins2022-07-081-0/+9
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Revert "Squashed commit of the following:"Arnold D. Robbins2022-06-291-9/+0
* Squashed commit of the following:Arnold D. Robbins2022-06-281-0/+9
* 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.gawk-5.0-stableArnold 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