aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-byteArnold D. Robbins2015-04-261-3/+12
|\ \
| * | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-04-161-3/+12
| |\|
| | * When strtod sets errno, force the numeric value to zero.Andrew J. Schorr2015-04-161-3/+12
* | | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-081-1/+1
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-04-071-1/+1
| |\|
| | * Update copyrights and prep towards release.Arnold D. Robbins2015-04-071-1/+1
* | | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-7/+7
|/ /
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-11-151-17/+1
|\|
| * Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-17/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-151-2/+2
|\|
| * Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-151-2/+2
* | \x escape sequences now process a maximum of 2 digits.Arnold D. Robbins2014-08-201-2/+1
|/
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Make bitflag checking consistent everywhere.Arnold D. Robbins2012-12-091-6/+6
* Further awk.h cleanup.Arnold D. Robbins2012-11-301-15/+0
* Minor cleanup in calls to mpfr routines.Arnold D. Robbins2012-11-141-6/+1
* Clean up make_str_node macro.Arnold D. Robbins2012-10-041-4/+4
* Add AWK_VALUE_COOKIE. And performance speedup.Arnold D. Robbins2012-07-171-1/+1
* Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-10/+10
* Add arbitrary-precision arithmetic on integers.john haque2012-03-191-3/+34
* Finish MPFR changes and clean up code.john haque2012-02-261-4/+4
* Finish builtins for MPFR.john haque2012-02-191-1/+1
* New interpreter routine for MPFR.john haque2012-02-161-23/+15
* Add infrastructure for MPFR/GMP support.john haque2012-02-141-12/+36
* Add a test file, cleanup code and update doc.john haque2011-10-121-61/+54
* Speed/memory performance improvements.john haque2011-10-121-131/+138
* Make no mbs support work everywhere. Sheesh.Arnold D. Robbins2011-09-211-11/+11
* Sync dfa with GNU grep.Arnold D. Robbins2011-06-081-1/+2
* Remove VAXCRTL and GFMT_WORKAROUND. Yay!Arnold D. Robbins2011-04-291-2/+1
* Code cleanups in array.c and side effects in other files.Arnold D. Robbins2011-04-271-0/+15
* Update copyrights.Arnold D. Robbins2011-02-271-1/+1
* Fix ctype calls on Cygwin.Arnold D. Robbins2011-02-011-8/+8