summaryrefslogtreecommitdiff
path: root/str_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
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-171-1/+1
|\
| * Make a number of variables and functions be static.Arnold D. Robbins2021-12-171-1/+1
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-10-281-0/+1
|\ \ | |/
| * Update copyright year in a bunch of files.Arnold D. Robbins2021-10-271-0/+1
* | Add FNV1-A hash function support.Arnold D. Robbins2021-03-211-2/+36
|/
* Fix printfchar test for -M.Arnold D. Robbins2020-07-081-1/+3
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-1/+1
* Use a struct instead of an array to contain the array methods.Andrew J. Schorr2019-01-071-4/+6
* Remove alength array method in favor of accessing table_size directly.Andrew J. Schorr2019-01-061-2/+0
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-2/+2
* Fix array indexing from unassigned var to not keep that attribute.Arnold D. Robbins2017-08-091-2/+7
* 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
* Introduce some helpful macros for terminating strings, and fix overrun in dcg...Andrew J. Schorr2017-01-271-3/+2
* Protect against string overrun when calling unsetenv.Andrew J. Schorr2017-01-261-1/+6
* Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-17/+17
|\
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-17/+17
* | It is OK to use a strnum as a string array subscript, since we now respect th...Andrew J. Schorr2016-07-041-6/+2
|/
* Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...Andrew J. Schorr2016-06-301-1/+1
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+2
|\
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+2
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-261-9/+13
|\ \ | |/
| * Further fix for MAYBE_NUM values used as array subscripts.Arnold D. Robbins2016-05-261-9/+13
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-121-0/+9
|\ \ | |/
| * Fix array indexing to disallow numeric string.Arnold D. Robbins2016-05-121-0/+9
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-021-2/+2
|\ \ | |/
| * Replace `! NULL' with `& success_node' in array routines.Arnold D. Robbins2016-05-021-2/+2
* | Bug fix for Mac OS X in passing environment through.Arnold D. Robbins2013-08-221-1/+6
* | Changes to ENVIRON reflect into the environment.Arnold D. Robbins2013-08-191-0/+74
|/
* 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
* | 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-13/+16
|/
* Add arbitrary-precision arithmetic on integers.john haque2012-03-191-1/+1
* Finish MPFR changes and clean up code.john haque2012-02-261-29/+0
* New interpreter routine for MPFR.john haque2012-02-161-4/+2
* Merge branch 'gawk-4.0-stable', minor fixes after exe merge.Arnold D. Robbins2011-12-311-2/+2
* 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-3/+6
* 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
* Speed/memory performance improvements.john haque2011-10-121-0/+759