summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* backtrace: adjust backtrace formatting.Kaz Kylheku2019-04-191-2/+6
* debugger: initial backtrace support.Kaz Kylheku2019-04-161-0/+66
* compiler: frame level mismatch bug.Kaz Kylheku2019-04-161-1/+1
* compiler: stray debug print.Kaz Kylheku2019-04-161-1/+0
* New catch** macro.Kaz Kylheku2019-04-101-0/+14
* exceptions: allow description field in catch frames.Kaz Kylheku2019-04-103-10/+15
* compiler: better shared test for sys:switch.Kaz Kylheku2019-04-051-1/+6
* Version 215.txr-215Kaz Kylheku2019-03-301-1/+1
* Version 214.txr-214Kaz Kylheku2019-03-221-1/+1
* Version 213.txr-213Kaz Kylheku2019-03-081-1/+1
* defset: eliminate the get-form argument.Kaz Kylheku2019-03-081-26/+33
* defset: support improper list places.Kaz Kylheku2019-03-081-4/+7
* defset: support parameter macros.Kaz Kylheku2019-03-081-15/+17
* New macro: defset.Kaz Kylheku2019-03-062-2/+102
* compiler: use new load-for.Kaz Kylheku2019-03-021-2/+1
* compiler: fix (fun (lambda ...)).Kaz Kylheku2019-02-281-4/+8
* compiler: fix broken inline lambda.Kaz Kylheku2019-02-281-6/+9
* compiler: fix (apply (fun (lambda ..))).Kaz Kylheku2019-02-281-1/+1
* compiler: move parameter parsing to separate file.Kaz Kylheku2019-02-282-38/+68
* asm: getlx, setlx: disassembler bug.Kaz Kylheku2019-02-271-2/+2
* Version 212.txr-212Kaz Kylheku2019-02-241-1/+1
* compiler: prof instruction tries to modify t0.Kaz Kylheku2019-02-191-2/+2
* struct: optimizations in new operator.Kaz Kylheku2019-02-191-2/+4
* Version 211.txr-211Kaz Kylheku2019-02-181-1/+1
* save-exe: new function.Kaz Kylheku2019-02-171-0/+38
* Version 210.txr-210Kaz Kylheku2019-02-141-1/+1
* Version 209.txr-209Kaz Kylheku2019-02-081-1/+1
* compiler: new dump-compiled-objects function.Kaz Kylheku2019-02-011-6/+30
* compiler: de-dupe strings and bignum literals.Kaz Kylheku2019-01-311-11/+24
* Version 208.txr-208Kaz Kylheku2019-01-281-1/+1
* Version 207.txr-207Kaz Kylheku2019-01-261-1/+1
* disassemble: tidier data table.Kaz Kylheku2019-01-261-1/+1
* Version 206.txr-206Kaz Kylheku2019-01-181-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-1632-32/+32
* ffi: diagnose missing with-dyn-lib.Kaz Kylheku2019-01-161-24/+23
* Version 205.txr-205Kaz Kylheku2019-01-151-1/+1
* asm: fix wrong level check in operand parsing.Kaz Kylheku2019-01-091-1/+1
* asm: fix incorrect level check in frame opcode.Kaz Kylheku2019-01-091-2/+2
* asm/compiler: fix incorrect frame-related constant.Kaz Kylheku2019-01-091-1/+1
* asm/compiler: rename small level/index constants.Kaz Kylheku2019-01-092-3/+4
* Version 204.txr-204Kaz Kylheku2018-12-171-1/+1
* compiler: move variable down in file.Kaz Kylheku2018-12-131-2/+2
* Version 203.txr-203Kaz Kylheku2018-11-291-1/+1
* Version 202.txr-202Kaz Kylheku2018-11-221-1/+1
* compiler: use binary versions of common math functions.Kaz Kylheku2018-11-161-0/+17
* compile: handle functions that have environments.Kaz Kylheku2018-11-131-2/+31
* Version 201.Kaz Kylheku2018-11-071-1/+1
* compiler: bugfix: handle defpackage and such properly.Kaz Kylheku2018-11-051-6/+19
* Version 200.txr-200Kaz Kylheku2018-11-051-1/+1
* compiler: optimize dwim.Kaz Kylheku2018-11-042-17/+50