summaryrefslogtreecommitdiffstats
path: root/tests/010
Commit message (Expand)AuthorAgeFilesLines
* hash-eql: regression: always returns zero.Kaz Kylheku2024-02-011-0/+6
* json: support Lisp comments.Kaz Kylheku2023-12-201-0/+3
* hash: new function, hash-join.Kaz Kylheku2023-12-181-0/+5
* hash: test cases and small doc fix.Kaz Kylheku2023-12-181-0/+18
* New functions: nested-vec-of and nested-vec.Kaz Kylheku2023-09-211-0/+21
* json: allow integers and lists.Kaz Kylheku2023-09-031-0/+5
* tree: bug: tree-delete-specific-node doesn't use key funKaz Kylheku2023-08-141-1/+7
* del/replace with index-list: fix semantics.Kaz Kylheku2023-07-182-1/+92
* New function: hash-map.Kaz Kylheku2023-06-281-0/+3
* hash: support existing mutation+iteration semantics.Kaz Kylheku2023-06-201-0/+33
* sort: move tests into tests/012.Kaz Kylheku2023-05-021-45/+0
* sort: support stable sorting via ssort and snsort.Kaz Kylheku2023-05-021-0/+22
* sort: larger test.Kaz Kylheku2023-05-011-0/+8
* sort: replace Lomuto partitioning with HoareKaz Kylheku2023-05-011-0/+15
* hash: new function, hash-props.Kaz Kylheku2023-05-011-0/+7
* range/range*: tests.Kaz Kylheku2023-03-271-0/+103
* New function: group-map.Kaz Kylheku2022-03-021-2/+2
* hash: add tests for group-by, group-reduce.Kaz Kylheku2022-03-021-0/+16
* quasiquote: make new @,expr work in dot position.Kaz Kylheku2022-01-181-0/+12
* quasiquote: support @,expr hack.Kaz Kylheku2022-01-181-0/+30
* json: add tests with multi-line literals.Kaz Kylheku2022-01-101-0/+10
* txr: do not ignore regex in positive match.Kaz Kylheku2021-12-271-0/+11
* txr: function span variable must match existing value.Kaz Kylheku2021-12-271-0/+13
* txr: allow variable to span vertical function.Kaz Kylheku2021-12-261-0/+15
* tree: new functions for priority queue operation.Kaz Kylheku2021-12-181-0/+30
* tree: bugfix wrong tree-count.Kaz Kylheku2021-12-181-0/+10
* tree: support for duplicate keys.Kaz Kylheku2021-12-171-0/+33
* tree-count: new function.Kaz Kylheku2021-12-171-2/+10
* New function: delcons.Kaz Kylheku2021-09-021-0/+14
* txr: @(eof) takes argument for binding termination status.Kaz Kylheku2021-08-052-0/+5
* parser: allow trailing commas in json, via opt-in flag.Kaz Kylheku2021-07-291-0/+17
* tests: guix fixes.Kaz Kylheku2021-07-131-1/+1
* tests: json: skip tests relying on cat, if missing.Kaz Kylheku2021-07-121-7/+9
* tests: json: fix accidentally excluded tests.Kaz Kylheku2021-07-121-2/+2
* read/get-json: reject trailing junk in string input.Kaz Kylheku2021-06-201-1/+21
* lib: new function, fill-vec.Kaz Kylheku2021-06-081-0/+32
* json: improve escaping for script tags.Kaz Kylheku2021-06-031-2/+12
* json: fix two test cases for Windows.Kaz Kylheku2021-06-021-2/+5
* json: wrap up: test cases, fixes, tweaks.Kaz Kylheku2021-05-311-0/+124
* tree: let tree-iter be iterable via generic iteration.Kaz Kylheku2021-05-121-0/+5
* tree: streamline iteration; provide high limit.Kaz Kylheku2021-05-111-7/+7
* tree: support indexing and range extraction.Kaz Kylheku2021-05-111-0/+18
* tree: replace-tree-iter function.Kaz Kylheku2021-05-111-0/+11
* tree: copy-tree-iter function.Kaz Kylheku2021-05-101-0/+9
* diff/isec: reset hash/tree iter instead making new.Kaz Kylheku2021-05-102-0/+11
* tree: new tree-peek function.Kaz Kylheku2021-05-091-0/+8
* tree: new make_similar_tree unction.Kaz Kylheku2021-05-091-0/+8
* tree: new functions for reseting iterator.Kaz Kylheku2021-04-301-0/+15
* tree: use rlist in test case.Kaz Kylheku2021-04-301-1/+1
* tree: new tree-begin-at function.Kaz Kylheku2021-04-291-1/+28