| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace most TXR eval with Lisp eval. | Kaz Kylheku | 2016-06-14 | 1 | -1/+1 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -2/+7 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 2 | -2/+0 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 1 | -1/+1 |
* | * tests/010/output-clauses.expected: New file. | Kaz Kylheku | 2014-02-28 | 2 | -0/+78 |
* | * tests/010/block.expected: New file. | Kaz Kylheku | 2012-03-15 | 4 | -0/+14 |
* | * stream.c (string_out_byte_flush): Bugfix. Do not loop inside this | Kaz Kylheku | 2012-03-13 | 2 | -0/+12 |
* | * tests/010/seq.txr: New file. | Kaz Kylheku | 2012-02-22 | 2 | -0/+33 |
* | This test case would have caught the prior regression. | Kaz Kylheku | 2012-02-02 | 3 | -0/+54 |