summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove vestiges of old special binding scheme.Kaz Kylheku2016-12-191-66/+17
* Changing how binding of special variables works.Kaz Kylheku2016-12-181-60/+72
* Refactoring internals of for/each operators.Kaz Kylheku2016-12-182-69/+134
* Adding prog and prog* macros.Kaz Kylheku2016-12-133-1/+75
* Cancel in-progress gc if handling async signal.Kaz Kylheku2016-12-123-1/+28
* Adding mismatch function.Kaz Kylheku2016-12-124-0/+155
* bugfix: find-max doesn't handle internal literals.Kaz Kylheku2016-12-121-1/+2
* Improve unbound function warning.Kaz Kylheku2016-12-121-1/+5
* Method lookup doesn't throw on nonexistent slots.Kaz Kylheku2016-12-111-1/+2
* New function: endp.Kaz Kylheku2016-12-104-0/+37
* doc: wording under listpKaz Kylheku2016-12-101-2/+6
* New equot macro: expand then suppress evaluation.Kaz Kylheku2016-12-082-0/+60
* Version 162.txr-162Kaz Kylheku2016-12-076-144/+190
* Fix some C style casts to use casting macros.Kaz Kylheku2016-12-076-11/+11
* C++ regression in printer.Kaz Kylheku2016-12-071-21/+23
* parser: fix problems at EOF involving #; syntax.Kaz Kylheku2016-12-063-34/+44
* doc: dialect note about quasiquote.Kaz Kylheku2016-12-061-0/+13
* bugfix: , *sym printed as ,*sym.Kaz Kylheku2016-12-062-5/+38
* bugfix: print unquote/splice in dot position.Kaz Kylheku2016-12-051-1/+19
* Removes stray debug printf from lexer.Kaz Kylheku2016-12-041-1/+0
* Harden processing of character escapes.Kaz Kylheku2016-12-021-4/+8
* Adding functions fr^$, fr^, fr$ and frr.Kaz Kylheku2016-12-013-0/+109
* Adding curry_1234_1 function.Kaz Kylheku2016-12-012-0/+16
* Awk macro prn becomes function.Kaz Kylheku2016-12-012-47/+60
* bugfix: previous loop elision fix in awk.Kaz Kylheku2016-12-011-1/+2
* bugfix: awk must consume *args*.Kaz Kylheku2016-11-292-1/+34
* bugfix: awk elides loop despite begin/end clauses.Kaz Kylheku2016-11-291-1/+2
* conformance: handle macro wrong clause syntax.Kaz Kylheku2016-11-293-2/+26
* Expose compat option value as sys:compat variable.Kaz Kylheku2016-11-291-0/+2
* Awk: assignment to f doesn't yield new value.Kaz Kylheku2016-11-291-2/+2
* doc: return value of slotsetKaz Kylheku2016-11-291-0/+5
* Version 161.txr-161Kaz Kylheku2016-11-274-4/+14
* Eliminate duplicated warning-suppressing function.Kaz Kylheku2016-11-284-12/+12
* bugfix: awk macro spews warnings.Kaz Kylheku2016-11-282-9/+21