summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* opendir: gc-correctness.Kaz Kylheku2020-07-091-1/+2
* readdir: skip . and .. entriesKaz Kylheku2020-07-082-14/+28
* iter_item: bugfix/omission.Kaz Kylheku2020-07-081-0/+5
* doc: iter-more vs oop iterator.Kaz Kylheku2020-07-081-2/+14
* Expose low-level opendir/readdir dir traversal.Kaz Kylheku2020-07-085-12/+258
* uref/qref: read-print consistency issue.Kaz Kylheku2020-07-081-4/+12
* uref/qref: printing bug.Kaz Kylheku2020-07-081-1/+1
* genvim: take advantage of @(if) in @(output)Kaz Kylheku2020-07-081-10/+2
* parser: add missing cases in yybadtoken.Kaz Kylheku2020-07-081-0/+5
* list_seq: return lazy list, not eager.Kaz Kylheku2020-07-082-8/+22
* txr: support @(if)/@(elif)/@(else) in @(output).Kaz Kylheku2020-07-073-5/+105
* txr: factor repeat out of output.Kaz Kylheku2020-07-071-97/+107
* New: protocol for iteration with structs.Kaz Kylheku2020-07-077-28/+529
* doc: grammar under pos-ifKaz Kylheku2020-07-061-1/+1
* seq_iter: reverse order of some tests.Kaz Kylheku2020-07-061-131/+129
* New function: iterable.Kaz Kylheku2020-07-024-4/+69
* struct: bugfix: autoload on instance slot also.Kaz Kylheku2020-07-021-1/+4
* struct: wasteful double creation of slot_type_hash.Kaz Kylheku2020-07-021-1/+0
* crc32: add optional initial crc argument.Kaz Kylheku2020-06-303-17/+47
* uint-buf: fix wrong self-name.Kaz Kylheku2020-06-301-1/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-2933-673/+881
* pattern lang: vertical-horizontal fallback regression.Kaz Kylheku2020-06-291-3/+6
* New producting each operator family.Kaz Kylheku2020-06-283-0/+265
* New function: maprodo.Kaz Kylheku2020-06-282-7/+33
* 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-284-0/+81
* New function strsignal.Kaz Kylheku2020-06-273-0/+46
* exit: argument becomes optionalKaz Kylheku2020-06-202-13/+17
* structs: bugfix: wrong warning about no such static slotKaz Kylheku2020-06-201-2/+5
* Replace all strerror calls with wrapper.Kaz Kylheku2020-06-207-72/+77
* New function: strerrorKaz Kylheku2020-06-193-0/+65
* itypes: remove silly itypes_little_endian.Kaz Kylheku2020-06-194-21/+2
* listener: perms complaint for missing .txr_historyKaz Kylheku2020-06-191-2/+4
* Support MIPS64.Kaz Kylheku2020-06-192-1/+36
* MIPS: add missing pseudo-op.Kaz Kylheku2020-06-191-0/+2
* First cut at MIPS port.Kaz Kylheku2020-06-192-0/+51
* exceptions: avoid consing dyn env for package varsKaz Kylheku2020-06-151-4/+7
* 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-066-641/+671
* 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
* each: fix (each ()) segfault.Kaz Kylheku2020-06-062-5/+6
* seq_iter_rewind: support iterables.Kaz Kylheku2020-06-051-0/+31
* doc: update nullify documentation.Kaz Kylheku2020-06-051-39/+71
* nullify and empty: convert to seq_info.Kaz Kylheku2020-06-052-69/+30