| Commit message (Expand) | Author | Age | Files | Lines |
* | print: print/read consistency problem with rcons. | Kaz Kylheku | 2023-12-08 | 1 | -0/+9 |
* | oop: allow del on struct sequences. | Kaz Kylheku | 2023-11-15 | 1 | -1/+10 |
* | oop: segfault in special methods cache. | Kaz Kylheku | 2023-11-15 | 1 | -0/+14 |
* | New accessor: mref. | Kaz Kylheku | 2023-11-15 | 1 | -0/+85 |
* | ref: bugfix in deletion of ref place. | Kaz Kylheku | 2023-11-11 | 1 | -0/+6 |
* | New macro: tap. | Kaz Kylheku | 2023-11-08 | 1 | -0/+12 |
* | New: length-list-<, length-< | Kaz Kylheku | 2023-10-05 | 1 | -0/+20 |
* | tests for flatcar and flatcar*. | Kaz Kylheku | 2023-10-01 | 1 | -0/+24 |
* | flatten*: fix two bugs. | Kaz Kylheku | 2023-09-30 | 1 | -1/+57 |
* | New hist-sort function. | Kaz Kylheku | 2023-09-25 | 1 | -0/+5 |
* | New macros opf and lopf. | Kaz Kylheku | 2023-08-23 | 1 | -0/+4 |
* | New function: csort-group. | Kaz Kylheku | 2023-08-17 | 1 | -0/+10 |
* | unuse-sym: fix in face of use-sym-as. | Kaz Kylheku | 2023-08-10 | 1 | -0/+8 |
* | New feature: local symbol renaming. | Kaz Kylheku | 2023-08-10 | 1 | -0/+31 |
* | new: left-inserting pipeline operators. | Kaz Kylheku | 2023-08-08 | 1 | -0/+4 |
* | opip: new special handling of (let ...). | Kaz Kylheku | 2023-08-03 | 1 | -0/+6 |
* | compiler: constant folding in optimizer. | Kaz Kylheku | 2023-07-15 | 1 | -15/+15 |
* | Callable integers become assignable places. | Kaz Kylheku | 2023-06-30 | 1 | -0/+8 |
* | New: callable integers and ranges. | Kaz Kylheku | 2023-06-28 | 2 | -2/+25 |
* | New cached sorting functions. | Kaz Kylheku | 2023-06-28 | 1 | -2/+23 |
* | equal: bug: broken equality substitution. | Kaz Kylheku | 2023-06-28 | 1 | -0/+8 |
* | New functions keep-keys-if, separate-keys. | Kaz Kylheku | 2023-06-07 | 1 | -0/+15 |
* | lib: fix issue uncovered by recent vm CALL insn change. | Kaz Kylheku | 2023-05-24 | 1 | -2/+25 |
* | sort: missing vector coverage in tests. | Kaz Kylheku | 2023-05-03 | 1 | -4/+18 |
* | sort: move tests into tests/012. | Kaz Kylheku | 2023-05-02 | 1 | -0/+45 |
* | printer: [] shouldn't print as [. nil]. | Kaz Kylheku | 2023-03-23 | 1 | -1/+7 |
* | tests: squelch unused variable warnings. | Kaz Kylheku | 2023-03-23 | 2 | -2/+3 |
* | lib: address remaining unused variable warnings. | Kaz Kylheku | 2023-03-22 | 1 | -6/+6 |
* | read-once: support globals properly. | Kaz Kylheku | 2022-11-10 | 1 | -9/+13 |
* | New feature: struct preludes. | Kaz Kylheku | 2022-11-03 | 2 | -0/+18 |
* | defstruct: new :inherit clause. | Kaz Kylheku | 2022-10-17 | 1 | -0/+15 |
* | structs: optional init-exprs now useful in :delegate | Kaz Kylheku | 2022-10-11 | 1 | -2/+10 |
* | Syntax: allow separator commas in numeric tokens. | Kaz Kylheku | 2022-10-05 | 1 | -0/+27 |
* | define-struct-clause: add tests. | Kaz Kylheku | 2022-10-05 | 1 | -0/+65 |
* | oop: allow multiple :init, :fini, etc. | Kaz Kylheku | 2022-10-04 | 2 | -0/+28 |
* | New :postfini feature in defstruct. | Kaz Kylheku | 2022-09-27 | 2 | -1/+43 |
* | seq-iter: bugfix: floating-point ranges. | Kaz Kylheku | 2022-09-15 | 1 | -0/+23 |
* | compiler: bug: scoping of lambda optionals. | Kaz Kylheku | 2022-09-15 | 1 | -0/+5 |
* | compiler: test for recent bugfix. | Kaz Kylheku | 2022-09-14 | 1 | -0/+2 |
* | syntax: read and print [. x] and [. @x]. | Kaz Kylheku | 2022-09-08 | 1 | -0/+7 |
* | New function: search-all | Kaz Kylheku | 2022-08-17 | 1 | -0/+15 |
* | search/rsearch: some test cases. | Kaz Kylheku | 2022-08-17 | 1 | -0/+36 |
* | New function: count. | Kaz Kylheku | 2022-07-18 | 1 | -0/+10 |
* | buf: compression tests. | Kaz Kylheku | 2022-05-30 | 1 | -0/+18 |
* | utf8: bugfix: trailing char fragment ignored. | Kaz Kylheku | 2022-05-20 | 1 | -0/+6 |
* | opip: pass through forms in the op family. | Kaz Kylheku | 2022-02-24 | 1 | -0/+6 |
* | New list-builder method: oust. | Kaz Kylheku | 2022-02-23 | 1 | -0/+5 |
* | New function: partition-if. | Kaz Kylheku | 2022-02-23 | 1 | -0/+26 |
* | find-max: convert to seq_info iteration. | Kaz Kylheku | 2022-02-22 | 1 | -0/+13 |
* | typecase: merge with etypecase, handle t differnetly. | Kaz Kylheku | 2022-01-21 | 2 | -1/+19 |