summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mapcar/maprod: fix stack overflow regression.Kaz Kylheku2020-06-051-6/+5
* transpose: ensure variadic args are a list.Kaz Kylheku2020-06-051-3/+3
* 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
* seq_iter: support reverse iteration for ranges.Kaz Kylheku2020-06-042-29/+114
* seq_iter: null list object if rewind not needed.Kaz Kylheku2020-06-041-6/+14
* mapping: rewrite loop using seq_info and args.Kaz Kylheku2020-06-041-19/+27
* mapcar, mappend, mapdo: merge implementations.Kaz Kylheku2020-06-041-60/+20
* maprod: bugfix: not reducing to mapcar.Kaz Kylheku2020-06-041-5/+6
* Convert mapping functions to new iterators.Kaz Kylheku2020-06-033-100/+91
* seq_iter: integers and ranges become iterable.Kaz Kylheku2020-06-032-15/+176
* Convert each-family operators to use iter-begin.Kaz Kylheku2020-06-022-14/+16
* New style iteration functions.Kaz Kylheku2020-06-024-7/+276
* Version 239.txr-239Kaz Kylheku2020-06-024-4/+31
* compiler: bugfix: missing block in dohash and each.Kaz Kylheku2020-05-311-16/+18
* vm: bugfix: bungled no-block-visible diagnosis.Kaz Kylheku2020-05-311-1/+1
* doc: constantp syntax formatting.Kaz Kylheku2020-05-311-1/+1
* streams: maintain integer format string detector.Kaz Kylheku2020-05-302-14/+30