| Commit message (Expand) | Author | Age | Files | Lines |
* | infix: add tests. | Kaz Kylheku | 2025-04-06 | 2 | -1/+68 |
* | expand-hook-combine: bugfix. | Kaz Kylheku | 2025-04-01 | 1 | -5/+34 |
* | New function: expand-hook-combine. | Kaz Kylheku | 2025-04-01 | 1 | -0/+17 |
* | match: new pattern matching macro, match-tuple-case. | Kaz Kylheku | 2025-04-01 | 1 | -0/+17 |
* | New function: remove. | Kaz Kylheku | 2025-03-27 | 1 | -0/+24 |
* | rand: use PRNG bits more economically for small moduli. | Kaz Kylheku | 2025-03-21 | 2 | -60/+60 |
* | New macro: letrec. | Kaz Kylheku | 2025-03-21 | 1 | -0/+21 |
* | Expose brace expansion bexp function. | Kaz Kylheku | 2025-03-09 | 1 | -37/+37 |
* | glob*: add string and integer ranges to brace expansion. | Kaz Kylheku | 2025-03-08 | 1 | -1/+76 |
* | New feature: range iteration with skip. | Kaz Kylheku | 2025-03-07 | 1 | -0/+20 |
* | New function: iterp. | Kaz Kylheku | 2025-03-07 | 1 | -0/+20 |
* | iterator API: reject objects that don't make sense. | Kaz Kylheku | 2025-03-06 | 1 | -0/+24 |
* | awk: add CSV support. | Kaz Kylheku | 2025-01-30 | 1 | -0/+18 |
* | awk: use prepared lambdas for field separation. | Kaz Kylheku | 2025-01-28 | 2 | -0/+47 |
* | get-csv: bugfix: return nil on EOF. | Kaz Kylheku | 2025-01-24 | 1 | -1/+23 |
* | New functions for producing CSV. | Kaz Kylheku | 2025-01-24 | 1 | -0/+19 |
* | New function: get-csv. | Kaz Kylheku | 2025-01-21 | 1 | -0/+166 |
* | New macros for enumerated constants. | Kaz Kylheku | 2025-01-20 | 1 | -0/+23 |
* | New macro: lop1. | Kaz Kylheku | 2025-01-17 | 1 | -0/+13 |
* | json: flat must override all effects of :standard | Kaz Kylheku | 2025-01-16 | 1 | -0/+29 |
* | lop: don't insert args when metas present. | Kaz Kylheku | 2025-01-08 | 1 | -0/+44 |
* | match-case: bugfix in conversion to casequal. | Kaz Kylheku | 2024-12-20 | 1 | -0/+3 |
* | string ranges: bug: ranges of length 1. | Kaz Kylheku | 2024-12-15 | 2 | -1/+13 |
* | tests for string range length. | Kaz Kylheku | 2024-12-15 | 1 | -0/+12 |
* | copy: now handles range objects. | Kaz Kylheku | 2024-10-01 | 2 | -0/+6 |
* | read-until-match: fix regression. | Kaz Kylheku | 2024-09-14 | 1 | -0/+18 |
* | keep-if, remove-if, keep-keys-if: mapfun argument. | Kaz Kylheku | 2024-07-30 | 1 | -0/+4 |
* | zip: more permissive implementation. | Kaz Kylheku | 2024-07-24 | 1 | -0/+3 |
* | make-like: use seq_build. | Kaz Kylheku | 2024-07-23 | 1 | -3/+5 |
* | New function: seq-like. | Kaz Kylheku | 2024-07-23 | 1 | -0/+14 |
* | json: new *read-json-int* variable. | Kaz Kylheku | 2024-07-22 | 1 | -0/+15 |
* | oop: special methods to handle missing slots. | Kaz Kylheku | 2024-07-19 | 1 | -0/+36 |
* | New functions: find-maxes and find-mins. | Kaz Kylheku | 2024-07-16 | 1 | -0/+22 |
* | New funtion related to where function. | Kaz Kylheku | 2024-07-11 | 1 | -0/+39 |
* | partition, split, split*: bug handling negative indices. | Kaz Kylheku | 2024-07-10 | 1 | -19/+31 |
* | split, split*: fix poor behavior for beyond-length indices. | Kaz Kylheku | 2024-07-10 | 1 | -24/+24 |
* | partition: add negative index tests. | Kaz Kylheku | 2024-07-10 | 1 | -0/+36 |
* | split**: split for far negative indices. | Kaz Kylheku | 2024-07-10 | 1 | -0/+32 |
* | split*: add missing tests. | Kaz Kylheku | 2024-07-10 | 1 | -0/+125 |
* | split: fix for far negative indices. | Kaz Kylheku | 2024-07-10 | 1 | -0/+28 |
* | split, split*, partition: tests, fixes. | Kaz Kylheku | 2024-07-10 | 1 | -0/+410 |
* | match: new @(scan-all) operator. | Kaz Kylheku | 2024-06-28 | 1 | -0/+8 |
* | iter-begin: handle FLNUM. | Kaz Kylheku | 2024-06-26 | 1 | -0/+13 |
* | copy-iter: test for common types. | Kaz Kylheku | 2024-06-26 | 1 | -0/+18 |
* | copy-iter: test that the combi iterators copy. | Kaz Kylheku | 2024-06-26 | 1 | -0/+12 |
* | copy-iter: some tests. | Kaz Kylheku | 2024-06-26 | 1 | -2/+15 |
* | combi: fix permi and rpermi; impl combi, rcombi; test. | Kaz Kylheku | 2024-06-24 | 1 | -0/+41 |
* | string ranges: individual positions are ascending/descending. | Kaz Kylheku | 2024-06-20 | 1 | -0/+4 |
* | combi: fix broken k 0 edge cases for sequences. | Kaz Kylheku | 2024-06-20 | 1 | -0/+10 |
* | New function: copy-hash-iter. | Kaz Kylheku | 2024-06-18 | 1 | -0/+11 |