summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replace trivial format(nil, ...) with simpler ops.Kaz Kylheku2020-05-309-53/+87
* quasistrings: reduce consing.Kaz Kylheku2020-05-304-11/+47
* signal: bugfix: sharing of alt stack.Kaz Kylheku2020-05-291-38/+36
* search, rsearch: rewrite using seq_info and bugfix.Kaz Kylheku2020-05-253-118/+104
* update: convert to seq_info.Kaz Kylheku2020-05-251-14/+11
* rsearch: fix broken.Kaz Kylheku2020-05-251-4/+2
* search/rsearch: wrong object in bad key diagnostic.Kaz Kylheku2020-05-251-2/+2
* lib: combine cat_str and vscat implementations.Kaz Kylheku2020-05-241-105/+91
* Fix few typos reported from Fossies.Kaz Kylheku2020-05-232-3/+3
* Version 238.txr-238Kaz Kylheku2020-05-186-803/+839
* New assert macro.Kaz Kylheku2020-05-184-0/+88
* sort: prudently make it subject to compat valueKaz Kylheku2020-05-143-5/+27
* lib: sort becomes non-destructive; nsort introduced.Kaz Kylheku2020-05-137-22/+87
* lib: use seq-info for sort and shuffle.Kaz Kylheku2020-05-132-19/+45
* Expose isatty function.Kaz Kylheku2020-05-112-0/+57
* doc: quote, umethod, hash-invert: bad syntaxKaz Kylheku2020-05-091-3/+3
* configure: --help doesn't clober ./reconfigureKaz Kylheku2020-05-081-15/+16
* gc: fight spurious retention.Kaz Kylheku2020-05-061-4/+4
* funcall: fight spurious retention.Kaz Kylheku2020-05-051-4/+4
* lib: convert counting and predicate quantifying to seq_info.Kaz Kylheku2020-05-051-65/+88
* compiler: rearrange handling of callsKaz Kylheku2020-05-041-33/+37