| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | doc: partition, split, split*: clarifications about indices | Kaz Kylheku | 2024-07-10 | 1 | -2/+12 |
* | partition, split, split*: bug handling negative indices. | Kaz Kylheku | 2024-07-10 | 2 | -22/+35 |
* | split, split*: fix poor behavior for beyond-length indices. | Kaz Kylheku | 2024-07-10 | 2 | -30/+32 |
* | partition: add negative index tests. | Kaz Kylheku | 2024-07-10 | 1 | -0/+36 |
* | split**: split for far negative indices. | Kaz Kylheku | 2024-07-10 | 2 | -1/+33 |
* | split*: add missing tests. | Kaz Kylheku | 2024-07-10 | 1 | -0/+125 |
* | split: fix for far negative indices. | Kaz Kylheku | 2024-07-10 | 2 | -1/+29 |
* | split, split*, partition: tests, fixes. | Kaz Kylheku | 2024-07-10 | 2 | -2/+412 |
* | partition, split, split*: infinite looping regression. | Kaz Kylheku | 2024-07-08 | 1 | -6/+9 |
* | sub: don't produce an iterator. | Kaz Kylheku | 2024-07-07 | 2 | -4/+4 |
* | json: fix flat-p argument in put-json and put-jsons. | Kaz Kylheku | 2024-07-06 | 2 | -33/+40 |
* | json: support printing structs in JSON format. | Kaz Kylheku | 2024-07-06 | 2 | -0/+78 |
* | hash: fix: equal hashes being reduced modulo NUM_MAX. | Kaz Kylheku | 2024-07-04 | 2 | -5/+1 |
* | regex: eliminate unnecessary stack push. | Kaz Kylheku | 2024-07-03 | 1 | -1/+0 |
* | regex: don't consume input past final match. | Kaz Kylheku | 2024-07-03 | 1 | -26/+61 |
* | New functions: cshuffle and cnshuffle. | Kaz Kylheku | 2024-07-01 | 4 | -11/+90 |
* | build: split tlos into three groups rather than two. | Kaz Kylheku | 2024-06-30 | 1 | -2/+5 |
* | txr: @(data) must disable recycling. | Kaz Kylheku | 2024-06-30 | 1 | -0/+1 |
* | lib: rcyc_cons set type to CONS. | Kaz Kylheku | 2024-06-29 | 1 | -0/+1 |
* | txr: bugfix: reset top flag when copying context. | Kaz Kylheku | 2024-06-29 | 1 | -0/+1 |
* | doc: eq, eql, equal cleanuip. | Kaz Kylheku | 2024-06-29 | 1 | -8/+20 |
* | doc: typo in new text about file descriptor option. | Kaz Kylheku | 2024-06-29 | 1 | -1/+1 |
* | txr: better implementation of previous change. | Kaz Kylheku | 2024-06-29 | 1 | -42/+25 |
* | txr: real solution for spurious retention problem. | Kaz Kylheku | 2024-06-29 | 1 | -24/+56 |
* | Version 295.txr-295 | Kaz Kylheku | 2024-06-28 | 7 | -1346/+1440 |
* | match: new @(scan-all) operator. | Kaz Kylheku | 2024-06-28 | 4 | -3/+57 |
* | match: bad indentation. | Kaz Kylheku | 2024-06-27 | 1 | -4/+4 |
* | genprotsym: fix bugs. | Kaz Kylheku | 2024-06-27 | 1 | -5/+16 |
* | packages: streamline is-a-string testing. | Kaz Kylheku | 2024-06-27 | 1 | -28/+19 |
* | open-process: new ?fdno option for selecting stream fd. | Kaz Kylheku | 2024-06-26 | 3 | -8/+61 |
* | iter-begin: handle FLNUM. | Kaz Kylheku | 2024-06-26 | 2 | -0/+19 |
* | 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 |
* | txr: deal with spurious retention problem. | Kaz Kylheku | 2024-06-24 | 1 | -28/+33 |
* | combi: fix permi and rpermi; impl combi, rcombi; test. | Kaz Kylheku | 2024-06-24 | 4 | -32/+265 |
* | doc: permi, rpermi, combi, rcombi. | Kaz Kylheku | 2024-06-21 | 1 | -4/+36 |
* | lib: replace generic errors with more specific errors. | Kaz Kylheku | 2024-06-20 | 1 | -78/+90 |
* | combi: replace some zerop tests. | Kaz Kylheku | 2024-06-20 | 1 | -6/+6 |
* | string ranges: individual positions are ascending/descending. | Kaz Kylheku | 2024-06-20 | 3 | -45/+36 |
* | combi: fix broken k 0 edge cases for sequences. | Kaz Kylheku | 2024-06-20 | 2 | -0/+18 |
* | length: support string ranges. | Kaz Kylheku | 2024-06-20 | 1 | -1/+39 |
* | doc: iter-begin copies iterators. | Kaz Kylheku | 2024-06-19 | 1 | -11/+12 |
* | combi: seq_iter_ops structures made static. | Kaz Kylheku | 2024-06-19 | 1 | -6/+6 |
* | New rpermi: iterator version of rperm | Kaz Kylheku | 2024-06-19 | 3 | -0/+86 |
* | permi: remove useless gc_hint. | Kaz Kylheku | 2024-06-19 | 1 | -1/+0 |
* | quantile: better run-time type safety for state. | Kaz Kylheku | 2024-06-19 | 1 | -10/+19 |
* | gc: protect symbol used for cobj class reg. | Kaz Kylheku | 2024-06-19 | 1 | -1/+3 |
* | bugfix: several seq_iter kinds need clone operation. | Kaz Kylheku | 2024-06-18 | 2 | -8/+20 |
* | New function: copy-hash-iter. | Kaz Kylheku | 2024-06-18 | 4 | -1/+54 |