summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* matcher: allow user-defined patterns via defmatchKaz Kylheku2021-04-171-3/+94
* streams: revise stream-max-len over strings.Kaz Kylheku2021-04-171-14/+15
* doc: implement typesetting of keystrokes.Kaz Kylheku2021-04-131-112/+423
* doc: redocument UTF-8 in source and literals.Kaz Kylheku2021-04-101-32/+48
* doc: remove some hyphenation.Kaz Kylheku2021-04-091-10/+10
* doc: lambda: add pointers to alternative notations.Kaz Kylheku2021-04-091-0/+75
* doc: more details in string literals section.Kaz Kylheku2021-04-091-0/+14
* doc: big patch: hyphenation, wording, formatting.Paul A. Patience2021-04-091-473/+573
* doc: bad syntax under doc function.Kaz Kylheku2021-04-081-1/+1
* Version 256txr-256Kaz Kylheku2021-04-071-3/+3
* doc: document null-safe method call.Kaz Kylheku2021-04-051-4/+26
* doc: remove superfluous words.Kaz Kylheku2021-04-041-1/+1
* doc: vice versa formatting.Kaz Kylheku2021-04-041-1/+1
* doc: clarify definition of top-level form.Kaz Kylheku2021-04-041-3/+6
* doc: note about environment handling in compile.Kaz Kylheku2021-04-041-1/+11
* doc: fix missing item periods.Kaz Kylheku2021-04-041-20/+20
* doc: double word in awk intro.Kaz Kylheku2021-04-041-1/+1
* awk: relax restriction on :name.Kaz Kylheku2021-04-041-6/+9
* doc: block names need not be symbols.Kaz Kylheku2021-04-041-1/+7
* lib: new function for documentation lookup.Kaz Kylheku2021-04-031-1/+47
* doc: dialect note capitalization.Kaz Kylheku2021-03-311-8/+8
* doc: PP fixes.Kaz Kylheku2021-03-311-4/+0
* doc: formatting of notes under circle, erase notation.Kaz Kylheku2021-03-311-3/+7
* doc: bad indenation under if directive.Kaz Kylheku2021-03-311-1/+1
* doc: fix wording under --lispKaz Kylheku2021-03-311-2/+2
* doc: split up -l or --lisp-bindingsKaz Kylheku2021-03-311-1/+2
* doc: blank lines after IP sections.Kaz Kylheku2021-03-301-21/+0
* doc: missing RS/RE.Kaz Kylheku2021-03-301-0/+2
* doc: incorrect synopsis of push.Kaz Kylheku2021-03-301-4/+5
* doc: copy and paste of :wrap under window-mapKaz Kylheku2021-03-301-1/+1
* doc: fix under stream indentationKaz Kylheku2021-03-301-1/+1
* doc: numerous grammar fixes.Paul A. Patience2021-03-281-21/+25
* doc: fix space before period.Kaz Kylheku2021-03-281-2/+2
* Version 255txr-255Kaz Kylheku2021-03-261-3/+3
* doc: improve wording under copy-hash.Kaz Kylheku2021-03-261-5/+6
* ffi: support float type as variadic argument.Kaz Kylheku2021-03-221-2/+57
* poll: iterate sequences efficiently.Kaz Kylheku2021-03-161-1/+1
* doc: improve predicate pattern description.Kaz Kylheku2021-03-151-5/+10
* doc: pattern matching: revise, take out of beta.Kaz Kylheku2021-03-151-67/+140
* doc: formally document meta-syntax.Kaz Kylheku2021-03-151-7/+84
* cat-str: seq_iter conversion,Kaz Kylheku2021-03-141-7/+11