| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | getopts: simplify build-hash. | Kaz Kylheku | 2019-11-28 | 1 | -5/+3 |
* | doc: ffi-make-callback doesn't exist. | Kaz Kylheku | 2019-11-25 | 1 | -1/+1 |
* | listener: fix buggy balanced line check. | Kaz Kylheku | 2019-11-24 | 1 | -2/+7 |
* | buffers: support list operations. | Kaz Kylheku | 2019-11-20 | 1 | -0/+18 |
* | New function: buf-list. | Kaz Kylheku | 2019-11-20 | 3 | -0/+39 |
* | parser: forgotten top-level .? cases. | Kaz Kylheku | 2019-11-19 | 1 | -0/+8 |
* | parser: missing cases in yybadtoken. | Kaz Kylheku | 2019-11-19 | 1 | -0/+3 |
* | parser: merge cases in yybadtoken. | Kaz Kylheku | 2019-11-19 | 1 | -1/+1 |
* | doc: macro-time update. | Kaz Kylheku | 2019-11-19 | 1 | -23/+74 |
* | Version 228.txr-228 | Kaz Kylheku | 2019-11-18 | 7 | -1122/+1192 |
* | identity*: fix wrong argument index type. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | hash: bugfix: bad memset size in hash-reset. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | ffi: rename functions in the carray-num group. | Kaz Kylheku | 2019-11-18 | 3 | -30/+61 |
* | op: fix wrong compat version value. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | ffi: carray-num using wrong function name. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | doc: wrong word under stream sockets. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | doc: inaccurate apf/ipf description. | Kaz Kylheku | 2019-11-18 | 1 | -6/+13 |
* | doc: various copy and paste mistakes. | Kaz Kylheku | 2019-11-18 | 1 | -4/+4 |
* | doc: incorrect partition* example. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | doc: wrong argument reference under regsub. | Kaz Kylheku | 2019-11-18 | 1 | -3/+3 |
* | doc: formatting under Special Structure Functions. | Kaz Kylheku | 2019-11-18 | 1 | -2/+2 |
* | New functions for buf <--> integer conversion. | Kaz Kylheku | 2019-11-18 | 2 | -0/+192 |
* | eval: bugfix: expansion wrongly always in null env. | Kaz Kylheku | 2019-11-18 | 1 | -5/+34 |
* | gc: bugfix: maintain tail pointer in new sweep code. | Kaz Kylheku | 2019-11-09 | 1 | -3/+2 |
* | gc: recalculate heap bounding box when sweeping. | Kaz Kylheku | 2019-11-08 | 1 | -0/+7 |
* | gc: free heaps that become empty. | Kaz Kylheku | 2019-11-08 | 1 | -2/+41 |
* | open-process: new variant, open-subprocess. | Kaz Kylheku | 2019-11-07 | 2 | -14/+69 |
* | open-process: I/O redirection feature. | Kaz Kylheku | 2019-11-06 | 3 | -7/+196 |
* | open-process: close-on-exec bugfix. | Kaz Kylheku | 2019-11-06 | 1 | -2/+2 |
* | compiler: first use of .? notation. | Kaz Kylheku | 2019-11-06 | 1 | -1/+1 |
* | syntax: new .? operator for null-safe object access. | Kaz Kylheku | 2019-11-05 | 5 | -58/+204 |
* | path-tests: bug in path-strictly-private-to-me-p. | Kaz Kylheku | 2019-11-04 | 1 | -1/+1 |
* | path-tests: fix incorrect type tests. | Kaz Kylheku | 2019-11-03 | 1 | -7/+11 |
* | hash: new hash-reset function. | Kaz Kylheku | 2019-11-02 | 3 | -1/+43 |
* | lib: use stack-allocated hash iterators everywhere. | Kaz Kylheku | 2019-11-01 | 6 | -41/+72 |
* | hash: expose new iterator interface. | Kaz Kylheku | 2019-11-01 | 2 | -11/+15 |
* | hash: improve new hash_iter interface. | Kaz Kylheku | 2019-11-01 | 1 | -16/+22 |
* | lib: don't assume time_t is signed. | Kaz Kylheku | 2019-10-31 | 5 | -21/+35 |
* | expander: bogus undefined warnings from lisp1 values. | Kaz Kylheku | 2019-10-30 | 1 | -8/+5 |
* | hash: stack-allocated iterators. | Kaz Kylheku | 2019-10-29 | 1 | -62/+105 |
* | stat: support high resolution time stamps. | Kaz Kylheku | 2019-10-29 | 5 | -7/+86 |
* | naming: get the -func out, at least some of it. | Kaz Kylheku | 2019-10-29 | 5 | -40/+40 |
* | expander: allow TTY interrupt. | Kaz Kylheku | 2019-10-28 | 1 | -0/+2 |
* | doc: bad expression under hash-list. | Kaz Kylheku | 2019-10-28 | 1 | -1/+1 |
* | New function: hash-invert. | Kaz Kylheku | 2019-10-28 | 3 | -0/+127 |
* | New function: identity* | Kaz Kylheku | 2019-10-28 | 4 | -5/+25 |
* | doc: bogus paragraph removed under vec-push. | Kaz Kylheku | 2019-10-28 | 1 | -7/+0 |
* | Version 227.txr-227 | Kaz Kylheku | 2019-10-26 | 4 | -5/+15 |
* | configure: stray exit | Kaz Kylheku | 2019-10-26 | 1 | -3/+0 |
* | Version 226.txr-226 | Kaz Kylheku | 2019-10-25 | 7 | -953/+1035 |