summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* The code expander becomes a public API.Kaz Kylheku2018-11-023-13/+11
* Version 199.txr-199Kaz Kylheku2018-10-281-1/+1
* op: bugfix: sys:*op-ctx* defined too late.Kaz Kylheku2018-10-261-2/+2
* compiler: use symtab caching for global lexicals.Kaz Kylheku2018-10-261-9/+16
* vm/asm: new instructions getlx and setlx.Kaz Kylheku2018-10-261-0/+24
* awk: unwanted package prefix in error message.Kaz Kylheku2018-10-121-1/+1
* compiler: typo in error message.Kaz Kylheku2018-08-071-1/+1
* compile-file: incremental expansion of top-level forms.Kaz Kylheku2018-07-171-17/+18
* opip, oand: rewrite in Lisp.Kaz Kylheku2018-07-161-0/+17
* op: convert to Lisp trivial macros related to op.Kaz Kylheku2018-07-161-0/+18
* compile-file: support hash bang.Kaz Kylheku2018-07-111-0/+4
* list-build: rewrite methods for semantics & efficiency.Kaz Kylheku2018-07-111-10/+28
* compiler: bugfix: mishandled empty testKaz Kylheku2018-07-101-6/+9
* compiler: duplicated code when compiling switch.Kaz Kylheku2018-07-101-2/+2
* compiler: constant-fold if eql.Kaz Kylheku2018-07-091-4/+9
* compiler: bugfix in constant condition logic.Kaz Kylheku2018-07-091-1/+1