summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* carray: revise carray diagnostics.Kaz Kylheku2020-04-241-8/+8
* carray: bug sweep.Kaz Kylheku2020-04-241-28/+62
* poll: allow execution of async signal handlers.Kaz Kylheku2020-04-231-8/+7
* sockets: connect bugfix and use poll in preference to select.Kaz Kylheku2020-04-232-37/+73
* ifa: fix broken/invalid test case.Kaz Kylheku2020-04-232-4/+7
* Remove unnecessary #include directives.Kaz Kylheku2020-04-2225-54/+0
* mpi: remove dubious MP_DEBUG cruft.Kaz Kylheku2020-04-223-17/+0