summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: rewrite macro intro.Kaz Kylheku2021-03-121-20/+31
* doc: mistaken reference to command-getKaz Kylheku2021-03-121-1/+1
* Version 254txr-254Kaz Kylheku2021-03-101-3/+3
* lib: new functions join, join-with.Kaz Kylheku2021-03-091-9/+66
* compiler: optimization control.Kaz Kylheku2021-03-081-0/+49
* Version 253txr-253Kaz Kylheku2021-03-061-3/+3
* Version 252txr-252Kaz Kylheku2021-02-281-2/+2
* list-builder: methods return object.Kaz Kylheku2021-02-261-8/+23
* doc: fix misleading @(call @'foo).Kaz Kylheku2021-02-171-9/+4
* doc: improve quote operator.Kaz Kylheku2021-02-171-8/+28
* doc: wording improvements in pattern matching intro.Kaz Kylheku2021-02-121-9/+20
* compiler/vm: more compact frame size for closures.Kaz Kylheku2021-02-111-0/+3
* doc: fix broken my-cond example.Kaz Kylheku2021-02-091-4/+4
* doc: fix lambda-mach typo.Kaz Kylheku2021-02-091-1/+1
* doc: fix match-case intro sentence.Kaz Kylheku2021-02-091-1/+1
* doc: explain dot position of variable in predicate.Kaz Kylheku2021-02-091-0/+23
* doc: clarify implicit insertion object into predicate.Kaz Kylheku2021-02-091-1/+1
* doc: fix fumbled text under predicate pattern.Kaz Kylheku2021-02-091-1/+1
* doc: with pattern operator clarification.Kaz Kylheku2021-02-091-2/+6
* doc: double nil in list pattern description.Kaz Kylheku2021-02-091-1/+1
* doc: fixes in pattern matching introduction.Kaz Kylheku2021-02-091-15/+17
* struct: changing meaning of obj.[fun ...] syntax.Kaz Kylheku2021-02-091-13/+33
* Version 251txr-251Kaz Kylheku2021-02-081-4/+4
* doc: document feature of multi-sort.Kaz Kylheku2021-02-081-0/+4
* matcher: predicate: document dot position of @avar.Kaz Kylheku2021-02-061-5/+9
* matcher: remove @(op ...) pattern.Kaz Kylheku2021-02-061-32/+0
* matcher: redesign predicate pattern.Kaz Kylheku2021-02-061-62/+90
* matcher: left-to-right scoping for @(and).Kaz Kylheku2021-02-061-18/+29
* matcher: @(as) must always bind fresh variable.Kaz Kylheku2021-02-061-12/+31
* matcher: back-reference Lisp variables.Kaz Kylheku2021-02-051-0/+25
* matcher: rearrange match order of @(with).Kaz Kylheku2021-02-051-10/+22
* doc: misspelled dump-deferred-warningsKaz Kylheku2021-02-041-1/+1
* matcher: add :match parameter macro.Kaz Kylheku2021-02-041-4/+233
* doc: param macros: missing return value requirements.Kaz Kylheku2021-02-041-0/+14
* matcher: lambda-match: redoc, bugfix, test-casesKaz Kylheku2021-02-041-36/+149
* matcher: new @(with) operator.Kaz Kylheku2021-02-011-0/+46
* matcher: rename @(let) to @(as).Kaz Kylheku2021-02-011-8/+8
* doc: mistake in example for @[...] pattern.Kaz Kylheku2021-02-011-3/+3
* doc: mistake in when-match rcons example.Kaz Kylheku2021-02-011-1/+1
* Version 250txr-250Kaz Kylheku2021-01-311-3/+3
* @(rebind): bugfix: don't clobber right side variable.Kaz Kylheku2021-01-301-10/+66
* doc: bad syntax formatting: partition and split.Kaz Kylheku2021-01-291-4/+4
* matcher: allow pat/var argument: @[expr var pat]Kaz Kylheku2021-01-261-8/+31
* matcher: allow @[...] predicate notation.Kaz Kylheku2021-01-251-13/+25