summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* window-map: add tests, improve doc, add examples.Kaz Kylheku2021-05-251-23/+64
* doc: issue in identity function heading.Kaz Kylheku2021-05-251-1/+1
* doc: functions apply to arguments not vice versa.Kaz Kylheku2021-05-251-27/+32
* doc: maintenance in description of toint, tofloat.Kaz Kylheku2021-05-251-4/+6
* matcher: allow hash pattern to omit values.Kaz Kylheku2021-05-241-1/+23
* doc: improvements ARGUMENTS AND OPTIONS.Kaz Kylheku2021-05-211-14/+80
* txr/doc: refer to arguments not data-files.Kaz Kylheku2021-05-211-1/+1
* doc: macrolet doesn't contain top-level forms.Kaz Kylheku2021-05-171-0/+28
* doc: deindent top-level form rules.Kaz Kylheku2021-05-171-1/+0
* doc: a round of documentation fixes.Paul A. Patience2021-05-171-98/+190
* doc: incorrect precedence of repeat special clauses.Kaz Kylheku2021-05-171-16/+28
* doc: deffi, defplace: syntax heading.Paul A. Patience2021-05-171-4/+4
* doc: rewrite flawed doc for sme operator.Kaz Kylheku2021-05-161-15/+42
* compiler: better code for global var definitions.Kaz Kylheku2021-05-141-0/+3
* Version 259txr-259Kaz Kylheku2021-05-131-3/+3
* doc: show .tlo files in deployment example.Kaz Kylheku2021-05-121-0/+2
* tree: let tree-iter be iterable via generic iteration.Kaz Kylheku2021-05-121-0/+21
* doc: nonexistent tree-value-atKaz Kylheku2021-05-111-2/+2
* tree: streamline iteration; provide high limit.Kaz Kylheku2021-05-111-73/+44
* tree: support indexing and range extraction.Kaz Kylheku2021-05-111-0/+75
* tree: replace-tree-iter function.Kaz Kylheku2021-05-111-0/+31
* tree: copy-tree-iter function.Kaz Kylheku2021-05-101-0/+25
* doc: fix out of order compat notes.Kaz Kylheku2021-05-101-23/+23
* tree: new tree-peek function.Kaz Kylheku2021-05-091-10/+29
* tree: new make_similar_tree unction.Kaz Kylheku2021-05-091-0/+17
* matcher: new "each-match family" of macros.Kaz Kylheku2021-05-041-0/+232
* format: ~x/~X specifiers support buffers.Kaz Kylheku2021-05-041-5/+4
* rel-path: bugfixes.Kaz Kylheku2021-05-031-11/+116
* New function: rel-path.Kaz Kylheku2021-05-031-0/+99
* New function: portable-abs-path-p.Kaz Kylheku2021-05-021-5/+31
* doc: "suficient" typo in new paragraph.Kaz Kylheku2021-05-021-1/+1
* Version 258txr-258Kaz Kylheku2021-05-011-3/+3
* doc: note a diff between compiled and source files.Kaz Kylheku2021-04-301-0/+42
* tree: new functions for reseting iterator.Kaz Kylheku2021-04-301-0/+51
* tree: new tree-begin-at function.Kaz Kylheku2021-04-291-3/+12
* doc: wrong heading for tree-insertKaz Kylheku2021-04-291-1/+1
* macros: lexical-var-p: don't report t for specials.Kaz Kylheku2021-04-281-4/+52
* doc: document seq-iter type and redocument iter-beginKaz Kylheku2021-04-281-10/+30
* doc: document --free-allKaz Kylheku2021-04-261-0/+9
* match-str: return useful position instead of t.Kaz Kylheku2021-04-261-6/+20
* doc: document quasiliteral matchingKaz Kylheku2021-04-261-6/+202
* Version 257txr-257Kaz Kylheku2021-04-231-3/+3
* doc: remove hyphen from -s plurals.Kaz Kylheku2021-04-221-140/+140
* matcher: defmatch: useful :env parameter.Kaz Kylheku2021-04-211-6/+48
* compile/eval: new operator, mac-env-param-bind.Kaz Kylheku2021-04-211-8/+60
* matcher: new pattern operator @(end)Kaz Kylheku2021-04-201-0/+58
* matcher: first pattern macro, sme.Kaz Kylheku2021-04-191-0/+125
* doc: reversed maphash parameters.Kaz Kylheku2021-04-191-1/+1
* defmatch: pass form to mac-param-bind.Kaz Kylheku2021-04-191-0/+22
* matcher: new @(scan) operator.Kaz Kylheku2021-04-181-0/+64