| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | cadr: re-running gencadr.txr. | Kaz Kylheku | 2022-01-30 | 1 | -12/+13 |
* | conv: extra blank line removed. | Kaz Kylheku | 2022-01-30 | 1 | -1/+0 |
* | stdlib: missing blank line after copyright header. | Kaz Kylheku | 2022-01-30 | 36 | -0/+36 |
* | New function: random-sample. | Kaz Kylheku | 2022-01-29 | 1 | -2/+3 |
* | New function: copy-cptr. | Kaz Kylheku | 2022-01-28 | 1 | -0/+1 |
* | quips: new entry. | Kaz Kylheku | 2022-01-25 | 1 | -0/+1 |
* | lib: new functions nand, nor, nandf and norf. | Paul A. Patience | 2022-01-22 | 1 | -0/+4 |
* | compiler: optimize some typep expressions. | Kaz Kylheku | 2022-01-21 | 1 | -0/+12 |
* | typecase: merge with etypecase, handle t differnetly. | Kaz Kylheku | 2022-01-21 | 1 | -19/+21 |
* | type: new macro etypecase. | Paul A. Patience | 2022-01-21 | 2 | -0/+12 |
* | compiler: few more cases of ifq/ifql removal. | Kaz Kylheku | 2022-01-18 | 1 | -1/+10 |
* | New function: match-fboundp. | Kaz Kylheku | 2022-01-17 | 1 | -0/+1 |
* | keyparams: fix broken. | Kaz Kylheku | 2022-01-17 | 1 | -34/+21 |
* | quips: a turn toward the slightly macabre. | Kaz Kylheku | 2022-01-17 | 1 | -0/+1 |
* | compiler: two optimizations, motivated by optional params. | Kaz Kylheku | 2022-01-14 | 1 | -3/+15 |
* | typecase: return nil from formless clauses. | Paul A. Patience | 2022-01-12 | 1 | -1/+1 |
* | New macros: each-true, some-true, each-false, some-false. | Kaz Kylheku | 2022-01-12 | 2 | -10/+44 |
* | sum-each, mul-each: handle no vars case. | Kaz Kylheku | 2022-01-11 | 1 | -9/+13 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 44 | -44/+44 |
* | quips: new one about C++ protected members. | Kaz Kylheku | 2022-01-05 | 1 | -0/+1 |
* | Version 273.txr-273 | Kaz Kylheku | 2021-12-28 | 1 | -1/+1 |
* | doc: document *struct-clause-expander*. | Kaz Kylheku | 2021-12-27 | 1 | -0/+1 |
* | match: allow bound variables with regex modifier. | Kaz Kylheku | 2021-12-27 | 1 | -0/+11 |
* | match: bad compile-error call in quasi matcher. | Kaz Kylheku | 2021-12-27 | 1 | -1/+1 |
* | new feature: :mass-delegate struct clause macro. | Kaz Kylheku | 2021-12-23 | 2 | -0/+28 |
* | new feature: defstruct clause macros. | Kaz Kylheku | 2021-12-22 | 2 | -17/+56 |
* | defstruct: refactor with local function. | Kaz Kylheku | 2021-12-22 | 1 | -147/+146 |
* | The pairlis function comes to TXR Lisp. | Kaz Kylheku | 2021-12-22 | 1 | -0/+1 |
* | New functions: subq, subql, subqual and subst. | Kaz Kylheku | 2021-12-22 | 2 | -5/+4 |
* | product/arithmetic each: missing block nil. | Kaz Kylheku | 2021-12-20 | 2 | -32/+53 |
* | tree: new functions for priority queue operation. | Kaz Kylheku | 2021-12-18 | 1 | -0/+4 |
* | tree: support for duplicate keys. | Kaz Kylheku | 2021-12-17 | 1 | -0/+2 |
* | compiler: fix broken (compile '(lambda ...)). | Kaz Kylheku | 2021-12-14 | 1 | -15/+17 |