| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | doc: remove hyphenation. | Kaz Kylheku | 2021-06-14 | 1 | -4/+4 |
* | Version 262txr-262 | Kaz Kylheku | 2021-06-11 | 8 | -1262/+1349 |
* | doc: add pic examples. | Kaz Kylheku | 2021-06-11 | 1 | -0/+37 |
* | pic: support quasiliteral as format string. | Kaz Kylheku | 2021-06-11 | 3 | -22/+80 |
* | doc: codify optional alternatives notation. | Kaz Kylheku | 2021-06-11 | 1 | -1/+7 |
* | pic: allow trailing exclamation. | Kaz Kylheku | 2021-06-11 | 3 | -16/+31 |
* | pic: clarification and tests. | Kaz Kylheku | 2021-06-11 | 2 | -3/+13 |
* | tests: remove *stderr* to *stdnull* redirection. | Kaz Kylheku | 2021-06-11 | 3 | -17/+7 |
* | pic: test cases and fixes. | Kaz Kylheku | 2021-06-11 | 2 | -8/+98 |
* | tests: support testing for warnings. | Kaz Kylheku | 2021-06-11 | 1 | -5/+15 |
* | errors: avoid premature release of deferred warnings. | Kaz Kylheku | 2021-06-11 | 2 | -4/+5 |
* | doc: document pic macro. | Kaz Kylheku | 2021-06-10 | 2 | -0/+194 |
* | format: fix precision field leading zero problems. | Kaz Kylheku | 2021-06-10 | 2 | -8/+27 |
* | New macro: pic. | Kaz Kylheku | 2021-06-10 | 2 | -0/+125 |
* | listener: complete macros and operators after quote. | Kaz Kylheku | 2021-06-10 | 1 | -6/+11 |
* | ffi: lazily calculate libffi type descriptors. | Kaz Kylheku | 2021-06-10 | 1 | -122/+110 |
* | arith: switch sum and prod to seq_iter. | Kaz Kylheku | 2021-06-09 | 3 | -34/+72 |
* | reduce-left: rewrite using seq_iter. | Kaz Kylheku | 2021-06-09 | 3 | -6/+32 |
* | parser: bug #; and #S don't play. | Kaz Kylheku | 2021-06-09 | 1 | -6/+15 |
* | ffi: bug: always using ffi_prep_cif_var. | Kaz Kylheku | 2021-06-09 | 3 | -7/+10 |
* | ffi: earnest implementation of FFI struct elements. | Kaz Kylheku | 2021-06-09 | 1 | -23/+72 |
* | ffi: fix leak on struct/union redefinition. | Kaz Kylheku | 2021-06-09 | 1 | -0/+6 |
* | ffi: leak fix on !HAVE_FFI builds. | Kaz Kylheku | 2021-06-09 | 1 | -2/+18 |
* | tags: recognize deffi-struct. | Kaz Kylheku | 2021-06-08 | 1 | -1/+1 |
* | tags: handle literals for undefined structures. | Kaz Kylheku | 2021-06-08 | 1 | -0/+1 |
* | parser: new *read-unknown-structs* variable. | Kaz Kylheku | 2021-06-08 | 6 | -283/+310 |
* | lib: new function, fill-vec. | Kaz Kylheku | 2021-06-08 | 6 | -0/+157 |
* | ffi: new macros deffi-struct and deffi-union. | Kaz Kylheku | 2021-06-08 | 4 | -1/+40 |
* | expander: expand must only ignores unbound warnings. | Kaz Kylheku | 2021-06-07 | 3 | -6/+38 |
* | args: correction in assertion. | Kaz Kylheku | 2021-06-07 | 1 | -1/+1 |
* | ffi: allow conversion of carray objects under cptr. | Kaz Kylheku | 2021-06-06 | 2 | -4/+41 |
* | ffi: allow nil object to convert under closure type. | Kaz Kylheku | 2021-06-06 | 2 | -4/+31 |
* | ffi: add space in ffi-call-desc's printed rep. | Kaz Kylheku | 2021-06-06 | 1 | -1/+1 |
* | dlsym: improve diagnostic. | Kaz Kylheku | 2021-06-05 | 1 | -1/+2 |
* | matcher: doc fix, quasiquote examples, new test. | Kaz Kylheku | 2021-06-04 | 2 | -1/+42 |
* | bugfix: do not expand defun body with name in scope. | Kaz Kylheku | 2021-06-04 | 1 | -4/+1 |
* | FFI: big improvement in bad call diagnosis. | Kaz Kylheku | 2021-06-04 | 4 | -14/+34 |
* | lib: oversight, neglected struct literal printing. | Kaz Kylheku | 2021-06-03 | 1 | -0/+3 |
* | json: fix quasiquote print-read consistency issue | Kaz Kylheku | 2021-06-03 | 1 | -10/+24 |
* | json: pattern matching test cases and bugfix. | Kaz Kylheku | 2021-06-03 | 3 | -257/+276 |
* | quips: new one. | Kaz Kylheku | 2021-06-03 | 1 | -0/+1 |
* | json: improve escaping for script tags. | Kaz Kylheku | 2021-06-03 | 3 | -14/+58 |
* | matcher: better error handling for backquotes. | Kaz Kylheku | 2021-06-02 | 2 | -6/+20 |
* | matcher: quasiquote matching. | Kaz Kylheku | 2021-06-02 | 2 | -10/+148 |
* | json: fix two test cases for Windows. | Kaz Kylheku | 2021-06-02 | 1 | -2/+5 |
* | solaris: unbundle mkstemp and mkdtemp. | Kaz Kylheku | 2021-06-02 | 2 | -5/+30 |
* | bug: doc function not working in Windows port. | Kaz Kylheku | 2021-06-02 | 1 | -1/+1 |
* | Version 261txr-261 | Kaz Kylheku | 2021-06-01 | 7 | -791/+892 |
* | doc: rearrangement in Data Interchange Support | Kaz Kylheku | 2021-06-01 | 1 | -34/+34 |
* | doc: put-json: numbering, include U+007F. | Kaz Kylheku | 2021-06-01 | 1 | -4/+4 |