| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | iter_reset: call seq_info only when needed. | Kaz Kylheku | 2024-06-17 | 1 | -7/+11 |
* | More work on copy-iter. | Kaz Kylheku | 2024-06-17 | 2 | -10/+88 |
* | cobj: clone method streamlines copy; structs get copy method. | Kaz Kylheku | 2024-06-17 | 25 | -73/+173 |
* | New function: copy-iter. | Kaz Kylheku | 2024-06-15 | 3 | -0/+18 |
* | quips: remove weak one. | Kaz Kylheku | 2024-06-15 | 1 | -1/+0 |
* | seq_iter: fix inadequate gc marking for some types. | Kaz Kylheku | 2024-06-15 | 2 | -6/+22 |
* | New permi: iterator version of perm. | Kaz Kylheku | 2024-06-15 | 5 | -10/+117 |
* | lib: rename seq_iter_ops static object. | Kaz Kylheku | 2024-06-14 | 1 | -9/+10 |
* | perm: small streamlining in string case. | Kaz Kylheku | 2024-06-13 | 1 | -1/+1 |
* | combi: consolidate k argument check. | Kaz Kylheku | 2024-05-29 | 1 | -24/+14 |
* | bugfix: one missing case of fmt_cat separator defaulting. | Kaz Kylheku | 2024-05-27 | 1 | -1/+1 |
* | quasiliterals: buffers in hex, separation for strings and buffers. | Kaz Kylheku | 2024-05-27 | 7 | -9/+147 |
* | interpose: use seq_iter and seq_build. | Kaz Kylheku | 2024-05-26 | 2 | -7/+32 |
* | quasilit: move separator defaulting to fmt_cat. | Kaz Kylheku | 2024-05-03 | 1 | -4/+5 |
* | cat-str: grammar in diagnostic. | Kaz Kylheku | 2024-05-03 | 1 | -1/+1 |
* | buf: pprint produces hex, not raw bytes. | Kaz Kylheku | 2024-05-03 | 4 | -15/+73 |
* | New function: iter-cat. | Kaz Kylheku | 2024-04-16 | 5 | -0/+129 |
* | doc: missing word in close-lazy-streams. | Kaz Kylheku | 2024-04-06 | 1 | -3/+4 |
* | compiler: update list of constant and effect-free functions. | Kaz Kylheku | 2024-04-05 | 1 | -25/+28 |
* | doc: command-get-buf syntax. | Kaz Kylheku | 2024-04-04 | 1 | -1/+1 |
* | New functions for filtering through external processes. | Kaz Kylheku | 2024-04-04 | 4 | -0/+171 |
* | New function: lcons-force. | Kaz Kylheku | 2024-04-04 | 4 | -0/+46 |
* | Version 294.txr-294 | Kaz Kylheku | 2024-03-17 | 7 | -1006/+1087 |
* | tests: stability of fini test case. | Kaz Kylheku | 2024-03-17 | 1 | -1/+1 |
* | append, nconc; replace implementation with seq_build. | Kaz Kylheku | 2024-03-10 | 2 | -28/+82 |
* | quips: food-related one. | Kaz Kylheku | 2024-03-09 | 1 | -0/+1 |
* | window-map: condense with seq_iter and seq_build. | Kaz Kylheku | 2024-03-09 | 2 | -82/+53 |
* | build: include place.tlo among early tlo's. | Kaz Kylheku | 2024-03-08 | 1 | -1/+2 |
* | doc: bad syntax under load-for. | Kaz Kylheku | 2024-03-08 | 1 | -1/+1 |
* | tests: suppress warnings in seq.tl. | Kaz Kylheku | 2024-03-08 | 5 | -39/+83 |
* | rfind: use seq_iter. | Kaz Kylheku | 2024-03-07 | 1 | -7/+8 |
* | find: use seq_iter. | Kaz Kylheku | 2024-03-07 | 1 | -41/+21 |
* | doc: improvements in dwim and call documentation | Kaz Kylheku | 2024-03-07 | 1 | -4/+18 |
* | New function: rangeref. | Kaz Kylheku | 2024-03-07 | 5 | -5/+173 |
* | list-vec: replace int type. | Kaz Kylheku | 2024-03-02 | 1 | -2/+2 |