summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* compiler: implement inlining for chain expressions.Kaz Kylheku2024-02-072-2/+40
* compiler: whitespace issue.Kaz Kylheku2024-02-071-1/+1
* doc: missing plural.Kaz Kylheku2024-02-041-1/+1
* New function: hist-sort-by.Kaz Kylheku2024-02-025-3/+37
* hash-eql: regression: always returns zero.Kaz Kylheku2024-02-012-1/+7
* quips: new bad pun.Kaz Kylheku2024-01-201-0/+1
* We need a length-< special method.Kaz Kylheku2024-01-197-5/+67
* mmap: bug: low length diagnosed as "zero-sized element type"Kaz Kylheku2024-01-181-1/+1
* doc: mmap: document source parameter.Kaz Kylheku2024-01-181-0/+34
* Copyright year bump 2024.Kaz Kylheku2024-01-18138-140/+140
* lib: avoid realloc with zero size.Kaz Kylheku2024-01-161-3/+13
* ppc64/clang: save/restore vector register vr31.Kaz Kylheku2024-01-112-1/+22
* lib: review cobj calls for gc incorrectness and fix.Kaz Kylheku2024-01-064-2/+13
* eval: potential gc problem in binding.Kaz Kylheku2024-01-061-1/+1
* gc: bug in sub-str on lazy string argument.Kaz Kylheku2024-01-061-0/+1
* sysif: unused parameter warning on solaris.Kaz Kylheku2024-01-051-0/+1
* tests: fix tests/007/except-4.txr for Solaris, BSD.Kaz Kylheku2024-01-052-5/+2
* openbsd: more tests fixes.Kaz Kylheku2024-01-055-5/+5
* build: wrong build order of STDLIB_EARLY_TLOS.Kaz Kylheku2024-01-051-5/+2
* tests: fix on OpenBSD.Paul A. Patience2024-01-054-5/+11
* sysif: fix build on OpenBSD.Paul A. Patience2024-01-041-0/+2
* doc: formatting under compiler-let.Kaz Kylheku2024-01-041-1/+1
* doc: clarification regarding sort stability.Kaz Kylheku2024-01-031-1/+3
* configure: capitalize diagnostic line.Paul A. Patience2024-01-031-1/+1
* configure: normalize spacing in diagnosticsPaul A. Patience2024-01-011-14/+14
* iter_begin: gc problem.Kaz Kylheku2024-01-011-0/+2
* configure: fix for BSD grep.Paul A. Patience2024-01-011-2/+2
* Version 293.txr-293Kaz Kylheku2023-12-286-659/+709
* build: automate clean-up of shipped scanner and parserKaz Kylheku2023-12-285-9/+44
* read-objects: clean up working, but odd code.Kaz Kylheku2023-12-281-3/+2