summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: refer to sort function out of List Sorting.Kaz Kylheku2016-12-221-0/+18
* doc: formatting under block/block*Kaz Kylheku2016-12-221-2/+2
* doc: fix example comment under ifaKaz Kylheku2016-12-221-1/+8
* Version 163.txr-163Kaz Kylheku2016-12-206-490/+527
* comment change in expander.Kaz Kylheku2016-12-201-4/+3
* Different approach for specials in let/let*.Kaz Kylheku2016-12-201-36/+49
* tagbody bugfix: env not passed to expander.Kaz Kylheku2016-12-201-1/+1
* Bugfix: sys:unbound mechanism lacks hygiene.Kaz Kylheku2016-12-201-2/+2
* Remove more vestiges of old specials handling.Kaz Kylheku2016-12-201-6/+0
* doc: document place macro hashKaz Kylheku2016-12-201-0/+18
* doc: document place expander hashes.Kaz Kylheku2016-12-201-0/+17
* doc: move with-gensyms section.Kaz Kylheku2016-12-201-33/+32
* New function: find-frames.Kaz Kylheku2016-12-203-4/+28
* awk macro: endpont-exclusive ranges.Kaz Kylheku2016-12-202-4/+49