summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* structs: spurious hiding of usr symbol by sys symbol.Kaz Kylheku2018-03-131-3/+3
* asm: allow compound syntax reg operands.Kaz Kylheku2018-03-121-0/+15
* asm: support gensym labels.Kaz Kylheku2018-03-121-4/+9
* vm: introduce sframe instruction.Kaz Kylheku2018-03-123-32/+48
* genvmop: fix broken script.Kaz Kylheku2018-03-121-1/+1
* vm: use memcpy for copying environment.Kaz Kylheku2018-03-121-4/+2
* unwind: better debugging of exceptions.Kaz Kylheku2018-03-121-0/+9
* New: virtual machine with assembler.Kaz Kylheku2018-03-1011-37/+1585
* sys package fall back on usr.Kaz Kylheku2018-03-091-0/+2
* packages: drop no-fallback-list interning restriction.Kaz Kylheku2018-03-092-44/+7
* args: overhaul for clarity and reduced consing.Kaz Kylheku2018-03-096-34/+39
* bugfix: broken single-digit bignum multiplication.Kaz Kylheku2018-03-081-18/+9
* code review: switch case breaks.Kaz Kylheku2018-03-082-0/+4
* New function: bignum-len.Kaz Kylheku2018-03-063-0/+46
* trace: bugfix in method redefinition check.Kaz Kylheku2018-03-011-2/+5
* bugfix: missing actions in reset-struct.Kaz Kylheku2018-02-282-1/+46
* bugfix: buf-get-* not allowing last byte of buffer.Kaz Kylheku2018-02-281-1/+1
* doc: wrong pluralizations of "function".Kaz Kylheku2018-02-271-3/+3
* Require semicolon after static_{forward,def} macros.Kaz Kylheku2018-02-263-5/+5
* Version 190.txr-190Kaz Kylheku2018-02-187-1064/+1094
* New listener feature: greedy evaluation feature.Kaz Kylheku2018-02-174-2/+112
* Lisp load function supports .txr files.Kaz Kylheku2018-02-163-31/+108
* Eliminate always false expression.Kaz Kylheku2018-02-161-1/+1
* bugfix: broken expansion of sys:lisp1-setq places.Kaz Kylheku2018-02-151-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-15101-102/+102
* bugfix: op module inversely depends on sys:l1-val.Kaz Kylheku2018-02-142-24/+64
* cleanup: harmonize lisp1-eval-related symbol variables.Kaz Kylheku2018-02-142-8/+8
* doc: fix compat note 156, again.Kaz Kylheku2018-02-141-2/+4
* New listener variable: *listener-pprint-s*.Kaz Kylheku2018-02-122-1/+27
* bugfix: intern public symbols in autoload files.Kaz Kylheku2018-02-071-0/+29
* Version 189.txr-189Kaz Kylheku2018-02-067-1006/+1041
* bugfix: don't record source loc of symbols and numbers.Kaz Kylheku2018-02-051-4/+22
* doc: write Equality Substitution section.Kaz Kylheku2018-02-051-0/+63
* doc: clarify text under constantpKaz Kylheku2018-02-051-3/+3
* doc: more detail in ref/refset re: structs.Kaz Kylheku2018-01-311-5/+32
* doc: grammatic agreement under equal method.Kaz Kylheku2018-01-301-1/+1
* doc: bad formatting of lambda-set syntaxKaz Kylheku2018-01-301-1/+1
* doc: clarification in :maxgap example.Kaz Kylheku2018-01-261-1/+1
* doc: fix "five lines" typo in :maxgap description.Kaz Kylheku2018-01-261-1/+3
* doc: fix mistake in summary of @(repeat)Kaz Kylheku2018-01-261-2/+2
* doc: formatting of in directives intro.Kaz Kylheku2018-01-261-1/+3
* doc: some clarifications about dwim brackets.Kaz Kylheku2018-01-251-6/+13
* Fix broken autoload of socket functions.Kaz Kylheku2018-01-251-0/+3
* doc: update car, cdr, rplaca, rplacd.Kaz Kylheku2018-01-081-26/+114
* tail: reduce calls to cdr.Kaz Kylheku2018-01-071-2/+3
* term: move near site of use.Kaz Kylheku2018-01-073-8/+7
* listref_l: remove.Kaz Kylheku2018-01-062-18/+0
* refset: implement objects that support car method.Kaz Kylheku2018-01-061-12/+46
* nthcdr: terminate loop if end of list hit.Kaz Kylheku2018-01-051-1/+1
* car, cdr: self-identify in error message.Kaz Kylheku2018-01-051-2/+2