summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 294.HEADtxr-294masterKaz 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
* seq_build: support improper lists.Kaz Kylheku2024-02-271-1/+53
* tuples: convert tuple generation to seq_build.Kaz Kylheku2024-02-272-5/+8
* seq_build: fix: incompatible items must create list.Kaz Kylheku2024-02-271-12/+30
* seq_build: struct/carray bugfix.Kaz Kylheku2024-02-271-3/+4
* seq_build: put self name into structure.Kaz Kylheku2024-02-272-18/+20
* seq_build: build lists in order using tail pointer.Kaz Kylheku2024-02-271-2/+19
* seq_build: remove unused struct member.Kaz Kylheku2024-02-271-1/+0
* separate-keys: rework using seq_buildKaz Kylheku2024-02-271-62/+13
* separate: rework using seq_build.Kaz Kylheku2024-02-271-75/+13
* seq_build: allow initialization from iterator.Kaz Kylheku2024-02-271-0/+6
* keep-keys-if: rework with generic sequence processing.Kaz Kylheku2024-02-261-56/+12
* New sequence building framework.Kaz Kylheku2024-02-262-123/+231
* keep-if: don't report as remove-if in errors.Kaz Kylheku2024-02-261-3/+7
* doc: add rationale about let vs let*.Kaz Kylheku2024-02-221-0/+22
* quips: new Lisp entry.Kaz Kylheku2024-02-181-0/+1
* doc: fixes under macroexpand-params.Kaz Kylheku2024-02-151-17/+17
* compiler: use cons-count.Kaz Kylheku2024-02-091-1/+1
* New function: cons-count.Kaz Kylheku2024-02-095-0/+71
* New function: cons-find.Kaz Kylheku2024-02-095-22/+83
* compiler: take advantage of fixed @(end) match.Kaz Kylheku2024-02-081-2/+1
* match: remove bad restriction from @(sme) and @(end).Kaz Kylheku2024-02-083-14/+17
* compiler: inlined chain: simplify variadic lambdas.Kaz Kylheku2024-02-081-2/+15