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