summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* doc: typeset references to directives as code/codn.Kaz Kylheku2017-03-141-26/+74
* split, split*, partition, partition*: allow neg indices.Kaz Kylheku2017-03-141-2/+30
* Print method can return : to decline printing.Kaz Kylheku2017-03-131-1/+17
* doc: bungled text under in-package.Kaz Kylheku2017-03-131-3/+2
* Add in-package directive.Kaz Kylheku2017-03-131-0/+34
* New directive: mdo.Kaz Kylheku2017-03-121-3/+51
* New functions starts-with and ends-with.Kaz Kylheku2017-03-121-0/+47
* New rmismatch function.Kaz Kylheku2017-03-121-0/+30
* New: struct-from-plist and struct-from-args.Kaz Kylheku2017-03-121-0/+45
* match-fun: make last two args optional.Kaz Kylheku2017-03-121-4/+7
* Drop the annoying need for - for standard input.Kaz Kylheku2017-03-081-0/+18
* uref: the a.b.c syntax extended to .a.b.cKaz Kylheku2017-03-061-2/+140
* doc: missing description of a group-reduce param.Kaz Kylheku2017-03-051-2/+16
* doc: formatting under umeth.Kaz Kylheku2017-03-041-1/+1
* Version 170.txr-170Kaz Kylheku2017-02-281-2/+2
* 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-261-9/+23
* Second argument optional in trunc.Kaz Kylheku2017-02-251-74/+84
* 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-251-4/+25
* floor and ceil do division, with optional second arg.Kaz Kylheku2017-02-241-14/+47
* Support horizontal form of @(throw).Kaz Kylheku2017-02-131-0/+14
* Version 169.txr-169Kaz Kylheku2017-02-111-2/+2
* Add rassoc and rassql functions.Kaz Kylheku2017-02-111-3/+50
* Use non-hacky representation for deferrable warnings.Kaz Kylheku2017-02-101-20/+44
* Better way for releasing deferred warnings.Kaz Kylheku2017-02-101-4/+17
* doc: dotimes heading formatting.Kaz Kylheku2017-02-071-1/+2
* Version 168.txr-168Kaz Kylheku2017-02-021-2/+2
* Adding whena macro.Kaz Kylheku2017-02-051-0/+17
* Expose rlcp_tree function.Kaz Kylheku2017-02-041-2/+28
* doc: typo under hidden sym.Kaz Kylheku2017-02-041-1/+1
* Version 167.txr-167Kaz Kylheku2017-02-021-2/+2
* awk: support list of string as input source.Kaz Kylheku2017-01-291-3/+13
* doc: new package example showing function override.Kaz Kylheku2017-01-291-0/+39
* Expose defer-warning and dump-deferred-warnings.Kaz Kylheku2017-01-261-0/+53
* Version 166.txr-166Kaz Kylheku2017-01-261-2/+2
* awk macro: provide name of current input via fname.Kaz Kylheku2017-01-261-0/+24
* awk macro: bind *stdin* to current input stream.Kaz Kylheku2017-01-261-0/+11
* doc: update compat notes: new 165 value.Kaz Kylheku2017-01-251-0/+16
* Local macrolets in build become functions.Kaz Kylheku2017-01-251-1/+6
* New handle* macro, analogous to catch*.Kaz Kylheku2017-01-251-1/+15
* New catch*, giving access to exception symbol.Kaz Kylheku2017-01-251-1/+15
* Expose plist to alist functions.Kaz Kylheku2017-01-241-1/+67
* New memp function for searching a plist.Kaz Kylheku2017-01-241-5/+43
* Support keyword params via :key param list macro.Kaz Kylheku2017-01-231-0/+155