summaryrefslogtreecommitdiffstats
path: root/tests/012
Commit message (Expand)AuthorAgeFilesLines
* tests: stability of fini test case.Kaz Kylheku2024-03-171-1/+1
* tests: suppress warnings in seq.tl.Kaz Kylheku2024-03-081-1/+3
* New function: rangeref.Kaz Kylheku2024-03-071-0/+56
* mapcar: avoid alloca proportional to number of args.Kaz Kylheku2024-03-011-0/+3
* zip: make more generic.Kaz Kylheku2024-03-011-0/+66
* tuples: convert tuple generation to seq_build.Kaz Kylheku2024-02-271-1/+1
* New function: cons-count.Kaz Kylheku2024-02-091-0/+9
* New function: cons-find.Kaz Kylheku2024-02-091-0/+26
* New function: hist-sort-by.Kaz Kylheku2024-02-021-0/+3
* We need a length-< special method.Kaz Kylheku2024-01-191-0/+17
* print: print/read consistency problem with rcons.Kaz Kylheku2023-12-081-0/+9
* oop: allow del on struct sequences.Kaz Kylheku2023-11-151-1/+10
* oop: segfault in special methods cache.Kaz Kylheku2023-11-151-0/+14
* New accessor: mref.Kaz Kylheku2023-11-151-0/+85
* ref: bugfix in deletion of ref place.Kaz Kylheku2023-11-111-0/+6
* New macro: tap.Kaz Kylheku2023-11-081-0/+12
* New: length-list-<, length-<Kaz Kylheku2023-10-051-0/+20
* tests for flatcar and flatcar*.Kaz Kylheku2023-10-011-0/+24
* flatten*: fix two bugs.Kaz Kylheku2023-09-301-1/+57
* New hist-sort function.Kaz Kylheku2023-09-251-0/+5
* New macros opf and lopf.Kaz Kylheku2023-08-231-0/+4
* New function: csort-group.Kaz Kylheku2023-08-171-0/+10
* unuse-sym: fix in face of use-sym-as.Kaz Kylheku2023-08-101-0/+8
* New feature: local symbol renaming.Kaz Kylheku2023-08-101-0/+31
* new: left-inserting pipeline operators.Kaz Kylheku2023-08-081-0/+4
* opip: new special handling of (let ...).Kaz Kylheku2023-08-031-0/+6
* compiler: constant folding in optimizer.Kaz Kylheku2023-07-151-15/+15
* Callable integers become assignable places.Kaz Kylheku2023-06-301-0/+8
* New: callable integers and ranges.Kaz Kylheku2023-06-282-2/+25
* New cached sorting functions.Kaz Kylheku2023-06-281-2/+23
* equal: bug: broken equality substitution.Kaz Kylheku2023-06-281-0/+8
* New functions keep-keys-if, separate-keys.Kaz Kylheku2023-06-071-0/+15
* lib: fix issue uncovered by recent vm CALL insn change.Kaz Kylheku2023-05-241-2/+25
* sort: missing vector coverage in tests.Kaz Kylheku2023-05-031-4/+18
* sort: move tests into tests/012.Kaz Kylheku2023-05-021-0/+45
* printer: [] shouldn't print as [. nil].Kaz Kylheku2023-03-231-1/+7
* tests: squelch unused variable warnings.Kaz Kylheku2023-03-232-2/+3
* lib: address remaining unused variable warnings.Kaz Kylheku2023-03-221-6/+6
* read-once: support globals properly.Kaz Kylheku2022-11-101-9/+13
* New feature: struct preludes.Kaz Kylheku2022-11-032-0/+18
* defstruct: new :inherit clause.Kaz Kylheku2022-10-171-0/+15
* structs: optional init-exprs now useful in :delegateKaz Kylheku2022-10-111-2/+10
* Syntax: allow separator commas in numeric tokens.Kaz Kylheku2022-10-051-0/+27
* define-struct-clause: add tests.Kaz Kylheku2022-10-051-0/+65
* oop: allow multiple :init, :fini, etc.Kaz Kylheku2022-10-042-0/+28
* New :postfini feature in defstruct.Kaz Kylheku2022-09-272-1/+43
* seq-iter: bugfix: floating-point ranges.Kaz Kylheku2022-09-151-0/+23
* compiler: bug: scoping of lambda optionals.Kaz Kylheku2022-09-151-0/+5
* compiler: test for recent bugfix.Kaz Kylheku2022-09-141-0/+2
* syntax: read and print [. x] and [. @x].Kaz Kylheku2022-09-081-0/+7