summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* quasilit: move separator defaulting to fmt_cat.Kaz Kylheku2024-05-031-4/+5
* cat-str: grammar in diagnostic.Kaz Kylheku2024-05-031-1/+1
* buf: pprint produces hex, not raw bytes.Kaz Kylheku2024-05-034-15/+73
* New function: iter-cat.Kaz Kylheku2024-04-165-0/+129
* doc: missing word in close-lazy-streams.Kaz Kylheku2024-04-061-3/+4
* compiler: update list of constant and effect-free functions.Kaz Kylheku2024-04-051-25/+28
* doc: command-get-buf syntax.Kaz Kylheku2024-04-041-1/+1
* New functions for filtering through external processes.Kaz Kylheku2024-04-044-0/+171
* New function: lcons-force.Kaz Kylheku2024-04-044-0/+46
* Version 294.txr-294Kaz Kylheku2024-03-177-1006/+1087
* tests: stability of fini test case.Kaz Kylheku2024-03-171-1/+1
* append, nconc; replace implementation with seq_build.Kaz Kylheku2024-03-102-28/+82
* quips: food-related one.Kaz Kylheku2024-03-091-0/+1
* window-map: condense with seq_iter and seq_build.Kaz Kylheku2024-03-092-82/+53
* build: include place.tlo among early tlo's.Kaz Kylheku2024-03-081-1/+2
* doc: bad syntax under load-for.Kaz Kylheku2024-03-081-1/+1
* tests: suppress warnings in seq.tl.Kaz Kylheku2024-03-085-39/+83
* rfind: use seq_iter.Kaz Kylheku2024-03-071-7/+8
* find: use seq_iter.Kaz Kylheku2024-03-071-41/+21
* doc: improvements in dwim and call documentationKaz Kylheku2024-03-071-4/+18
* New function: rangeref.Kaz Kylheku2024-03-075-5/+173
* list-vec: replace int type.Kaz Kylheku2024-03-021-2/+2
* unique: covert to seq_build.Kaz Kylheku2024-03-021-3/+4
* mapcar: avoid alloca proportional to number of args.Kaz Kylheku2024-03-014-2/+33
* zip: make more generic.Kaz Kylheku2024-03-014-48/+120
* doc: replace "index-list" with "index-seq".Kaz Kylheku2024-02-291-57/+60
* partition, split, split*: iter used for indicesKaz Kylheku2024-02-292-37/+43
* partition-if: use seq_build for accumulating partitions.Kaz Kylheku2024-02-281-4/+6
* partition-by: replace sequence traversal with iter.Kaz Kylheku2024-02-281-10/+13
* partition-by: replace tuple accumulation with seq_build.Kaz Kylheku2024-02-281-6/+7
* seq_build: seq_pend must be nondestructive for lists.Kaz Kylheku2024-02-282-3/+21
* seq_build: convert list buiding to list_collect.Kaz Kylheku2024-02-282-68/+10
* seq_build: whitespace.Kaz Kylheku2024-02-281-1/+1
* seq_build: remove unnecessary convert calls.Kaz Kylheku2024-02-281-2/+0
* seq_build: remove one finish function.Kaz Kylheku2024-02-281-6/+1
* seq_build: safeguard against adding to finished object.Kaz Kylheku2024-02-281-0/+14
* mapcar, mappend: switch to seq_build.Kaz Kylheku2024-02-272-10/+25