aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Collapse)AuthorAgeFilesLines
* Spell ROUNDMODE correctly in prints.Arnold D. Robbins2020-08-131-1/+1
|
* Check for FUNCTAB and SYMTAB as destination in builtin functions.Arnold D. Robbins2020-06-141-6/+3
|
* Improve asort and asorti treatment of SYMTAB and FUNCTAB. Document same.Arnold D. Robbins2020-06-121-5/+19
|
* Enhance @val_* sorting methods to use the index string as a tie-breaker.Andrew J. Schorr2020-03-091-18/+33
|
* First round of message improvements.Arnold D. Robbins2020-03-091-19/+13
|
* Efficiency improvement.Arnold D. Robbins2020-01-261-10/+11
|
* Update copyright years on changed files.Arnold D. Robbins2020-01-241-1/+1
|
* Fix assertion error in sorted loops for SYMTAB/FUNCTAB.Arnold D. Robbins2020-01-241-2/+37
|
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-1/+1
|
* Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-19/+11
|
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-1/+1
|
* Use a struct instead of an array to contain the array methods.Andrew J. Schorr2019-01-071-18/+16
|
* Reset the implementation of empty arrays.Andrew J. Schorr2019-01-061-0/+3
|
* Remove alength array method in favor of accessing table_size directly.Andrew J. Schorr2019-01-061-10/+0
|
* Fix coredump from IGNORECASE array sorting.Arnold D. Robbins2018-07-311-3/+6
|
* Changes to ROUNDMODE now invalidate cached string values.Arnold D. Robbins2018-01-031-1/+4
|
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
|
* fixes for memory leak for user-supplied sorting function.Arnold D. Robbins2017-04-041-14/+14
|
* 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 ↵Andrew J. Schorr2016-06-301-1/+8
| | | | | | | | | | | | stfmt issues.
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵Andrew J. Schorr2016-06-131-11/+2
|/ / | | | | | | and lint checks.
* | 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
|