summaryrefslogtreecommitdiff
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* Small fix in array.c.Arnold D. Robbins2023-04-211-1/+1
* Compile fix in array.c.Arnold D. Robbins2023-04-141-1/+5
* Bug fix for asort(SYMTAB, arr).Arnold D. Robbins2023-04-131-6/+16
* Improvements to adump.Arnold D. Robbins2023-04-071-2/+21
* Squashed commit of the following:Arnold D. Robbins2022-07-081-1/+30
* 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-30/+1
* Squashed commit of the following:Arnold D. Robbins2022-06-281-1/+30
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-07-071-12/+15
|\
| * asort/asorti documentation update and new lint warning.Arnold D. Robbins2021-07-071-12/+15
* | Make booleans just special numbers.Arnold D. Robbins2021-04-281-14/+2
* | Finish bool doc, fix sort order.Arnold D. Robbins2021-04-141-6/+6
* | Handle bools for array sorting.Arnold D. Robbins2021-03-201-1/+14
|/
* Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* Improve use of types throughout.Arnold D. Robbins2021-01-081-1/+2
* 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 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