summaryrefslogtreecommitdiff
path: root/chickadee/array-list.scm
Commit message (Expand)AuthorAgeFilesLines
* Use new for-range macro wherever possible.David Thompson2021-03-051-10/+6
* array-list: Fix yet another iteration bug.David Thompson2020-09-301-1/+1
* array-list: Handle deletions during iteration a bit better.David Thompson2020-09-291-6/+4
* array-list: Allow user-specified initial capacity.David Thompson2020-09-291-2/+2
* array-list: Expand by 1.5x rather than 2x.David Thompson2020-09-291-1/+3
* array-list: Fix the bug fix in array-list-delete! procedure.David Thompson2020-09-291-17/+18
* array-list: Fix bug in array-list-delete! procedure.David Thompson2020-09-291-1/+2
* array-list: Add array-list-delete! procedure.David Thompson2020-09-291-0/+24
* array-list: Add array-list-fold procedure.David Thompson2020-09-291-1/+11
* array-list: Clear old elements so they can be GC'd.David Thompson2020-09-291-0/+9
* array-list: Add bounds checking to array-list-ref.David Thompson2019-10-111-1/+3
* Add array list module.David Thompson2017-04-011-0/+107