summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* compile: don't expand.Kaz Kylheku2020-05-031-2/+2
* symbol-function: bugfix: expand lambda expression.Kaz Kylheku2020-05-032-2/+3
* compiler: implement lambda lifting.Kaz Kylheku2020-05-031-1/+15
* compiler: honor load-time in parts of loop.Kaz Kylheku2020-05-032-0/+15
* compiler: top-level is in load-time.Kaz Kylheku2020-05-031-1/+2
* compiler: check constantp in load-time.Kaz Kylheku2020-05-021-1/+1
* compiler: treat nested load-time forms.Kaz Kylheku2020-05-022-14/+65
* doc: new typos under User-Defined Streams.Kaz Kylheku2020-05-021-4/+4
* compiler: load-time: eliminate temp register.Kaz Kylheku2020-05-011-5/+3
* sockets: ipv6 address condensing rewrite.Kaz Kylheku2020-05-011-14/+12
* sockets: bug in formatting ipv6 address.Kaz Kylheku2020-05-011-11/+14
* 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
* ffi: big-endian: unused parameter warnings.Kaz Kylheku2020-04-281-1/+55
* Version 237.txr-237Kaz Kylheku2020-04-266-715/+771
* Reduce footprint of :fd property.Kaz Kylheku2020-04-253-14/+8
* lib/buf: use unsigned integers around allocations.Kaz Kylheku2020-04-252-4/+4