aboutsummaryrefslogtreecommitdiffstats
path: root/int_array.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright years.Arnold D. Robbins2020-03-201-1/+1
|
* First round of message improvements.Arnold D. Robbins2020-03-091-1/+1
|
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
|
* Use a struct instead of an array to contain the array methods.Andrew J. Schorr2019-01-071-1/+2
|
* Remove alength array method in favor of accessing table_size directly.Andrew J. Schorr2019-01-061-1/+0
|
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
|
* Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-4/+2
|
* Further code improvements and doc changes as diff until merge.Arnold D. Robbins2016-11-121-4/+4
|
* Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-19/+19
|\
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-19/+19
| |
* | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-161-22/+0
|\|
| * Fix int_array.c:is_integer to remove check superseded by improved logic ↵Andrew J. Schorr2016-08-151-22/+0
| | | | | | | | merged from stable branch.
* | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-121-3/+67
|\|
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-121-3/+67
| |\
| | * Minor text and formatting edits in int_array.c.Arnold D. Robbins2016-08-121-2/+3
| | |
| | * If a strnum integer has a non-standard string representation, do not accept ↵Andrew J. Schorr2016-08-091-5/+65
| | | | | | | | | | | | it as an integer array subscript.
* | | Optimization: support unterminated field strings inside gawk, but make ↵Andrew J. Schorr2016-07-081-0/+4
| | | | | | | | | | | | terminated copies for the API.
* | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for ↵Andrew J. Schorr2016-07-061-2/+4
| | | | | | | | | | | | actual numeric strings.
* | | Document string termination in header files and remove no-longer-needed ↵Andrew J. Schorr2016-07-061-4/+0
|/ / | | | | | | string termination logic in various places.
* | Use new STFMT_UNUSED define to improve code clarity, and fix some minor ↵Andrew J. Schorr2016-06-301-1/+3
| | | | | | | | stfmt issues.
* | Minor improvements after Andy's reworking of stuff.Arnold D. Robbins2016-06-261-41/+44
| |
* | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵Andrew J. Schorr2016-06-131-3/+19
|/ | | | and lint checks.
* Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+2
|
* Replace `! NULL' with `& success_node' in array routines.Arnold D. Robbins2016-05-021-7/+7
|
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
|
* Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-091-2/+2
|\
| * Make bitflag checking consistent everywhere.Arnold D. Robbins2012-12-091-2/+2
| |
* | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-4/+5
|\|
| * Array bug fixes.Arnold D. Robbins2012-11-101-0/+1
| |
| * Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-4/+4
| |
* | Fix memory corruption in copying an array, add another array extension.john haque2012-05-021-0/+1
| |
* | Improve array interface.john haque2012-04-191-6/+10
| |
* | Polish array handling code.john haque2012-04-181-24/+24
|/
* Finish MPFR changes and clean up code.john haque2012-02-261-29/+0
|
* New interpreter routine for MPFR.john haque2012-02-161-1/+1
|
* Merge branch 'gawk-4.0-stable', minor fixes after exe merge.Arnold D. Robbins2011-12-311-1/+1
|
* Fix compiler warnings on printf calls.Arnold D. Robbins2011-12-281-1/+1
|
* The grand merge: dgawk and pgawk folded into gawk.Arnold D. Robbins2011-12-261-2/+4
|
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-10-251-1/+1
|
* Fix warning messages after merge with gawk_performance.Arnold D. Robbins2011-10-251-1/+1
|
* Add a test file, cleanup code and update doc.john haque2011-10-121-21/+14
|
* Speed/memory performance improvements.john haque2011-10-121-0/+833