| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cobj: clone method streamlines copy; structs get copy method. | Kaz Kylheku | 2024-06-17 | 1 | -0/+10 |
* | quasiliterals: buffers in hex, separation for strings and buffers. | Kaz Kylheku | 2024-05-27 | 1 | -2/+17 |
* | interpose: use seq_iter and seq_build. | Kaz Kylheku | 2024-05-26 | 1 | -0/+11 |
* | buf: pprint produces hex, not raw bytes. | Kaz Kylheku | 2024-05-03 | 1 | -0/+13 |
* | New function: iter-cat. | Kaz Kylheku | 2024-04-16 | 1 | -0/+5 |
* | New functions for filtering through external processes. | Kaz Kylheku | 2024-04-04 | 1 | -0/+8 |
* | tests: stability of fini test case. | Kaz Kylheku | 2024-03-17 | 1 | -1/+1 |
* | tests: suppress warnings in seq.tl. | Kaz Kylheku | 2024-03-08 | 1 | -1/+3 |
* | New function: rangeref. | Kaz Kylheku | 2024-03-07 | 1 | -0/+56 |
* | mapcar: avoid alloca proportional to number of args. | Kaz Kylheku | 2024-03-01 | 1 | -0/+3 |
* | zip: make more generic. | Kaz Kylheku | 2024-03-01 | 1 | -0/+66 |
* | tuples: convert tuple generation to seq_build. | Kaz Kylheku | 2024-02-27 | 1 | -1/+1 |
* | New function: cons-count. | Kaz Kylheku | 2024-02-09 | 1 | -0/+9 |
* | New function: cons-find. | Kaz Kylheku | 2024-02-09 | 1 | -0/+26 |
* | match: remove bad restriction from @(sme) and @(end). | Kaz Kylheku | 2024-02-08 | 1 | -0/+10 |
* | New function: hist-sort-by. | Kaz Kylheku | 2024-02-02 | 1 | -0/+3 |
* | hash-eql: regression: always returns zero. | Kaz Kylheku | 2024-02-01 | 1 | -0/+6 |
* | We need a length-< special method. | Kaz Kylheku | 2024-01-19 | 1 | -0/+17 |
* | tests: fix tests/007/except-4.txr for Solaris, BSD. | Kaz Kylheku | 2024-01-05 | 2 | -5/+2 |
* | openbsd: more tests fixes. | Kaz Kylheku | 2024-01-05 | 5 | -5/+5 |
* | tests: fix on OpenBSD. | Paul A. Patience | 2024-01-05 | 4 | -5/+11 |
* | perm, rperm, comb, rcomb: test generic sequences, bugfixes. | Kaz Kylheku | 2023-12-27 | 1 | -0/+10 |
* | rcomb, perm, rperm: test. | Kaz Kylheku | 2023-12-27 | 1 | -0/+317 |
* | comb: bug: missing combinations. | Kaz Kylheku | 2023-12-26 | 1 | -0/+116 |
* | json: support Lisp comments. | Kaz Kylheku | 2023-12-20 | 1 | -0/+3 |
* | New functions: read-objects, file-get-objects, ... | Kaz Kylheku | 2023-12-19 | 1 | -0/+33 |