summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Test cases for macros in quasiliterals.Kaz Kylheku2017-01-181-0/+11
* Muffle expansion warning in op macro.Kaz Kylheku2017-01-181-2/+6
* Bugfix: macros not expanded in quasiliterals.Kaz Kylheku2017-01-181-0/+2
* Document new diagnostic functions.Kaz Kylheku2017-01-161-0/+235
* bugfix: supertype check in make-struct-type.Kaz Kylheku2017-01-161-1/+1
* defstruct: use warning for bad baseKaz Kylheku2017-01-161-4/+4
* defstruct uses new error reporting functions.Kaz Kylheku2017-01-161-35/+32
* defmeth uses new error reporting.Kaz Kylheku2017-01-161-6/+9
* defstruct registers tentative definition.Kaz Kylheku2017-01-161-0/+1
* Use tentative def mechanism for functions and vars.Kaz Kylheku2017-01-151-0/+6
* Extend deferred warnings system with tentative defs.Kaz Kylheku2017-01-152-3/+21
* Dump deferred warnings in eval_intrinsic.Kaz Kylheku2017-01-152-3/+12
* Rebind *stderr* on entry into repl.Kaz Kylheku2017-01-151-0/+4
* Functions for error reporting out of macros.Kaz Kylheku2017-01-155-0/+70
* bugfix: diagnose dotted form calls consistently.Kaz Kylheku2017-01-131-13/+13
* Deferred warnings.Kaz Kylheku2017-01-136-14/+106
* Man page checker update.Kaz Kylheku2017-01-121-3/+19
* doc: bad cblk and synb.Kaz Kylheku2017-01-121-9/+8
* doc: spurious blank line.Kaz Kylheku2017-01-121-1/+0
* doc: use markup in struct syntax.Kaz Kylheku2017-01-121-6/+6
* doc: bad headings.Kaz Kylheku2017-01-121-2/+2
* doc: blank line after .desc.Kaz Kylheku2017-01-121-1/+0
* doc: bad .IKaz Kylheku2017-01-121-1/+1
* doc: shorten param macro memoization example.Kaz Kylheku2017-01-121-6/+1
* doc: formatting issue in param macros example.Kaz Kylheku2017-01-121-1/+1
* Version 165.txr-165Kaz Kylheku2017-01-106-779/+803
* Eliminate rejection of empty clauses.Kaz Kylheku2017-01-081-87/+27
* Allow last var to be omitted in whilet.Kaz Kylheku2017-01-062-3/+30
* Missing space in hash printed rep.Kaz Kylheku2017-01-061-0/+1
* New Lisp feature: param list expander.Kaz Kylheku2017-01-044-6/+302
* Version 164.txr-164Kaz Kylheku2017-01-016-142/+175
* bugfix: sys:setq bindable check must be warning.Kaz Kylheku2017-01-011-1/+7
* Bugfix: repeated expansion of catch unstable.Kaz Kylheku2016-12-314-18/+27
* Check for non-symbols in catch clauses.Kaz Kylheku2016-12-311-0/+2
* Bugfix: quasilit var read-print consistency.Kaz Kylheku2016-12-311-2/+9
* Check assignment special forms at expansion time.Kaz Kylheku2016-12-291-35/+29
* Reintroduce lambda checks and macro param bugfix.Kaz Kylheku2016-12-291-37/+67
* Bugfix: optarg presence indicators may be specials.Kaz Kylheku2016-12-291-0/+7
* Hoist binding and arg checking to expansion time.Kaz Kylheku2016-12-291-171/+124
* New awk variable fw for fixed-width delimiting.Kaz Kylheku2016-12-262-0/+100
* Add qquot optimization for ranges.Kaz Kylheku2016-12-251-0/+10
* Bugfix: incorrect quasi-quoting over #R syntax.Kaz Kylheku2016-12-252-5/+5
* Fix inconsistency in regex-source.Kaz Kylheku2016-12-251-2/+8
* Tweak terminology in some parser error messages.Kaz Kylheku2016-12-231-3/+3
* bugfix: dynamic env handling in parallel bindingKaz Kylheku2016-12-232-18/+86
* Use with-out-string-stream macro in test.Kaz Kylheku2016-12-231-5/+1
* Convert special-1 test from txr to tl.Kaz Kylheku2016-12-232-10/+9
* doc: extended dialect notes about exceptions.Kaz Kylheku2016-12-221-0/+153
* Last var may be omitted in iflet/whenlet/condlet.Kaz Kylheku2016-12-222-2/+44
* bugfix: make clean not removing txr-win.exeKaz Kylheku2016-12-221-0/+1