| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | case macros: switch for integer and char ranges. | Kaz Kylheku | 2018-04-13 | 1 | -0/+77 |
* | build: compiling Lisp requires ./txr to exist. | Kaz Kylheku | 2018-04-12 | 1 | -2/+2 |
* | build: prevent make parallelization. | Kaz Kylheku | 2018-04-12 | 1 | -0/+2 |
* | compile-file: need endian mark in .tlo files. | Kaz Kylheku | 2018-04-12 | 5 | -3/+30 |
* | Version 191.txr-191 | Kaz Kylheku | 2018-04-10 | 7 | -632/+733 |
* | load: fix vm gc issue. | Kaz Kylheku | 2018-04-10 | 1 | -0/+1 |
* | Windows: package .tlo files. | Kaz Kylheku | 2018-04-10 | 1 | -0/+1 |
* | vm: don't eagerly resolve functions. | Kaz Kylheku | 2018-04-10 | 1 | -7/+0 |
* | defpackage: bugfix: symbol clash. | Kaz Kylheku | 2018-04-10 | 1 | -3/+3 |
* | parser: @(if) hack in output must use usr package. | Kaz Kylheku | 2018-04-10 | 3 | -6/+7 |
* | parser: duplicate package prefix in diagnostic. | Kaz Kylheku | 2018-04-10 | 1 | -2/+2 |
* | doc: new package fallback use by printer. | Kaz Kylheku | 2018-04-10 | 1 | -1/+3 |
* | doc: document new pub package. | Kaz Kylheku | 2018-04-09 | 1 | -11/+32 |
* | doc: vm-fun-p described. | Kaz Kylheku | 2018-04-09 | 1 | -0/+22 |
* | compiler: implement with-compilation-unit macro. | Kaz Kylheku | 2018-04-09 | 3 | -36/+82 |
* | compiler: record source loc when reading. | Kaz Kylheku | 2018-04-09 | 1 | -0/+1 |
* | doc: document force-flag. | Kaz Kylheku | 2018-04-09 | 1 | -5/+92 |
* | compiler: improve and & or. | Kaz Kylheku | 2018-04-09 | 1 | -27/+30 |
* | doc: document disassemble. | Kaz Kylheku | 2018-04-09 | 1 | -0/+51 |
* | awk/struct: fix breakage under interpreted mode. | Kaz Kylheku | 2018-04-09 | 2 | -8/+8 |
* | doc: describe new ldiff. | Kaz Kylheku | 2018-04-09 | 1 | -87/+160 |
* | listener: completion: wrong use of package fallback. | Kaz Kylheku | 2018-04-08 | 1 | -3/+3 |
* | doc: copy-paste errors in structs. | Kaz Kylheku | 2018-04-08 | 1 | -3/+3 |
* | compiler: fix broken prog1. | Kaz Kylheku | 2018-04-08 | 1 | -3/+3 |
* | doc: document more about file compilation. | Kaz Kylheku | 2018-04-08 | 1 | -0/+143 |
* | doc: starting to document compilation. | Kaz Kylheku | 2018-04-08 | 1 | -7/+286 |
* | expander: no dot-to-apply transform on special forms. | Kaz Kylheku | 2018-04-08 | 1 | -1/+3 |
* | expander: consolidate dotted argument error. | Kaz Kylheku | 2018-04-08 | 1 | -6/+9 |
* | configure: lndir tweaks. | Kaz Kylheku | 2018-04-08 | 1 | -1/+2 |
* | 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 |
* | case macros: bugfix: use hash for caseql and casequal too. | Kaz Kylheku | 2018-04-07 | 1 | -2/+1 |
* | case macros: reduce consing. | Kaz Kylheku | 2018-04-07 | 1 | -6/+8 |
* | new function: compile. | Kaz Kylheku | 2018-04-07 | 2 | -1/+16 |
* | asm: support disassembly on functions. | Kaz Kylheku | 2018-04-07 | 1 | -8/+19 |
* | vm: new accessors for closure objects. | Kaz Kylheku | 2018-04-07 | 1 | -0/+19 |
* | lib: new function vm-fun-p. | Kaz Kylheku | 2018-04-07 | 3 | -0/+7 |
* | build: don't rebuild tlo's all the time. | Kaz Kylheku | 2018-04-07 | 1 | -2/+2 |
* | vm: allow vm description to be callable as function. | Kaz Kylheku | 2018-04-06 | 2 | -0/+6 |
* | asm: rename disassembly helper function. | Kaz Kylheku | 2018-04-06 | 1 | -2/+2 |
* | vm: C++ port issue: wrong cast. | Kaz Kylheku | 2018-04-06 | 1 | -1/+1 |
* | Application code is now in a package called pub. | Kaz Kylheku | 2018-04-09 | 4 | -5/+9 |
* | stdlib: all code read under sys package. | Kaz Kylheku | 2018-04-06 | 16 | -53/+50 |
* | autoload: add more missing symbols. | Kaz Kylheku | 2018-04-06 | 1 | -1/+12 |
* | structs: get rid of sys:slot and sys:static-slot. | Kaz Kylheku | 2018-04-06 | 3 | -10/+8 |