summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* arith: move c_unum and unum declaration into lib.hKaz Kylheku2020-04-228-8/+2
* printer: add package prefix on symbols with zero-length name.Kaz Kylheku2020-04-221-0/+3
* tags: bugfix: file-opening logic in simulated load.Kaz Kylheku2020-04-221-1/+2
* parser: C++ cast fix.Kaz Kylheku2020-04-221-1/+1
* parser: batched read operation for speed.Kaz Kylheku2020-04-223-7/+14
* streams: put_buf and fill_buf become lower-level.Kaz Kylheku2020-04-224-46/+78
* Reduce consing in /= function.Kaz Kylheku2020-04-211-10/+25
* Extending =, <, >, <= and >= to work on sequences.Kaz Kylheku2020-04-212-16/+207
* seq_info: bugfix: uninitialized type field.Kaz Kylheku2020-04-201-1/+1
* compiler: avoid wasteful substitution via %bin-op%.Kaz Kylheku2020-04-201-1/+1
* compiler: bugfix: constant test in 2 or 3 arg if.Kaz Kylheku2020-04-201-2/+2
* New function: get-line-as-bufKaz Kylheku2020-04-195-2/+60
* Version 236.txr-236Kaz Kylheku2020-04-186-287/+332
* genvim: work around Vim "contains" bug.Kaz Kylheku2020-04-181-1/+3
* path-testing functions: accept file descriptor.Kaz Kylheku2020-04-182-5/+5