| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | structs: get rid of sys:slot and sys:static-slot. | Kaz Kylheku | 2018-04-06 | 1 | -4/+4 |
* | trace: add missing copyright header. | Kaz Kylheku | 2018-04-05 | 1 | -0/+26 |
* | compile-file: handle gensyms and such. | Kaz Kylheku | 2018-04-05 | 1 | -6/+13 |
* | compile-file/load: add version to files. | Kaz Kylheku | 2018-04-05 | 1 | -0/+1 |
* | compiler: bugfix: quasilit cannot use append. | Kaz Kylheku | 2018-04-04 | 1 | -1/+1 |
* | hash: with-hash-iter bug found by new compiler. | Kaz Kylheku | 2018-04-04 | 1 | -2/+2 |
* | compiler: bugfix: broken Lisp forms in quasiquote. | Kaz Kylheku | 2018-04-04 | 1 | -1/+1 |
* | stdlib: remove macro-time. | Kaz Kylheku | 2018-04-04 | 3 | -22/+19 |
* | compiler: move sys:bind-mac-error to error.tl. | Kaz Kylheku | 2018-04-04 | 2 | -7/+7 |
* | asm: changes for compiling. | Kaz Kylheku | 2018-04-04 | 1 | -19/+20 |
* | compile-file: don't compile constants. | Kaz Kylheku | 2018-04-04 | 1 | -1/+2 |
* | compiler: don't add compile-time gensym into env. | Kaz Kylheku | 2018-04-04 | 1 | -3/+3 |
* | macro param lists: remove colon hack. | Kaz Kylheku | 2018-04-04 | 1 | -5/+5 |
* | places: remove macro-time. | Kaz Kylheku | 2018-04-03 | 1 | -129/+126 |