| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Version 276.txr-276 | Kaz Kylheku | 2022-05-24 | 1 | -1/+1 |
* | New function: trim-path-seps | Kaz Kylheku | 2022-05-20 | 1 | -0/+1 |
* | ffi: new pack type operator; align increases only. | Kaz Kylheku | 2022-05-20 | 1 | -1/+2 |
* | copy-path-rec: bug: trailing slash fail. | Kaz Kylheku | 2022-05-17 | 1 | -4/+1 |
* | lambda-match: bug: over-strict match in variadic pattern. | Kaz Kylheku | 2022-05-11 | 1 | -1/+1 |
* | Version 275.txr-275 | Kaz Kylheku | 2022-05-10 | 1 | -1/+1 |
* | New: load can search multiple directories. | Kaz Kylheku | 2022-04-25 | 1 | -0/+1 |
* | compiler: package-manipulating top-level forms bug. | Kaz Kylheku | 2022-03-31 | 1 | -1/+2 |
* | New function: isecp. | Kaz Kylheku | 2022-03-30 | 2 | -6/+7 |
* | New FFI types str-s, bstr-s and wstr-s. | Kaz Kylheku | 2022-03-21 | 1 | -6/+9 |
* | ffi: support intmax-t and uintmax-t types. | Kaz Kylheku | 2022-03-15 | 1 | -8/+10 |
* | New GNU-themed quip. | Kaz Kylheku | 2022-03-08 | 1 | -0/+1 |
* | New function: group-map. | Kaz Kylheku | 2022-03-02 | 1 | -1/+2 |
* | Version 274.txr-274 | Kaz Kylheku | 2022-02-24 | 1 | -1/+1 |
* | opip: pass through forms in the op family. | Kaz Kylheku | 2022-02-24 | 1 | -1/+1 |
* | New list-builder method: oust. | Kaz Kylheku | 2022-02-23 | 2 | -4/+12 |
* | New function: partition-if. | Kaz Kylheku | 2022-02-23 | 1 | -0/+1 |
* | New functions: find-max-key and find-min-key. | Kaz Kylheku | 2022-02-21 | 1 | -0/+2 |
* | lisplib: rename lisplib funtions to autoload prefix. | Kaz Kylheku | 2022-02-18 | 1 | -1/+1 |
* | lisplib: split lisplib_try_load into namespaces. | Kaz Kylheku | 2022-02-18 | 1 | -1/+1 |
* | New function: cat-files. | Kaz Kylheku | 2022-02-13 | 2 | -0/+14 |
* | doc: remove extraneous symbols from doc-syms. | Paul A. Patience | 2022-02-12 | 1 | -17/+0 |
* | WIP getopts: allow specifying arg names in help. | Paul A. Patience | 2022-02-12 | 1 | -6/+27 |
* | getopts: print legend entries in canonical order. | Paul A. Patience | 2022-02-12 | 1 | -25/+26 |
* | getopts: include list/cumul subtypes in legend. | Paul A. Patience | 2022-02-12 | 1 | -1/+6 |
* | getopts: forbid :bool in list/cumul types. | Paul A. Patience | 2022-02-12 | 1 | -0/+2 |
* | macro-time: special op becomes a macro. | Kaz Kylheku | 2022-02-12 | 1 | -1/+1 |
* | matcher: fix `@{nil #/regex/}` throwing exception. | Paul A. Patience | 2022-02-09 | 1 | -2/+5 |
* | getopts: fix superfluous options header. | Paul A. Patience | 2022-02-08 | 1 | -24/+26 |
* | getopts: fix de trop descriptions of conventions. | Paul A. Patience | 2022-02-08 | 1 | -18/+20 |