| Commit message (Expand) | Author | Age | Files | Lines |
* | json: support standard-style formatting. | Kaz Kylheku | 2022-10-11 | 1 | -0/+1 |
* | streams: new function inc-indent-abs. | Kaz Kylheku | 2022-10-11 | 1 | -3/+4 |
* | New quip: future-proof. | Kaz Kylheku | 2022-10-10 | 1 | -0/+1 |
* | defstruct: consolidate finalizers into one lambda. | Kaz Kylheku | 2022-10-05 | 1 | -6/+12 |
* | defstruct: refactor elimination of empty :init/:fini. | Kaz Kylheku | 2022-10-05 | 1 | -18/+18 |
* | define-struct-clause: reject :postfini | Kaz Kylheku | 2022-10-04 | 1 | -1/+1 |
* | oop: allow multiple :init, :fini, etc. | Kaz Kylheku | 2022-10-04 | 1 | -43/+29 |
* | New: %fun% mechanism for current function name. | Kaz Kylheku | 2022-10-03 | 2 | -15/+24 |
* | New method: str-addr. | Kaz Kylheku | 2022-10-03 | 2 | -0/+29 |
* | str-in6addr: bugfix: trailing zero in hex problem. | Kaz Kylheku | 2022-10-03 | 1 | -2/+4 |
* | New sockaddr-str function. | Kaz Kylheku | 2022-10-02 | 2 | -0/+10 |
* | New :postfini feature in defstruct. | Kaz Kylheku | 2022-09-27 | 1 | -2/+16 |
* | Version 282.txr-282 | Kaz Kylheku | 2022-09-16 | 1 | -1/+1 |
* | compiler: bug: bad basic-block merge across end insn. | Kaz Kylheku | 2022-09-15 | 3 | -6/+12 |
* | compiler: bug: scoping of lambda optionals. | Kaz Kylheku | 2022-09-15 | 1 | -17/+15 |
* | compiler: eliminate rename-var hack. | Kaz Kylheku | 2022-09-15 | 1 | -13/+6 |
* | compiler: unbundle v-reg allocation from env extension | Kaz Kylheku | 2022-09-15 | 1 | -6/+10 |
* | compiler: eliminate uses of cdar. | Kaz Kylheku | 2022-09-14 | 1 | -7/+9 |
* | compiler: bugfixes in dead code elimination | Kaz Kylheku | 2022-09-13 | 1 | -2/+2 |
* | Version 281.txr-281 | Kaz Kylheku | 2022-09-03 | 1 | -1/+1 |
* | New macro: close-lazy-streams. | Kaz Kylheku | 2022-08-28 | 2 | -0/+7 |
* | New function: search-all | Kaz Kylheku | 2022-08-17 | 1 | -0/+1 |
* | Version 280.txr-280 | Kaz Kylheku | 2022-08-09 | 1 | -1/+1 |
* | Version 279.txr-279 | Kaz Kylheku | 2022-08-08 | 1 | -1/+1 |
* | path-components-safe: proc tests only on Linux. | Kaz Kylheku | 2022-07-30 | 1 | -18/+20 |
* | path-components-safe: check symlink link count. | Kaz Kylheku | 2022-07-30 | 1 | -2/+3 |
* | path-components-safe: tighten /proc check | Kaz Kylheku | 2022-07-30 | 1 | -15/+14 |
* | path-components-safe: handle consecutive slashes. | Kaz Kylheku | 2022-07-30 | 1 | -4/+2 |
* | path-components-safe: repel /proc symlink attacks | Kaz Kylheku | 2022-07-29 | 1 | -17/+42 |
* | rel-path, path-equal: relocate. | Kaz Kylheku | 2022-07-29 | 2 | -105/+94 |
* | in6addr-str: remove useless regsub. | Kaz Kylheku | 2022-07-27 | 1 | -1/+0 |
* | Take advantage of substring support in regsub. | Kaz Kylheku | 2022-07-27 | 3 | -4/+4 |
* | path-components-safe: refactoring. | Kaz Kylheku | 2022-07-25 | 1 | -55/+37 |
* | New function: path-components-safe. | Kaz Kylheku | 2022-07-25 | 2 | -0/+73 |
* | path-test: object trust must use effective UID. | Kaz Kylheku | 2022-07-24 | 1 | -2/+2 |
* | compile-file: distinguish nonexistence errors. | Kaz Kylheku | 2022-07-21 | 1 | -8/+10 |
* | compile-file: revise hash bang treatment. | Kaz Kylheku | 2022-07-21 | 1 | -5/+11 |
* | compiler: try unsuffixed path before adding .tl | Kaz Kylheku | 2022-07-21 | 1 | -2/+2 |
* | New function: count. | Kaz Kylheku | 2022-07-18 | 1 | -1/+2 |
* | Version 278. | Kaz Kylheku | 2022-07-01 | 1 | -1/+1 |
* | Add mode-opt to all I/O convenience functions. | Kaz Kylheku | 2022-06-29 | 1 | -22/+22 |
* | file-get-lines: missing mode-opt parameter. | Kaz Kylheku | 2022-06-29 | 1 | -2/+2 |
* | for/for*: stricter syntax check. | Kaz Kylheku | 2022-06-13 | 1 | -2/+2 |
* | New function: str | Kaz Kylheku | 2022-06-12 | 1 | -38/+38 |
* | optimizer: fix live set being unexpectedly nil. | Kaz Kylheku | 2022-06-09 | 1 | -2/+2 |
* | optimizer: remove root slot from basic-block. | Kaz Kylheku | 2022-06-09 | 1 | -6/+3 |
* | Version 277.txr-277 | Kaz Kylheku | 2022-05-31 | 1 | -1/+1 |
* | New: spln and tokn functions. | Kaz Kylheku | 2022-05-30 | 1 | -1/+2 |
* | buf: compression and decompression functions. | Kaz Kylheku | 2022-05-28 | 1 | -0/+2 |
* | I/O convenience functions get mode-opt argument. | Kaz Kylheku | 2022-05-27 | 1 | -36/+36 |