summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* new macros: hlet, hlet*.Kaz Kylheku2018-04-191-0/+28
* asm: disassemble: three digits in t and d regs.Kaz Kylheku2018-04-191-3/+3
* compiler: don't expand top-level forms twice.Kaz Kylheku2018-04-181-4/+8
* compiler: bugfix: miscompiled unwind-protect.Kaz Kylheku2018-04-181-5/+3
* asm: disassembler v-reg regression.Kaz Kylheku2018-04-181-2/+2
* compiler: de-duplicate switch.Kaz Kylheku2018-04-181-11/+18
* compiler: bump object file version.Kaz Kylheku2018-04-181-1/+1
* asm: deal with too large d regs in getv/setv.Kaz Kylheku2018-04-172-4/+19
* vm/asm: reconfiguration of display dimensions.Kaz Kylheku2018-04-172-21/+37
* lib: error message cleanup.Kaz Kylheku2018-04-179-58/+66
* vm/asm/compiler: parametrize display parameters.Kaz Kylheku2018-04-163-45/+97
* compiler: lambda call to let optimization.Kaz Kylheku2018-04-152-6/+79
* compiler: use new parser for macro params.Kaz Kylheku2018-04-151-100/+80
* compiler: move lambda param parsing into struct.Kaz Kylheku2018-04-141-85/+116
* compiler: lambda: accurate determination of need-frame.Kaz Kylheku2018-04-141-3/+3
* compiler: bugfix: handle lambda call form.Kaz Kylheku2018-04-131-0/+2
* compile-file: need endian mark in .tlo files.Kaz Kylheku2018-04-121-1/+5
* Version 191.txr-191Kaz Kylheku2018-04-101-1/+1
* defpackage: bugfix: symbol clash.Kaz Kylheku2018-04-101-3/+3
* compiler: implement with-compilation-unit macro.Kaz Kylheku2018-04-091-36/+46
* compiler: record source loc when reading.Kaz Kylheku2018-04-091-0/+1
* compiler: improve and & or.Kaz Kylheku2018-04-091-27/+30
* awk/struct: fix breakage under interpreted mode.Kaz Kylheku2018-04-092-8/+8
* compiler: fix broken prog1.Kaz Kylheku2018-04-081-3/+3
* trace: refer usr:catch operator rather than sys:catch.Kaz Kylheku2018-04-081-3/+3
* trace: bugfix: redefine check mustn't throw exceptions.Kaz Kylheku2018-04-081-6/+10
* compiler: fix overestimated register count.Kaz Kylheku2018-04-072-1/+4
* new function: compile.Kaz Kylheku2018-04-071-0/+15
* asm: support disassembly on functions.Kaz Kylheku2018-04-071-8/+19
* asm: rename disassembly helper function.Kaz Kylheku2018-04-061-2/+2
* stdlib: all code read under sys package.Kaz Kylheku2018-04-0614-51/+47
* structs: get rid of sys:slot and sys:static-slot.Kaz Kylheku2018-04-061-4/+4
* trace: add missing copyright header.Kaz Kylheku2018-04-051-0/+26
* compile-file: handle gensyms and such.Kaz Kylheku2018-04-051-6/+13
* compile-file/load: add version to files.Kaz Kylheku2018-04-051-0/+1
* compiler: bugfix: quasilit cannot use append.Kaz Kylheku2018-04-041-1/+1
* hash: with-hash-iter bug found by new compiler.Kaz Kylheku2018-04-041-2/+2
* compiler: bugfix: broken Lisp forms in quasiquote.Kaz Kylheku2018-04-041-1/+1
* stdlib: remove macro-time.Kaz Kylheku2018-04-043-22/+19
* compiler: move sys:bind-mac-error to error.tl.Kaz Kylheku2018-04-042-7/+7
* asm: changes for compiling.Kaz Kylheku2018-04-041-19/+20
* compile-file: don't compile constants.Kaz Kylheku2018-04-041-1/+2
* compiler: don't add compile-time gensym into env.Kaz Kylheku2018-04-041-3/+3
* macro param lists: remove colon hack.Kaz Kylheku2018-04-041-5/+5
* places: remove macro-time.Kaz Kylheku2018-04-031-129/+126
* compiler: rewrite incorrect defmacro expander.Kaz Kylheku2018-04-031-6/+8
* compiler: first cut compile-file implementation.Kaz Kylheku2018-04-031-12/+88
* asm/compiler: use unadorned sym in in-package.Kaz Kylheku2018-04-032-2/+2
* eval/compile: special ops compile-only & eval-only.Kaz Kylheku2018-04-031-1/+1
* compiler: bugfix: missing case in cond.Kaz Kylheku2018-04-021-0/+1