aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-5/+12
* Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-23/+23
|\
| * Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-23/+23
* | Remove FIELD flag, since it is the inverse of the MALLOC flag.Andrew J. Schorr2016-07-051-1/+1
|/
* Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-07-011-1/+1
|\
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-07-011-1/+1
| |\
| | * Minor fixes for stftmt uses.Arnold D. Robbins2016-07-011-1/+1
* | | Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...Andrew J. Schorr2016-06-301-1/+8
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...Andrew J. Schorr2016-06-131-11/+2
|/ /
* | 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-021-0/+2
|\|
| * Replace `! NULL' with `& success_node' in array routines.Arnold D. Robbins2016-05-021-0/+2
* | Stop allocating an extra wasted byte at the end of various strings.Andrew J. Schorr2014-12-141-1/+1
|/
* Remove MBS_SUPPORT ifdefs.Arnold D. Robbins2014-11-151-5/+4
* Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
* Lots of enum/int fixes.Arnold D. Robbins2014-02-271-1/+1
* Fixes based on problems from a static checker.Arnold D. Robbins2013-09-081-0/+2
* Fix in array.c.Arnold D. Robbins2013-08-191-11/+5
* Bug fix in array.c.Arnold D. Robbins2013-05-271-1/+10
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-1/+1
* Restore building with tcc.Arnold D. Robbins2012-12-191-0/+3
* Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-23/+8
|\
| * Clean up of awk.h.Arnold D. Robbins2012-11-221-14/+0
| * Move to use of bool type, true, false, everywhere.Arnold D. Robbins2012-05-111-8/+8
* | Improve array interface.john haque2012-04-191-28/+41
* | Polish array handling code.john haque2012-04-181-51/+44
* | Use unref when freeing a null array element.john haque2012-04-171-6/+12
|/
* Change MPFR variable RND_MODE to ROUND_MODE.john haque2012-04-121-2/+2
* Add arbitrary-precision arithmetic on integers.john haque2012-03-191-46/+28
* Finish MPFR changes and clean up code.john haque2012-02-261-87/+54
* Finish builtins for MPFR.john haque2012-02-191-21/+50
* New interpreter routine for MPFR.john haque2012-02-161-7/+14
* The grand merge: dgawk and pgawk folded into gawk.Arnold D. Robbins2011-12-261-52/+53
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-12-081-6/+2
|\
| * Misc fixes from John.Arnold D. Robbins2011-12-061-6/+2
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-10-251-1/+1
|\|
* | Add GPL notice in symbol.c.john haque2011-10-121-2/+7
* | Optimize tail-recursive calls.john haque2011-10-121-2/+3
* | Add a test file, cleanup code and update doc.john haque2011-10-121-2/+5
* | Speed/memory performance improvements.john haque2011-10-121-890/+489
|/
* Make no mbs support work everywhere. Sheesh.Arnold D. Robbins2011-09-211-1/+1
* Fixes for uninitialized variables.Arnold D. Robbins2011-05-091-2/+2
* More array sorting fixes.Arnold D. Robbins2011-05-081-55/+100
* Revamp array sorting.Arnold D. Robbins2011-05-041-165/+111
* Fix problem with subarray of deleted array.Arnold D. Robbins2011-05-041-70/+165
* Improve saving of numeric value of index.Arnold D. Robbins2011-04-291-12/+28
* Bug fixes from John and Pat.Arnold D. Robbins2011-04-291-41/+8
* Code cleanups in array.c and side effects in other files.Arnold D. Robbins2011-04-271-176/+113
* Patch from John, update man page.Arnold D. Robbins2011-04-241-6/+12