summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 196.txr-196Kaz Kylheku2018-05-186-142/+160
* listener: Cygnal fix.Kaz Kylheku2018-05-181-1/+23
* listener: Cygwin fix.Kaz Kylheku2018-05-183-14/+23
* C++ fixes related to recent Unicode work.Kaz Kylheku2018-05-182-4/+4
* random: reject negative bignum modulus.Kaz Kylheku2018-05-161-2/+2
* linenoise: switch to wide characters, support Unicode.Kaz Kylheku2015-09-226-423/+607
* Allow Unicode characters in identifiers.Kaz Kylheku2018-05-112-6/+59
* lexer: eliminate regex alias used in one place.Kaz Kylheku2018-05-111-3/+2
* doc: fix of of.Kaz Kylheku2018-05-071-2/+2
* doc: compiler sections: grammar, awkward wording.Kaz Kylheku2018-05-071-16/+16
* compiler: warn on misleading references in load-time.Kaz Kylheku2018-05-071-0/+9
* Version 195.txr-195Kaz Kylheku2018-05-046-122/+139
* More reasonable fallback for self path.Kaz Kylheku2018-05-042-11/+5
* bugfix: correcly obtain self path on Solaris.Kaz Kylheku2018-05-044-1/+30
* Mac-OS: replace nonworking method of getting self-path.Kaz Kylheku2018-05-041-0/+13
* bugfix: interpreted destructuring doesn't do specials.Kaz Kylheku2018-05-031-8/+18
* bind_args refactoring.Kaz Kylheku2018-05-031-77/+45
* doc: break up long syntax.Kaz Kylheku2018-05-021-9/+14
* doc: fix recurring syntax formatting error.Kaz Kylheku2018-05-021-12/+12
* expander: remove pspecials from param expansionKaz Kylheku2018-05-011-29/+11
* compiler: correct semantics of special var args.Kaz Kylheku2018-05-011-7/+15
* interpreter: correct semantics of special var args.Kaz Kylheku2018-05-013-60/+92
* expander: regression in param list treatment.Kaz Kylheku2018-04-301-8/+5
* Version 194.txr-194Kaz Kylheku2018-04-304-3/+22
* Makefile: use order-only between early and late tlo-s.Kaz Kylheku2018-04-291-1/+1
* compiler: improve wording of destructuring errors.Kaz Kylheku2018-04-291-10/+16
* bugfix: include most negative two's in cnum range.Kaz Kylheku2018-04-292-3/+18
* compiler/assembler: bugfix: bignums can't be immediate ops.Kaz Kylheku2018-04-292-2/+2
* asm: improve bad immediate diagnostic.Kaz Kylheku2018-04-281-1/+1
* compiler: bugfix: wrong immediate op width calculation.Kaz Kylheku2018-04-281-1/+1
* Version 193.txr-193Kaz Kylheku2018-04-267-594/+635
* build: fix failure due to .tlo compilation order.Kaz Kylheku2018-04-261-0/+6
* vm: heap corruption bug.Kaz Kylheku2018-04-251-1/+1
* compiler: replace "$" package hack.Kaz Kylheku2018-04-254-12/+23
* vm: de-inline opcode dispatch.Kaz Kylheku2018-04-252-41/+43
* vm: null out variable arg list.Kaz Kylheku2018-04-251-1/+1
* vm: destroy t-reg values used as call args.Kaz Kylheku2018-04-241-17/+25
* compiler: implement eliding of blocks.Kaz Kylheku2018-04-242-13/+139
* compiler: compile-file/load-time integration fix.Kaz Kylheku2018-04-241-1/+1
* compiler: called function must be listed as free.Kaz Kylheku2018-04-241-4/+6
* compiler: bug: return miscompiled as abscond.Kaz Kylheku2018-04-241-1/+1
* autoload: few autoload entries needed.Kaz Kylheku2018-04-241-1/+22
* compiler: streamline destructuring error checks.Kaz Kylheku2018-04-233-93/+92
* New macro: load-time.Kaz Kylheku2018-04-235-10/+367
* compiler: remove unused slot.Kaz Kylheku2018-04-231-1/+0
* compiler: better diagnostic about d-reg exhaustion.Kaz Kylheku2018-04-231-1/+1
* compiler: unnecessary let*.Kaz Kylheku2018-04-231-1/+1
* compiler: tighter code for quasiliterals.Kaz Kylheku2018-04-213-11/+19
* awk: bug: multiple expansion in redirection macros.Kaz Kylheku2018-04-211-2/+3
* Version 192.txr-192Kaz Kylheku2018-04-197-712/+764