| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | funcall: fight spurious retention. | Kaz Kylheku | 2020-05-05 | 1 | -4/+4 |
* | lib: convert counting and predicate quantifying to seq_info. | Kaz Kylheku | 2020-05-05 | 1 | -65/+88 |
* | compiler: rearrange handling of calls | Kaz Kylheku | 2020-05-04 | 1 | -33/+37 |
* | compile: don't expand. | Kaz Kylheku | 2020-05-03 | 1 | -2/+2 |
* | symbol-function: bugfix: expand lambda expression. | Kaz Kylheku | 2020-05-03 | 2 | -2/+3 |
* | compiler: implement lambda lifting. | Kaz Kylheku | 2020-05-03 | 1 | -1/+15 |
* | compiler: honor load-time in parts of loop. | Kaz Kylheku | 2020-05-03 | 2 | -0/+15 |
* | compiler: top-level is in load-time. | Kaz Kylheku | 2020-05-03 | 1 | -1/+2 |
* | compiler: check constantp in load-time. | Kaz Kylheku | 2020-05-02 | 1 | -1/+1 |
* | compiler: treat nested load-time forms. | Kaz Kylheku | 2020-05-02 | 2 | -14/+65 |
* | doc: new typos under User-Defined Streams. | Kaz Kylheku | 2020-05-02 | 1 | -4/+4 |
* | compiler: load-time: eliminate temp register. | Kaz Kylheku | 2020-05-01 | 1 | -5/+3 |
* | sockets: ipv6 address condensing rewrite. | Kaz Kylheku | 2020-05-01 | 1 | -14/+12 |
* | sockets: bug in formatting ipv6 address. | Kaz Kylheku | 2020-05-01 | 1 | -11/+14 |
* | doc: mention zero-width bit-field at end of structure. | Kaz Kylheku | 2020-04-27 | 1 | -1/+2 |
* | doc: fix wrong claim in Bitfield Allocation Rules. | Kaz Kylheku | 2020-04-27 | 1 | -9/+6 |
* | ffi: big-endian: unused parameter warnings. | Kaz Kylheku | 2020-04-28 | 1 | -1/+55 |
* | Version 237.txr-237 | Kaz Kylheku | 2020-04-26 | 6 | -715/+771 |
* | Reduce footprint of :fd property. | Kaz Kylheku | 2020-04-25 | 3 | -14/+8 |
* | lib/buf: use unsigned integers around allocations. | Kaz Kylheku | 2020-04-25 | 2 | -4/+4 |
* | carray: revise carray diagnostics. | Kaz Kylheku | 2020-04-24 | 1 | -8/+8 |
* | carray: bug sweep. | Kaz Kylheku | 2020-04-24 | 1 | -28/+62 |
* | poll: allow execution of async signal handlers. | Kaz Kylheku | 2020-04-23 | 1 | -8/+7 |
* | sockets: connect bugfix and use poll in preference to select. | Kaz Kylheku | 2020-04-23 | 2 | -37/+73 |
* | ifa: fix broken/invalid test case. | Kaz Kylheku | 2020-04-23 | 2 | -4/+7 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 25 | -54/+0 |
* | mpi: remove dubious MP_DEBUG cruft. | Kaz Kylheku | 2020-04-22 | 3 | -17/+0 |
* | arith: move c_unum and unum declaration into lib.h | Kaz Kylheku | 2020-04-22 | 8 | -8/+2 |
* | printer: add package prefix on symbols with zero-length name. | Kaz Kylheku | 2020-04-22 | 1 | -0/+3 |
* | tags: bugfix: file-opening logic in simulated load. | Kaz Kylheku | 2020-04-22 | 1 | -1/+2 |
* | parser: C++ cast fix. | Kaz Kylheku | 2020-04-22 | 1 | -1/+1 |
* | parser: batched read operation for speed. | Kaz Kylheku | 2020-04-22 | 3 | -7/+14 |
* | streams: put_buf and fill_buf become lower-level. | Kaz Kylheku | 2020-04-22 | 4 | -46/+78 |
* | Reduce consing in /= function. | Kaz Kylheku | 2020-04-21 | 1 | -10/+25 |
* | Extending =, <, >, <= and >= to work on sequences. | Kaz Kylheku | 2020-04-21 | 2 | -16/+207 |
* | seq_info: bugfix: uninitialized type field. | Kaz Kylheku | 2020-04-20 | 1 | -1/+1 |
* | compiler: avoid wasteful substitution via %bin-op%. | Kaz Kylheku | 2020-04-20 | 1 | -1/+1 |
* | compiler: bugfix: constant test in 2 or 3 arg if. | Kaz Kylheku | 2020-04-20 | 1 | -2/+2 |
* | New function: get-line-as-buf | Kaz Kylheku | 2020-04-19 | 5 | -2/+60 |
* | Version 236.txr-236 | Kaz Kylheku | 2020-04-18 | 6 | -287/+332 |
* | genvim: work around Vim "contains" bug. | Kaz Kylheku | 2020-04-18 | 1 | -1/+3 |
* | path-testing functions: accept file descriptor. | Kaz Kylheku | 2020-04-18 | 2 | -5/+5 |
* | configure: simplify shell viability test. | Kaz Kylheku | 2020-04-18 | 1 | -14/+6 |
* | configure: include ksh in search. | Kaz Kylheku | 2020-04-18 | 1 | -0/+1 |
* | configure: detect more good shells. | Kaz Kylheku | 2020-04-17 | 1 | -0/+7 |
* | open-file: fix broken append mode. | Kaz Kylheku | 2020-04-17 | 1 | -0/+2 |
* | listener: completion for Unicode identifiers. | Kaz Kylheku | 2020-04-17 | 1 | -2/+4 |
* | configure: improve shell search-and-re-execute logic. | Kaz Kylheku | 2020-04-17 | 1 | -16/+46 |
* | regex: duplicate character range crash fix. | Kaz Kylheku | 2020-04-17 | 1 | -6/+12 |
* | unicode: wide character upkeep 3. | Kaz Kylheku | 2020-04-17 | 1 | -0/+7 |