summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* compiler: don't hardcode eq in if optimization.Kaz Kylheku2018-07-091-1/+1
* Version 198.txr-198Kaz Kylheku2018-07-061-1/+1
* awk: bugfix: block optimized away by compiler.Kaz Kylheku2018-06-281-1/+1
* Version 197.txr-197Kaz Kylheku2018-05-271-1/+1
* compiler: fix broken block*.Kaz Kylheku2018-05-261-2/+2
* compiler/vm: renaming funvec.Kaz Kylheku2018-05-252-20/+19
* compiler: fix wrong free symbol calculations.Kaz Kylheku2018-05-251-10/+26
* compiler: elide unused lexical functions.Kaz Kylheku2018-05-231-8/+16
* compiler: streamline marking bindings used.Kaz Kylheku2018-05-231-19/+30
* Version 196.txr-196Kaz Kylheku2018-05-181-1/+1
* compiler: warn on misleading references in load-time.Kaz Kylheku2018-05-071-0/+9