| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Version 194.txr-194 | Kaz Kylheku | 2018-04-30 | 1 | -1/+1 |
* | compiler: improve wording of destructuring errors. | Kaz Kylheku | 2018-04-29 | 1 | -10/+16 |
* | 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 | 1 | -1/+1 |
* | compiler: replace "$" package hack. | Kaz Kylheku | 2018-04-25 | 1 | -4/+3 |
* | compiler: implement eliding of blocks. | Kaz Kylheku | 2018-04-24 | 1 | -13/+48 |
* | 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 |
* | compiler: streamline destructuring error checks. | Kaz Kylheku | 2018-04-23 | 2 | -92/+90 |
* | New macro: load-time. | Kaz Kylheku | 2018-04-23 | 2 | -4/+46 |
* | 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 | 1 | -4/+9 |
* | awk: bug: multiple expansion in redirection macros. | Kaz Kylheku | 2018-04-21 | 1 | -2/+3 |
* | Version 192.txr-192 | Kaz Kylheku | 2018-04-19 | 1 | -1/+1 |
* | new macros: hlet, hlet*. | Kaz Kylheku | 2018-04-19 | 1 | -0/+28 |
* | 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 | 1 | -4/+8 |
* | 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 |
* | compiler: de-duplicate switch. | Kaz Kylheku | 2018-04-18 | 1 | -11/+18 |
* | compiler: bump object file version. | Kaz Kylheku | 2018-04-18 | 1 | -1/+1 |
* | 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 | 2 | -21/+37 |
* | lib: error message cleanup. | Kaz Kylheku | 2018-04-17 | 9 | -58/+66 |
* | vm/asm/compiler: parametrize display parameters. | Kaz Kylheku | 2018-04-16 | 3 | -45/+97 |
* | compiler: lambda call to let optimization. | Kaz Kylheku | 2018-04-15 | 2 | -6/+79 |
* | compiler: use new parser for macro params. | Kaz Kylheku | 2018-04-15 | 1 | -100/+80 |
* | compiler: move lambda param parsing into struct. | Kaz Kylheku | 2018-04-14 | 1 | -85/+116 |
* | compiler: lambda: accurate determination of need-frame. | Kaz Kylheku | 2018-04-14 | 1 | -3/+3 |
* | compiler: bugfix: handle lambda call form. | Kaz Kylheku | 2018-04-13 | 1 | -0/+2 |
* | compile-file: need endian mark in .tlo files. | Kaz Kylheku | 2018-04-12 | 1 | -1/+5 |
* | Version 191.txr-191 | Kaz Kylheku | 2018-04-10 | 1 | -1/+1 |
* | defpackage: bugfix: symbol clash. | Kaz Kylheku | 2018-04-10 | 1 | -3/+3 |
* | compiler: implement with-compilation-unit macro. | Kaz Kylheku | 2018-04-09 | 1 | -36/+46 |
* | compiler: record source loc when reading. | Kaz Kylheku | 2018-04-09 | 1 | -0/+1 |
* | compiler: improve and & or. | Kaz Kylheku | 2018-04-09 | 1 | -27/+30 |
* | awk/struct: fix breakage under interpreted mode. | Kaz Kylheku | 2018-04-09 | 2 | -8/+8 |
* | compiler: fix broken prog1. | Kaz Kylheku | 2018-04-08 | 1 | -3/+3 |
* | trace: refer usr:catch operator rather than sys:catch. | Kaz Kylheku | 2018-04-08 | 1 | -3/+3 |
* | trace: bugfix: redefine check mustn't throw exceptions. | Kaz Kylheku | 2018-04-08 | 1 | -6/+10 |
* | compiler: fix overestimated register count. | Kaz Kylheku | 2018-04-07 | 2 | -1/+4 |
* | new function: compile. | Kaz Kylheku | 2018-04-07 | 1 | -0/+15 |
* | asm: support disassembly on functions. | Kaz Kylheku | 2018-04-07 | 1 | -8/+19 |
* | asm: rename disassembly helper function. | Kaz Kylheku | 2018-04-06 | 1 | -2/+2 |
* | stdlib: all code read under sys package. | Kaz Kylheku | 2018-04-06 | 14 | -51/+47 |