summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 192.txr-192Kaz Kylheku2018-04-197-712/+764
* doc: continuations: compiled vs interpreted.Kaz Kylheku2018-04-191-1/+38
* new macros: hlet, hlet*.Kaz Kylheku2018-04-193-1/+51
* 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-182-5/+15
* compiler: bugfix: miscompiled unwind-protect.Kaz Kylheku2018-04-181-5/+3
* asm: disassembler v-reg regression.Kaz Kylheku2018-04-181-2/+2
* dot-to-apply: optimize out call function.Kaz Kylheku2018-04-181-4/+11
* apply: remove remaining apply_intrinsic uses.Kaz Kylheku2018-04-183-8/+2
* apply: eliminate wasteful consing.Kaz Kylheku2018-04-183-3/+14
* apply: diagnose missing argument.Kaz Kylheku2018-04-181-1/+3
* compiler: de-duplicate switch.Kaz Kylheku2018-04-181-11/+18
* compiler: bump object file version.Kaz Kylheku2018-04-182-3/+3
* 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-173-25/+41
* vm: clear stack memory moved to heap.Kaz Kylheku2018-04-171-1/+3
* lib: error message cleanup.Kaz Kylheku2018-04-179-58/+66
* vm/asm/compiler: parametrize display parameters.Kaz Kylheku2018-04-164-58/+142
* vm: remove unused, bogus definitions.Kaz Kylheku2018-04-161-8/+0
* build: remove dubious license header from y.tab.c.Kaz Kylheku2018-04-161-0/+10
* parser: propagate copyright to generated parser.Kaz Kylheku2018-04-161-2/+2
* Makefile: bugfix: shell quoting issue in macro.Kaz Kylheku2018-04-161-1/+1
* parser: show starting line of unterminated form.Kaz Kylheku2018-04-151-0/+5
* compiler: lambda call to let optimization.Kaz Kylheku2018-04-153-7/+81
* 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
* case macros: switch for integer and char ranges.Kaz Kylheku2018-04-131-0/+77
* build: compiling Lisp requires ./txr to exist.Kaz Kylheku2018-04-121-2/+2
* build: prevent make parallelization.Kaz Kylheku2018-04-121-0/+2
* compile-file: need endian mark in .tlo files.Kaz Kylheku2018-04-125-3/+30
* Version 191.txr-191Kaz Kylheku2018-04-107-632/+733
* load: fix vm gc issue.Kaz Kylheku2018-04-101-0/+1
* Windows: package .tlo files.Kaz Kylheku2018-04-101-0/+1
* vm: don't eagerly resolve functions.Kaz Kylheku2018-04-101-7/+0
* defpackage: bugfix: symbol clash.Kaz Kylheku2018-04-101-3/+3
* parser: @(if) hack in output must use usr package.Kaz Kylheku2018-04-103-6/+7
* parser: duplicate package prefix in diagnostic.Kaz Kylheku2018-04-101-2/+2
* doc: new package fallback use by printer.Kaz Kylheku2018-04-101-1/+3
* doc: document new pub package.Kaz Kylheku2018-04-091-11/+32
* doc: vm-fun-p described.Kaz Kylheku2018-04-091-0/+22
* compiler: implement with-compilation-unit macro.Kaz Kylheku2018-04-093-36/+82
* compiler: record source loc when reading.Kaz Kylheku2018-04-091-0/+1
* doc: document force-flag.Kaz Kylheku2018-04-091-5/+92
* compiler: improve and & or.Kaz Kylheku2018-04-091-27/+30
* doc: document disassemble.Kaz Kylheku2018-04-091-0/+51
* awk/struct: fix breakage under interpreted mode.Kaz Kylheku2018-04-092-8/+8
* doc: describe new ldiff.Kaz Kylheku2018-04-091-87/+160
* listener: completion: wrong use of package fallback.Kaz Kylheku2018-04-081-3/+3