summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: problems in qualisiteral pattern section.Kaz Kylheku2021-12-271-4/+2
* txr: do not ignore regex in positive match.Kaz Kylheku2021-12-273-44/+40
* txr: function span variable must match existing value.Kaz Kylheku2021-12-273-22/+278
* txr: allow variable to span vertical function.Kaz Kylheku2021-12-265-7/+95
* new feature: :mass-delegate struct clause macro.Kaz Kylheku2021-12-234-0/+213
* eval: fix optional parameter bug from 2014.Kaz Kylheku2021-12-232-4/+17
* new feature: defstruct clause macros.Kaz Kylheku2021-12-225-18/+313
* defstruct: refactor with local function.Kaz Kylheku2021-12-221-147/+146
* The pairlis function comes to TXR Lisp.Kaz Kylheku2021-12-226-0/+87
* New functions: subq, subql, subqual and subst.Kaz Kylheku2021-12-227-5/+181
* product/arithmetic each: missing block nil.Kaz Kylheku2021-12-203-63/+91
* maprodo: bugfix: spurious return value.Kaz Kylheku2021-12-201-9/+7
* less: bug, vectors not supported.Kaz Kylheku2021-12-202-1/+23
* tree: new functions for priority queue operation.Kaz Kylheku2021-12-185-0/+156
* tree: bugfix wrong tree-count.Kaz Kylheku2021-12-182-2/+14
* tree: support for duplicate keys.Kaz Kylheku2021-12-179-28/+309
* tree-count: new function.Kaz Kylheku2021-12-175-2/+33
* iter-reset: gc problem.Kaz Kylheku2021-12-171-0/+3
* iter-begin: gc problem.Kaz Kylheku2021-12-171-4/+8
* compiler: fix broken (compile '(lambda ...)).Kaz Kylheku2021-12-141-15/+17
* compiler: small end/jend issue in late-peephole.Kaz Kylheku2021-12-111-1/+1
* compiler: tweak in basic block debug print.Kaz Kylheku2021-12-111-1/+1
* compiler: register-compacting optimization.Kaz Kylheku2021-12-102-0/+63
* define-accessor: fix broken arg handling.Kaz Kylheku2021-12-102-1/+13
* each-match macro family: missing anon block.Kaz Kylheku2021-12-083-4/+22
* case macros: bug in singleton key optimization.Kaz Kylheku2021-12-082-1/+33
* rot, nrot: new functions.Kaz Kylheku2021-12-076-0/+239
* ret, aret: take one argument, as documented.Kaz Kylheku2021-12-072-6/+6
* quips: gift shop exit theme.Kaz Kylheku2021-12-061-0/+1
* tuples*: new function.Kaz Kylheku2021-12-046-0/+170
* tuples: change to abstract iteration.Kaz Kylheku2021-12-021-10/+16
* tuples: add test cases.Kaz Kylheku2021-12-021-1/+48
* tuples: check length argument.Kaz Kylheku2021-12-022-0/+7
* compiler: new late-peephole case.Kaz Kylheku2021-11-291-0/+11
* compiler: revise no-longer-matching late peephole case.Kaz Kylheku2021-11-291-14/+3
* compiler: replace late-peephole pattern with real approach.Kaz Kylheku2021-11-261-12/+8
* quips: new ones about syntactic sugar.Kaz Kylheku2021-11-261-0/+2
* compiler: another late peephole pattern.Kaz Kylheku2021-11-261-0/+12
* buffers: use unbuffered I/O in convenience functions.Kaz Kylheku2021-11-172-2/+8
* hash: 64 bit string and buffer hashing and seeds.Kaz Kylheku2021-11-174-60/+172
* doc: fix misuses of << formatting code.Kaz Kylheku2021-11-161-8/+8
* Version 272.txr-272Kaz Kylheku2021-11-116-1105/+1183
* compiler: late-peephole match for a wasteful register move.Kaz Kylheku2021-11-101-0/+13
* compiler: avoid eval of unsafe constantp in some situations.Kaz Kylheku2021-11-091-6/+12
* compiler: handle constant expressions that throw.Kaz Kylheku2021-11-081-17/+76
* hash: spurious space in printed representation.Kaz Kylheku2021-11-081-6/+10
* doc: mention :weak-or and :weak-and in syntax.Kaz Kylheku2021-11-081-1/+1
* doc: fix :weak-values typo.Kaz Kylheku2021-11-081-4/+4
* doc: gensym documentation.Kaz Kylheku2021-11-031-15/+17
* doc: spelling, doc-syms refresh.Kaz Kylheku2021-11-032-4/+4