summaryrefslogtreecommitdiff
path: root/cint_array.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Arnold D. Robbins2022-07-081-1/+1
* 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-1/+1
* Squashed commit of the following:Arnold D. Robbins2022-06-281-1/+1
* Make a number of variables and functions be static.Arnold D. Robbins2021-12-171-1/+1
* Update copyright year in a bunch of files.Arnold D. Robbins2021-10-271-1/+1
* Fix some printf formatting issues.Arnold D. Robbins2020-07-101-2/+2
* Update copyright years on changed files.Arnold D. Robbins2020-01-241-1/+1
* Fix cint off-by-one array bounds overflow check for NHAT set in the environment.Andrew J. Schorr2020-01-141-1/+1
* Improve sandbox mode.Arnold D. Robbins2019-05-061-0/+83
* 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-4/+5
* 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-12/+6
* Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-25/+25
* 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-4/+4
* Fixes based on problems from a static checker.Arnold D. Robbins2013-09-081-0/+4
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-091-6/+6
|\
| * Make bitflag checking consistent everywhere.Arnold D. Robbins2012-12-091-6/+6
* | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-8/+12
|\ \ | |/
| * Clean up of awk.h.Arnold D. Robbins2012-11-221-0/+2
| * Minor fixes for printf compile warnings.Arnold D. Robbins2012-06-061-2/+4
| * Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-6/+6
* | Improve array interface.john haque2012-04-191-23/+29
* | Polish array handling code.john haque2012-04-181-19/+25
|/
* Finish MPFR changes and clean up code.john haque2012-02-261-20/+0
* Merge branch 'gawk-4.0-stable', minor fixes after exe merge.Arnold D. Robbins2011-12-311-1/+1
* The grand merge: dgawk and pgawk folded into gawk.Arnold D. Robbins2011-12-261-1/+6
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-10-251-2/+2
* Fix warning messages after merge with gawk_performance.Arnold D. Robbins2011-10-251-2/+2
* Add a test file, cleanup code and update doc.john haque2011-10-121-6/+13
* Speed/memory performance improvements.john haque2011-10-121-0/+1225