| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compiler: correct semantics of special var args. | Kaz Kylheku | 2018-05-01 | 1 | -7/+15 |
* | interpreter: correct semantics of special var args. | Kaz Kylheku | 2018-05-01 | 3 | -60/+92 |
* | expander: regression in param list treatment. | Kaz Kylheku | 2018-04-30 | 1 | -8/+5 |
* | Version 194.txr-194 | Kaz Kylheku | 2018-04-30 | 4 | -3/+22 |
* | Makefile: use order-only between early and late tlo-s. | Kaz Kylheku | 2018-04-29 | 1 | -1/+1 |
* | compiler: improve wording of destructuring errors. | Kaz Kylheku | 2018-04-29 | 1 | -10/+16 |
* | bugfix: include most negative two's in cnum range. | Kaz Kylheku | 2018-04-29 | 2 | -3/+18 |
* | compiler/assembler: bugfix: bignums can't be immediate ops. | Kaz Kylheku | 2018-04-29 | 2 | -2/+2 |
* | asm: improve bad immediate diagnostic. | Kaz Kylheku | 2018-04-28 | 1 | -1/+1 |
* | compiler: bugfix: wrong immediate op width calculation. | Kaz Kylheku | 2018-04-28 | 1 | -1/+1 |
* | Version 193.txr-193 | Kaz Kylheku | 2018-04-26 | 7 | -594/+635 |
* | build: fix failure due to .tlo compilation order. | Kaz Kylheku | 2018-04-26 | 1 | -0/+6 |
* | vm: heap corruption bug. | Kaz Kylheku | 2018-04-25 | 1 | -1/+1 |
* | compiler: replace "$" package hack. | Kaz Kylheku | 2018-04-25 | 4 | -12/+23 |
* | vm: de-inline opcode dispatch. | Kaz Kylheku | 2018-04-25 | 2 | -41/+43 |
* | vm: null out variable arg list. | Kaz Kylheku | 2018-04-25 | 1 | -1/+1 |
* | vm: destroy t-reg values used as call args. | Kaz Kylheku | 2018-04-24 | 1 | -17/+25 |
* | compiler: implement eliding of blocks. | Kaz Kylheku | 2018-04-24 | 2 | -13/+139 |
* | compiler: compile-file/load-time integration fix. | Kaz Kylheku | 2018-04-24 | 1 | -1/+1 |
* | compiler: called function must be listed as free. | Kaz Kylheku | 2018-04-24 | 1 | -4/+6 |
* | compiler: bug: return miscompiled as abscond. | Kaz Kylheku | 2018-04-24 | 1 | -1/+1 |
* | autoload: few autoload entries needed. | Kaz Kylheku | 2018-04-24 | 1 | -1/+22 |
* | compiler: streamline destructuring error checks. | Kaz Kylheku | 2018-04-23 | 3 | -93/+92 |
* | New macro: load-time. | Kaz Kylheku | 2018-04-23 | 5 | -10/+367 |
* | compiler: remove unused slot. | Kaz Kylheku | 2018-04-23 | 1 | -1/+0 |
* | compiler: better diagnostic about d-reg exhaustion. | Kaz Kylheku | 2018-04-23 | 1 | -1/+1 |
* | compiler: unnecessary let*. | Kaz Kylheku | 2018-04-23 | 1 | -1/+1 |
* | compiler: tighter code for quasiliterals. | Kaz Kylheku | 2018-04-21 | 3 | -11/+19 |
* | awk: bug: multiple expansion in redirection macros. | Kaz Kylheku | 2018-04-21 | 1 | -2/+3 |
* | Version 192.txr-192 | Kaz Kylheku | 2018-04-19 | 7 | -712/+764 |
* | doc: continuations: compiled vs interpreted. | Kaz Kylheku | 2018-04-19 | 1 | -1/+38 |
* | new macros: hlet, hlet*. | Kaz Kylheku | 2018-04-19 | 3 | -1/+51 |
* | asm: disassemble: three digits in t and d regs. | Kaz Kylheku | 2018-04-19 | 1 | -3/+3 |
* | compiler: don't expand top-level forms twice. | Kaz Kylheku | 2018-04-18 | 2 | -5/+15 |
* | compiler: bugfix: miscompiled unwind-protect. | Kaz Kylheku | 2018-04-18 | 1 | -5/+3 |
* | asm: disassembler v-reg regression. | Kaz Kylheku | 2018-04-18 | 1 | -2/+2 |
* | dot-to-apply: optimize out call function. | Kaz Kylheku | 2018-04-18 | 1 | -4/+11 |
* | apply: remove remaining apply_intrinsic uses. | Kaz Kylheku | 2018-04-18 | 3 | -8/+2 |
* | apply: eliminate wasteful consing. | Kaz Kylheku | 2018-04-18 | 3 | -3/+14 |
* | apply: diagnose missing argument. | Kaz Kylheku | 2018-04-18 | 1 | -1/+3 |
* | compiler: de-duplicate switch. | Kaz Kylheku | 2018-04-18 | 1 | -11/+18 |
* | compiler: bump object file version. | Kaz Kylheku | 2018-04-18 | 2 | -3/+3 |
* | asm: deal with too large d regs in getv/setv. | Kaz Kylheku | 2018-04-17 | 2 | -4/+19 |
* | vm/asm: reconfiguration of display dimensions. | Kaz Kylheku | 2018-04-17 | 3 | -25/+41 |
* | vm: clear stack memory moved to heap. | Kaz Kylheku | 2018-04-17 | 1 | -1/+3 |
* | lib: error message cleanup. | Kaz Kylheku | 2018-04-17 | 9 | -58/+66 |
* | vm/asm/compiler: parametrize display parameters. | Kaz Kylheku | 2018-04-16 | 4 | -58/+142 |
* | vm: remove unused, bogus definitions. | Kaz Kylheku | 2018-04-16 | 1 | -8/+0 |
* | build: remove dubious license header from y.tab.c. | Kaz Kylheku | 2018-04-16 | 1 | -0/+10 |
* | parser: propagate copyright to generated parser. | Kaz Kylheku | 2018-04-16 | 1 | -2/+2 |