| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | getopts: conform undocumented opts to documented. | Paul A. Patience | 2022-02-08 | 1 | -2/+2 |
* | getopts: uniformize opthelp newlines and headers. | Paul A. Patience | 2022-02-08 | 1 | -3/+5 |
* | doc: fix various typos and stylistic issues. | Paul A. Patience | 2022-02-06 | 1 | -9/+9 |
* | getopt: opthelp: bind *stdout* to remove stream repetition. | Kaz Kylheku | 2022-02-04 | 1 | -15/+15 |
* | matcher: bug: quasiliteral allowing prefix matches. | Kaz Kylheku | 2022-02-04 | 1 | -3/+4 |
* | getopts: break up help into three functions. | Kaz Kylheku | 2022-02-03 | 2 | -71/+81 |
* | getopts: make detailed help notes optional. | Joe Bloggs | 2022-02-03 | 1 | -67/+68 |
* | quip: joke about dark mode. | Kaz Kylheku | 2022-02-03 | 1 | -0/+1 |
* | getopts: fix display of overlong-option help text. | Paul A. Patience | 2022-02-02 | 1 | -1/+3 |
* | getopts: fix ignored stream parameter in opthelp. | Paul A. Patience | 2022-02-02 | 1 | -14/+13 |