| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | unique: covert to seq_build. | Kaz Kylheku | 2024-03-02 | 1 | -3/+4 |
* | mapcar: avoid alloca proportional to number of args. | Kaz Kylheku | 2024-03-01 | 4 | -2/+33 |
* | zip: make more generic. | Kaz Kylheku | 2024-03-01 | 4 | -48/+120 |
* | doc: replace "index-list" with "index-seq". | Kaz Kylheku | 2024-02-29 | 1 | -57/+60 |
* | partition, split, split*: iter used for indices | Kaz Kylheku | 2024-02-29 | 2 | -37/+43 |
* | partition-if: use seq_build for accumulating partitions. | Kaz Kylheku | 2024-02-28 | 1 | -4/+6 |
* | partition-by: replace sequence traversal with iter. | Kaz Kylheku | 2024-02-28 | 1 | -10/+13 |
* | partition-by: replace tuple accumulation with seq_build. | Kaz Kylheku | 2024-02-28 | 1 | -6/+7 |
* | seq_build: seq_pend must be nondestructive for lists. | Kaz Kylheku | 2024-02-28 | 2 | -3/+21 |
* | seq_build: convert list buiding to list_collect. | Kaz Kylheku | 2024-02-28 | 2 | -68/+10 |
* | seq_build: whitespace. | Kaz Kylheku | 2024-02-28 | 1 | -1/+1 |
* | seq_build: remove unnecessary convert calls. | Kaz Kylheku | 2024-02-28 | 1 | -2/+0 |
* | seq_build: remove one finish function. | Kaz Kylheku | 2024-02-28 | 1 | -6/+1 |
* | seq_build: safeguard against adding to finished object. | Kaz Kylheku | 2024-02-28 | 1 | -0/+14 |
* | mapcar, mappend: switch to seq_build. | Kaz Kylheku | 2024-02-27 | 2 | -10/+25 |
* | seq_build: support improper lists. | Kaz Kylheku | 2024-02-27 | 1 | -1/+53 |
* | tuples: convert tuple generation to seq_build. | Kaz Kylheku | 2024-02-27 | 2 | -5/+8 |
* | seq_build: fix: incompatible items must create list. | Kaz Kylheku | 2024-02-27 | 1 | -12/+30 |
* | seq_build: struct/carray bugfix. | Kaz Kylheku | 2024-02-27 | 1 | -3/+4 |
* | seq_build: put self name into structure. | Kaz Kylheku | 2024-02-27 | 2 | -18/+20 |
* | seq_build: build lists in order using tail pointer. | Kaz Kylheku | 2024-02-27 | 1 | -2/+19 |
* | seq_build: remove unused struct member. | Kaz Kylheku | 2024-02-27 | 1 | -1/+0 |
* | separate-keys: rework using seq_build | Kaz Kylheku | 2024-02-27 | 1 | -62/+13 |