summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* load: do not record source location for compiled files.Kaz Kylheku2018-06-211-1/+6
* vm: rename identifiers that still use ftab terminology.Kaz Kylheku2018-06-211-13/+13
* vm: release cached bindings that become unbound.Kaz Kylheku2018-06-213-0/+40
* listener: fix crash in selection yanking.Kaz Kylheku2018-06-201-1/+1
* sysif: work around glibc warnings about makedev macros.Kaz Kylheku2018-06-082-7/+24
* doc: deal with [ ] ambiguity in syntax sections.Kaz Kylheku2018-06-071-7/+27
* structs: slot access on non-struct: improve diagnosis.Kaz Kylheku2018-05-291-3/+11
* Version 197.txr-197Kaz Kylheku2018-05-276-518/+542
* bugfix: fatal exception on missing .txr_history.Kaz Kylheku2018-05-272-2/+19
* compiler: fix broken block*.Kaz Kylheku2018-05-261-2/+2
* compiler/vm: renaming funvec.Kaz Kylheku2018-05-253-41/+40
* compiler: fix wrong free symbol calculations.Kaz Kylheku2018-05-251-10/+26
* doc: wrong eval-only description.Kaz Kylheku2018-05-251-4/+4
* doc: issues under Awk.Kaz Kylheku2018-05-251-1/+2
* Replace informality in command line help.Kaz Kylheku2018-05-241-1/+1
* doc: document the --compiled option.Kaz Kylheku2018-05-241-20/+26
* awk: bugfix: autoload on sys:awk-state.Kaz Kylheku2018-05-231-0/+4
* compiler: elide unused lexical functions.Kaz Kylheku2018-05-231-8/+16
* compiler: streamline marking bindings used.Kaz Kylheku2018-05-231-19/+30
* txr: support variable in postive match.Kaz Kylheku2018-05-223-0/+27
* logcount: new function.Kaz Kylheku2018-05-186-0/+121
* width: misleading error message.Kaz Kylheku2018-05-181-1/+1
* 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