| Commit message (Expand) | Author | Age | Files | Lines |
* | suffix functions: requirements change. | Kaz Kylheku | 2021-06-26 | 1 | -13/+14 |
* | suffix functions: leading dot is not delimiter | Kaz Kylheku | 2021-06-26 | 1 | -4/+9 |
* | doc: fix while-match syntax. | Kaz Kylheku | 2021-06-25 | 1 | -1/+1 |
* | doc: election typo. | Kaz Kylheku | 2021-06-25 | 1 | -1/+1 |
* | Version 264txr-264 | Kaz Kylheku | 2021-06-25 | 1 | -3/+3 |
* | doc: standardize on "user-defined". | Kaz Kylheku | 2021-06-24 | 1 | -7/+7 |
* | file layout: moving share/txr/stdlib to stdlib. | Kaz Kylheku | 2021-06-24 | 1 | -3/+18 |
* | matcher: new looping macros. | Kaz Kylheku | 2021-06-24 | 1 | -0/+109 |
* | New: stack overflow protection. | Kaz Kylheku | 2021-06-23 | 1 | -0/+80 |
* | short-suffix, long-suffix: no match across slash. | Kaz Kylheku | 2021-06-22 | 1 | -6/+40 |
* | New functions: long-suffix, short-suffix. | Kaz Kylheku | 2021-06-22 | 1 | -0/+62 |
* | doc: formatting in quasiquote pattern matching. | Kaz Kylheku | 2021-06-22 | 1 | -1/+1 |
* | Dubious new functions cxr/cyr. | Kaz Kylheku | 2021-06-21 | 1 | -0/+52 |
* | glob: support sequence of patterns argument. | Kaz Kylheku | 2021-06-20 | 1 | -6/+32 |
* | doc: recent typo. | Kaz Kylheku | 2021-06-20 | 1 | -1/+1 |
* | read/get-json: reject trailing junk in string input. | Kaz Kylheku | 2021-06-20 | 1 | -1/+17 |
* | Version 263txr-263 | Kaz Kylheku | 2021-06-17 | 1 | -3/+3 |
* | doc: bad grammar under FFI ptr type | Kaz Kylheku | 2021-06-17 | 1 | -1/+1 |
* | doc: formatting of meta-symbols under op. | Kaz Kylheku | 2021-06-17 | 1 | -16/+26 |
* | New macro: flow. | Kaz Kylheku | 2021-06-16 | 1 | -0/+40 |
* | listener: new --noprofile option. | Kaz Kylheku | 2021-06-16 | 1 | -1/+9 |
* | txr-case: upkeep. | Kaz Kylheku | 2021-06-16 | 1 | -5/+33 |
* | math: forbid dubious inequality comparisons. | Kaz Kylheku | 2021-06-15 | 1 | -1/+1 |
* | defsymacro: regression: don't expand replacement. | Kaz Kylheku | 2021-06-15 | 1 | -14/+29 |
* | txr.1: Correction to compat note for 190. | Kaz Kylheku | 2021-06-15 | 1 | -1/+14 |
* | doc: problems in mkstemp | Kaz Kylheku | 2021-06-15 | 1 | -3/+3 |
* | streams: *stdnull* lazily opens /dev/null | Kaz Kylheku | 2021-06-14 | 1 | -3/+30 |
* | format: revise numeric handling. | Kaz Kylheku | 2021-06-14 | 1 | -72/+112 |
* | format: new precision - character for zero. | Kaz Kylheku | 2021-06-14 | 1 | -0/+12 |
* | doc: remove hyphenation. | Kaz Kylheku | 2021-06-14 | 1 | -4/+4 |
* | Version 262txr-262 | Kaz Kylheku | 2021-06-11 | 1 | -3/+3 |
* | doc: add pic examples. | Kaz Kylheku | 2021-06-11 | 1 | -0/+37 |
* | pic: support quasiliteral as format string. | Kaz Kylheku | 2021-06-11 | 1 | -6/+45 |
* | doc: codify optional alternatives notation. | Kaz Kylheku | 2021-06-11 | 1 | -1/+7 |
* | pic: allow trailing exclamation. | Kaz Kylheku | 2021-06-11 | 1 | -14/+23 |
* | pic: clarification and tests. | Kaz Kylheku | 2021-06-11 | 1 | -3/+7 |
* | doc: document pic macro. | Kaz Kylheku | 2021-06-10 | 1 | -0/+193 |
* | format: fix precision field leading zero problems. | Kaz Kylheku | 2021-06-10 | 1 | -6/+18 |
* | arith: switch sum and prod to seq_iter. | Kaz Kylheku | 2021-06-09 | 1 | -1/+3 |
* | reduce-left: rewrite using seq_iter. | Kaz Kylheku | 2021-06-09 | 1 | -0/+12 |
* | ffi: bug: always using ffi_prep_cif_var. | Kaz Kylheku | 2021-06-09 | 1 | -3/+6 |
* | parser: new *read-unknown-structs* variable. | Kaz Kylheku | 2021-06-08 | 1 | -0/+19 |
* | lib: new function, fill-vec. | Kaz Kylheku | 2021-06-08 | 1 | -0/+88 |
* | ffi: new macros deffi-struct and deffi-union. | Kaz Kylheku | 2021-06-08 | 1 | -0/+30 |
* | expander: expand must only ignores unbound warnings. | Kaz Kylheku | 2021-06-07 | 1 | -1/+14 |
* | ffi: allow conversion of carray objects under cptr. | Kaz Kylheku | 2021-06-06 | 1 | -2/+32 |
* | ffi: allow nil object to convert under closure type. | Kaz Kylheku | 2021-06-06 | 1 | -3/+30 |
* | matcher: doc fix, quasiquote examples, new test. | Kaz Kylheku | 2021-06-04 | 1 | -1/+41 |
* | FFI: big improvement in bad call diagnosis. | Kaz Kylheku | 2021-06-04 | 1 | -1/+10 |
* | json: improve escaping for script tags. | Kaz Kylheku | 2021-06-03 | 1 | -11/+34 |