summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* Version 217.txr-217Kaz Kylheku2019-06-101-1/+1
* place macros: adjustment to expansion strategy.Kaz Kylheku2019-06-051-8/+8
* path-private-to-me-p: bugfix: not including superuser.Kaz Kylheku2019-05-291-8/+19
* placelet: add comment.Kaz Kylheku2019-05-231-1/+13
* asm: remove unused symbol macro.Kaz Kylheku2019-05-221-2/+0
* Version 216.txr-216Kaz Kylheku2019-05-201-1/+1
* compile-file: input path harmonized with load.Kaz Kylheku2019-05-201-16/+20
* oop: new new* and lnew* macros.Kaz Kylheku2019-05-151-26/+36
* debugger: use window-mapdo.Kaz Kylheku2019-05-031-2/+2
* debugger: expand frames.Kaz Kylheku2019-04-291-1/+10
* backtrace: check next frame for nil.Kaz Kylheku2019-04-291-1/+1
* debugger: eval frames.Kaz Kylheku2019-04-211-14/+37
* 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