| Commit message (Expand) | Author | Age | Files | Lines |
* | stdlib: missing blank line after copyright header. | Kaz Kylheku | 2022-01-30 | 36 | -0/+36 |
* | New function: random-sample. | Kaz Kylheku | 2022-01-29 | 1 | -2/+3 |
* | New function: copy-cptr. | Kaz Kylheku | 2022-01-28 | 1 | -0/+1 |
* | quips: new entry. | Kaz Kylheku | 2022-01-25 | 1 | -0/+1 |
* | lib: new functions nand, nor, nandf and norf. | Paul A. Patience | 2022-01-22 | 1 | -0/+4 |
* | compiler: optimize some typep expressions. | Kaz Kylheku | 2022-01-21 | 1 | -0/+12 |
* | typecase: merge with etypecase, handle t differnetly. | Kaz Kylheku | 2022-01-21 | 1 | -19/+21 |
* | type: new macro etypecase. | Paul A. Patience | 2022-01-21 | 2 | -0/+12 |
* | compiler: few more cases of ifq/ifql removal. | Kaz Kylheku | 2022-01-18 | 1 | -1/+10 |
* | New function: match-fboundp. | Kaz Kylheku | 2022-01-17 | 1 | -0/+1 |
* | keyparams: fix broken. | Kaz Kylheku | 2022-01-17 | 1 | -34/+21 |
* | quips: a turn toward the slightly macabre. | Kaz Kylheku | 2022-01-17 | 1 | -0/+1 |
* | compiler: two optimizations, motivated by optional params. | Kaz Kylheku | 2022-01-14 | 1 | -3/+15 |
* | typecase: return nil from formless clauses. | Paul A. Patience | 2022-01-12 | 1 | -1/+1 |
* | New macros: each-true, some-true, each-false, some-false. | Kaz Kylheku | 2022-01-12 | 2 | -10/+44 |
* | sum-each, mul-each: handle no vars case. | Kaz Kylheku | 2022-01-11 | 1 | -9/+13 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 44 | -44/+44 |
* | quips: new one about C++ protected members. | Kaz Kylheku | 2022-01-05 | 1 | -0/+1 |
* | Version 273.txr-273 | Kaz Kylheku | 2021-12-28 | 1 | -1/+1 |
* | doc: document *struct-clause-expander*. | Kaz Kylheku | 2021-12-27 | 1 | -0/+1 |
* | match: allow bound variables with regex modifier. | Kaz Kylheku | 2021-12-27 | 1 | -0/+11 |
* | match: bad compile-error call in quasi matcher. | Kaz Kylheku | 2021-12-27 | 1 | -1/+1 |
* | new feature: :mass-delegate struct clause macro. | Kaz Kylheku | 2021-12-23 | 2 | -0/+28 |
* | new feature: defstruct clause macros. | Kaz Kylheku | 2021-12-22 | 2 | -17/+56 |
* | defstruct: refactor with local function. | Kaz Kylheku | 2021-12-22 | 1 | -147/+146 |
* | The pairlis function comes to TXR Lisp. | Kaz Kylheku | 2021-12-22 | 1 | -0/+1 |
* | New functions: subq, subql, subqual and subst. | Kaz Kylheku | 2021-12-22 | 2 | -5/+4 |
* | product/arithmetic each: missing block nil. | Kaz Kylheku | 2021-12-20 | 2 | -32/+53 |
* | tree: new functions for priority queue operation. | Kaz Kylheku | 2021-12-18 | 1 | -0/+4 |
* | tree: support for duplicate keys. | Kaz Kylheku | 2021-12-17 | 1 | -0/+2 |
* | compiler: fix broken (compile '(lambda ...)). | Kaz Kylheku | 2021-12-14 | 1 | -15/+17 |
* | compiler: small end/jend issue in late-peephole. | Kaz Kylheku | 2021-12-11 | 1 | -1/+1 |
* | compiler: tweak in basic block debug print. | Kaz Kylheku | 2021-12-11 | 1 | -1/+1 |
* | compiler: register-compacting optimization. | Kaz Kylheku | 2021-12-10 | 2 | -0/+63 |
* | define-accessor: fix broken arg handling. | Kaz Kylheku | 2021-12-10 | 1 | -1/+1 |
* | each-match macro family: missing anon block. | Kaz Kylheku | 2021-12-08 | 1 | -2/+5 |
* | rot, nrot: new functions. | Kaz Kylheku | 2021-12-07 | 1 | -0/+2 |
* | ret, aret: take one argument, as documented. | Kaz Kylheku | 2021-12-07 | 1 | -4/+4 |
* | quips: gift shop exit theme. | Kaz Kylheku | 2021-12-06 | 1 | -0/+1 |
* | tuples*: new function. | Kaz Kylheku | 2021-12-04 | 1 | -0/+1 |
* | compiler: new late-peephole case. | Kaz Kylheku | 2021-11-29 | 1 | -0/+11 |
* | compiler: revise no-longer-matching late peephole case. | Kaz Kylheku | 2021-11-29 | 1 | -14/+3 |
* | compiler: replace late-peephole pattern with real approach. | Kaz Kylheku | 2021-11-26 | 1 | -12/+8 |
* | quips: new ones about syntactic sugar. | Kaz Kylheku | 2021-11-26 | 1 | -0/+2 |
* | compiler: another late peephole pattern. | Kaz Kylheku | 2021-11-26 | 1 | -0/+12 |
* | buffers: use unbuffered I/O in convenience functions. | Kaz Kylheku | 2021-11-17 | 1 | -2/+2 |
* | Version 272.txr-272 | Kaz Kylheku | 2021-11-11 | 1 | -1/+1 |
* | compiler: late-peephole match for a wasteful register move. | Kaz Kylheku | 2021-11-10 | 1 | -0/+13 |
* | compiler: avoid eval of unsafe constantp in some situations. | Kaz Kylheku | 2021-11-09 | 1 | -6/+12 |
* | compiler: handle constant expressions that throw. | Kaz Kylheku | 2021-11-08 | 1 | -17/+76 |