summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix missing nao terminator in formatted printing.Kaz Kylheku2017-03-135-9/+9
* Print method can return : to decline printing.Kaz Kylheku2017-03-132-4/+19
* doc: bungled text under in-package.Kaz Kylheku2017-03-131-3/+2
* Add in-package directive.Kaz Kylheku2017-03-134-2/+41
* New directive: mdo.Kaz Kylheku2017-03-125-11/+66
* New functions starts-with and ends-with.Kaz Kylheku2017-03-124-0/+63
* New rmismatch function.Kaz Kylheku2017-03-124-0/+132
* New: struct-from-plist and struct-from-args.Kaz Kylheku2017-03-123-0/+61
* bugfix: @(next) in function called with match-fun.Kaz Kylheku2017-03-121-2/+6
* match-fun: report error using external name.Kaz Kylheku2017-03-121-1/+1
* match-fun: make last two args optional.Kaz Kylheku2017-03-123-6/+11
* Don't open streams or stdin on non-matching directives.Kaz Kylheku2017-03-091-22/+25
* Don't sweep bad data source under the rug.Kaz Kylheku2017-03-081-1/+1
* clean up open_data_source function.Kaz Kylheku2017-03-081-7/+5
* Drop the annoying need for - for standard input.Kaz Kylheku2017-03-083-2/+28
* uref: the a.b.c syntax extended to .a.b.cKaz Kylheku2017-03-068-20/+224
* doc: missing description of a group-reduce param.Kaz Kylheku2017-03-051-2/+16
* streamline default alg handling in group-reduce.Kaz Kylheku2017-03-051-2/+1
* bugfix: :counter var not registered tentative.Kaz Kylheku2017-03-041-0/+4
* bugfix: expand :counter property in @(collect).Kaz Kylheku2017-03-041-1/+10
* Harmonize code with previous commit.Kaz Kylheku2017-03-041-2/+3
* bugfix: :vars in output repeat not registered.Kaz Kylheku2017-03-041-3/+7
* doc: formatting under umeth.Kaz Kylheku2017-03-041-1/+1
* Version 170.txr-170Kaz Kylheku2017-02-286-394/+421
* doc: give some examples of accept interaction.Kaz Kylheku2017-02-271-0/+101
* doc: horizontal trailer.Kaz Kylheku2017-02-261-0/+26
* doc: block syntax horizontal and vertical.Kaz Kylheku2017-02-261-0/+26
* doc: don't refer to BLOCKS section.Kaz Kylheku2017-02-261-6/+6
* doc: print methods print, not pretty-print.Kaz Kylheku2017-02-261-1/+1
* New floor-rem, ceil-rem and round-rem.Kaz Kylheku2017-02-264-18/+59
* Second argument optional in trunc.Kaz Kylheku2017-02-253-75/+106
* doc: horizontal-vertical issues in block and accept.Kaz Kylheku2017-02-251-0/+44
* doc: special interactions with accept.Kaz Kylheku2017-02-251-17/+123
* Adding round function.Kaz Kylheku2017-02-255-4/+106
* floor and ceil do division, with optional second arg.Kaz Kylheku2017-02-244-20/+228
* bugfix: integrate finally clause with accept.Kaz Kylheku2017-02-231-20/+40
* Check result of seteuid and setegid.Kaz Kylheku2017-02-221-6/+10
* remq/remove-if family: bugfixes in error message.Kaz Kylheku2017-02-221-9/+9
* bugfix: data stream escape in accept transfers.Kaz Kylheku2017-02-201-1/+22
* bugfix: accept allowing binding escape.Kaz Kylheku2017-02-201-0/+33
* Eliminate common code: pattern fun binding resolution.Kaz Kylheku2017-02-201-36/+37
* Fix lack of robustness in struct module.Kaz Kylheku2017-02-201-6/+6
* Bugfix: h_trailer has to intercept accept.Kaz Kylheku2017-02-161-8/+26
* Support horizontal @(block), phase 2.Kaz Kylheku2017-02-151-12/+62
* New internal function: vec.Kaz Kylheku2017-02-152-0/+23
* Support horizontal @(block), phase 1.Kaz Kylheku2017-02-152-0/+50
* Support horizontal form of @(throw).Kaz Kylheku2017-02-132-0/+15
* Version 169.txr-169Kaz Kylheku2017-02-116-264/+288
* Add rassoc and rassql functions.Kaz Kylheku2017-02-114-3/+82
* consistency: treat members of struct env in order.Kaz Kylheku2017-02-101-2/+2