summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
...
* readdir: skip . and .. entriesKaz Kylheku2020-07-081-0/+9
* doc: iter-more vs oop iterator.Kaz Kylheku2020-07-081-2/+14
* Expose low-level opendir/readdir dir traversal.Kaz Kylheku2020-07-081-0/+140
* list_seq: return lazy list, not eager.Kaz Kylheku2020-07-081-0/+4
* txr: support @(if)/@(elif)/@(else) in @(output).Kaz Kylheku2020-07-071-2/+47
* New: protocol for iteration with structs.Kaz Kylheku2020-07-071-1/+277
* doc: grammar under pos-ifKaz Kylheku2020-07-061-1/+1
* New function: iterable.Kaz Kylheku2020-07-021-0/+24
* crc32: add optional initial crc argument.Kaz Kylheku2020-06-301-4/+34
* New producting each operator family.Kaz Kylheku2020-06-281-0/+172
* New function: maprodo.Kaz Kylheku2020-06-281-7/+21
* doc: parameter of length and empty is "iterable".Kaz Kylheku2020-06-281-43/+4
* New functions: list-seq, ved-seq and str-seq.Kaz Kylheku2020-06-281-0/+29
* New function strsignal.Kaz Kylheku2020-06-271-0/+10
* exit: argument becomes optionalKaz Kylheku2020-06-201-11/+13
* Replace all strerror calls with wrapper.Kaz Kylheku2020-06-201-1/+1
* New function: strerrorKaz Kylheku2020-06-191-0/+17
* doc: new >< operator.Kaz Kylheku2020-06-101-5/+23
* doc: missing backslash in getm macro.Kaz Kylheku2020-06-101-1/+1
* doc: Buffers: subsectioning problem.Kaz Kylheku2020-06-091-3/+6
* Version 240txr-240Kaz Kylheku2020-06-061-3/+3
* doc: fix param names in Sequence Manipulation.Kaz Kylheku2020-06-061-84/+93
* doc: relocate nullify.Kaz Kylheku2020-06-061-99/+99
* doc: relocate make-like.Kaz Kylheku2020-06-061-57/+57
* doc: relocate copy.Kaz Kylheku2020-06-061-80/+80
* doc: relocate apply/iapply.Kaz Kylheku2020-06-061-146/+146
* doc: update nullify documentation.Kaz Kylheku2020-06-051-39/+71
* doc: document functions that take iterable.Kaz Kylheku2020-06-051-91/+138
* doc: document each operators using iterables.Kaz Kylheku2020-06-051-8/+11
* doc: new Generalization of Iteration section.Kaz Kylheku2020-06-051-0/+120
* doc: update iter-begin documentation.Kaz Kylheku2020-06-051-8/+168
* New style iteration functions.Kaz Kylheku2020-06-021-5/+157
* Version 239.txr-239Kaz Kylheku2020-06-021-2/+2
* doc: constantp syntax formatting.Kaz Kylheku2020-05-311-1/+1
* search, rsearch: rewrite using seq_info and bugfix.Kaz Kylheku2020-05-251-4/+16
* Fix few typos reported from Fossies.Kaz Kylheku2020-05-231-2/+2
* Version 238.txr-238Kaz Kylheku2020-05-181-3/+3
* New assert macro.Kaz Kylheku2020-05-181-0/+35
* sort: prudently make it subject to compat valueKaz Kylheku2020-05-141-0/+20
* lib: sort becomes non-destructive; nsort introduced.Kaz Kylheku2020-05-131-8/+39
* lib: use seq-info for sort and shuffle.Kaz Kylheku2020-05-131-0/+20
* Expose isatty function.Kaz Kylheku2020-05-111-0/+33
* doc: quote, umethod, hash-invert: bad syntaxKaz Kylheku2020-05-091-3/+3
* symbol-function: bugfix: expand lambda expression.Kaz Kylheku2020-05-031-1/+2
* compiler: honor load-time in parts of loop.Kaz Kylheku2020-05-031-0/+14
* compiler: treat nested load-time forms.Kaz Kylheku2020-05-021-0/+46
* doc: new typos under User-Defined Streams.Kaz Kylheku2020-05-021-4/+4
* doc: mention zero-width bit-field at end of structure.Kaz Kylheku2020-04-271-1/+2
* doc: fix wrong claim in Bitfield Allocation Rules.Kaz Kylheku2020-04-271-9/+6
* Version 237.txr-237Kaz Kylheku2020-04-261-3/+3