| Commit message (Expand) | Author | Age | Files | Lines |
* | New functions: nested-vec-of and nested-vec. | Kaz Kylheku | 2023-09-21 | 1 | -0/+21 |
* | json: allow integers and lists. | Kaz Kylheku | 2023-09-03 | 1 | -0/+5 |
* | tree: bug: tree-delete-specific-node doesn't use key fun | Kaz Kylheku | 2023-08-14 | 1 | -1/+7 |
* | del/replace with index-list: fix semantics. | Kaz Kylheku | 2023-07-18 | 2 | -1/+92 |
* | New function: hash-map. | Kaz Kylheku | 2023-06-28 | 1 | -0/+3 |
* | hash: support existing mutation+iteration semantics. | Kaz Kylheku | 2023-06-20 | 1 | -0/+33 |
* | sort: move tests into tests/012. | Kaz Kylheku | 2023-05-02 | 1 | -45/+0 |
* | sort: support stable sorting via ssort and snsort. | Kaz Kylheku | 2023-05-02 | 1 | -0/+22 |
* | sort: larger test. | Kaz Kylheku | 2023-05-01 | 1 | -0/+8 |
* | sort: replace Lomuto partitioning with Hoare | Kaz Kylheku | 2023-05-01 | 1 | -0/+15 |
* | hash: new function, hash-props. | Kaz Kylheku | 2023-05-01 | 1 | -0/+7 |
* | range/range*: tests. | Kaz Kylheku | 2023-03-27 | 1 | -0/+103 |
* | New function: group-map. | Kaz Kylheku | 2022-03-02 | 1 | -2/+2 |
* | hash: add tests for group-by, group-reduce. | Kaz Kylheku | 2022-03-02 | 1 | -0/+16 |
* | quasiquote: make new @,expr work in dot position. | Kaz Kylheku | 2022-01-18 | 1 | -0/+12 |
* | quasiquote: support @,expr hack. | Kaz Kylheku | 2022-01-18 | 1 | -0/+30 |
* | json: add tests with multi-line literals. | Kaz Kylheku | 2022-01-10 | 1 | -0/+10 |
* | txr: do not ignore regex in positive match. | Kaz Kylheku | 2021-12-27 | 1 | -0/+11 |
* | txr: function span variable must match existing value. | Kaz Kylheku | 2021-12-27 | 1 | -0/+13 |
* | txr: allow variable to span vertical function. | Kaz Kylheku | 2021-12-26 | 1 | -0/+15 |
* | tree: new functions for priority queue operation. | Kaz Kylheku | 2021-12-18 | 1 | -0/+30 |
* | tree: bugfix wrong tree-count. | Kaz Kylheku | 2021-12-18 | 1 | -0/+10 |
* | tree: support for duplicate keys. | Kaz Kylheku | 2021-12-17 | 1 | -0/+33 |
* | tree-count: new function. | Kaz Kylheku | 2021-12-17 | 1 | -2/+10 |
* | New function: delcons. | Kaz Kylheku | 2021-09-02 | 1 | -0/+14 |
* | txr: @(eof) takes argument for binding termination status. | Kaz Kylheku | 2021-08-05 | 2 | -0/+5 |
* | parser: allow trailing commas in json, via opt-in flag. | Kaz Kylheku | 2021-07-29 | 1 | -0/+17 |
* | tests: guix fixes. | Kaz Kylheku | 2021-07-13 | 1 | -1/+1 |
* | tests: json: skip tests relying on cat, if missing. | Kaz Kylheku | 2021-07-12 | 1 | -7/+9 |
* | tests: json: fix accidentally excluded tests. | Kaz Kylheku | 2021-07-12 | 1 | -2/+2 |
* | read/get-json: reject trailing junk in string input. | Kaz Kylheku | 2021-06-20 | 1 | -1/+21 |
* | lib: new function, fill-vec. | Kaz Kylheku | 2021-06-08 | 1 | -0/+32 |
* | json: improve escaping for script tags. | Kaz Kylheku | 2021-06-03 | 1 | -2/+12 |
* | json: fix two test cases for Windows. | Kaz Kylheku | 2021-06-02 | 1 | -2/+5 |
* | json: wrap up: test cases, fixes, tweaks. | Kaz Kylheku | 2021-05-31 | 1 | -0/+124 |
* | tree: let tree-iter be iterable via generic iteration. | Kaz Kylheku | 2021-05-12 | 1 | -0/+5 |
* | tree: streamline iteration; provide high limit. | Kaz Kylheku | 2021-05-11 | 1 | -7/+7 |
* | tree: support indexing and range extraction. | Kaz Kylheku | 2021-05-11 | 1 | -0/+18 |
* | tree: replace-tree-iter function. | Kaz Kylheku | 2021-05-11 | 1 | -0/+11 |
* | tree: copy-tree-iter function. | Kaz Kylheku | 2021-05-10 | 1 | -0/+9 |
* | diff/isec: reset hash/tree iter instead making new. | Kaz Kylheku | 2021-05-10 | 2 | -0/+11 |
* | tree: new tree-peek function. | Kaz Kylheku | 2021-05-09 | 1 | -0/+8 |
* | tree: new make_similar_tree unction. | Kaz Kylheku | 2021-05-09 | 1 | -0/+8 |
* | tree: new functions for reseting iterator. | Kaz Kylheku | 2021-04-30 | 1 | -0/+15 |
* | tree: use rlist in test case. | Kaz Kylheku | 2021-04-30 | 1 | -1/+1 |
* | tree: new tree-begin-at function. | Kaz Kylheku | 2021-04-29 | 1 | -1/+28 |
* | tree: more tests. | Kaz Kylheku | 2021-04-29 | 1 | -0/+40 |
* | tree: incorrect lookup function. | Kaz Kylheku | 2021-04-29 | 1 | -0/+31 |
* | tree: debug massive gc problems. | Kaz Kylheku | 2021-04-29 | 1 | -0/+0 |
* | lib: sort becomes non-destructive; nsort introduced. | Kaz Kylheku | 2020-05-13 | 1 | -3/+3 |