summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* iter_reset: call seq_info only when needed.Kaz Kylheku2024-06-171-7/+11
* More work on copy-iter.Kaz Kylheku2024-06-172-10/+88
* cobj: clone method streamlines copy; structs get copy method.Kaz Kylheku2024-06-1725-73/+173
* New function: copy-iter.Kaz Kylheku2024-06-153-0/+18
* quips: remove weak one.Kaz Kylheku2024-06-151-1/+0
* seq_iter: fix inadequate gc marking for some types.Kaz Kylheku2024-06-152-6/+22
* New permi: iterator version of perm.Kaz Kylheku2024-06-155-10/+117
* lib: rename seq_iter_ops static object.Kaz Kylheku2024-06-141-9/+10
* perm: small streamlining in string case.Kaz Kylheku2024-06-131-1/+1
* combi: consolidate k argument check.Kaz Kylheku2024-05-291-24/+14
* bugfix: one missing case of fmt_cat separator defaulting.Kaz Kylheku2024-05-271-1/+1
* quasiliterals: buffers in hex, separation for strings and buffers.Kaz Kylheku2024-05-277-9/+147
* interpose: use seq_iter and seq_build.Kaz Kylheku2024-05-262-7/+32