summaryrefslogtreecommitdiff
path: root/node.c
Commit message (Expand)AuthorAgeFilesLines
* 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.feature/nocopyArnold 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
* | | Optimization: support unterminated field strings inside gawk, but make termin...Andrew J. Schorr2016-07-081-11/+8
* | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for actual...Andrew J. Schorr2016-07-061-4/+5
* | | Document string termination in header files and remove no-longer-needed strin...Andrew J. Schorr2016-07-061-8/+11
* | | Remove FIELD flag, since it is the inverse of the MALLOC flag.Andrew J. Schorr2016-07-051-1/+0
|/ /
* | Improve r_force_number coding style.Andrew J. Schorr2016-06-301-9/+7
* | Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...Andrew J. Schorr2016-06-301-5/+5
* | Optimize r_force_number and fix obscure bug in get_ieee_magic_val.Andrew J. Schorr2016-06-291-18/+24
* | Protect against an improper call to free in r_format_val.Andrew J. Schorr2016-06-271-1/+1
* | When checking for trailing spaces in numeric strings, avoid running off the end.Andrew J. Schorr2016-06-261-1/+1
* | Minor improvements after Andy's reworking of stuff.Arnold D. Robbins2016-06-261-6/+11
* | Fix typo in comment.Andrew J. Schorr2016-06-181-1/+1
* | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-151-2/+15
|\ \
| * \ Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-011-2/+15
| |\ \ | | |/
| | * Disallow negative hex numbers in input data.Arnold D. Robbins2016-06-011-2/+15
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...Andrew J. Schorr2016-06-131-44/+39
|/ /
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-08-251-13/+29
|\ \ | |/
| * Make MAYBE_NUM -> NUMBER smarter, clear STRING.Arnold D. Robbins2015-08-251-2/+2
| * Improve handling of invalid data in UTF locales.Arnold D. Robbins2015-08-251-11/+27
* | Merge branch 'master' into feature/wasted-bytefeature/wasted-byteArnold D. Robbins2015-04-261-3/+12
|\ \
| * \ Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-04-161-3/+12
| |\ \ | | |/