| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Pre-release C++ upkeep. | Kaz Kylheku | 2021-06-01 | 2 | -5/+5 |
* | vim: handle more kinds of unquotes in JSON. | Kaz Kylheku | 2021-06-01 | 1 | -2/+4 |
* | vim: improve JSON highlighting. | Kaz Kylheku | 2021-06-01 | 1 | -11/+23 |
* | chr-iscntrl: recognize Unicode C0 and C1. | Kaz Kylheku | 2021-06-01 | 2 | -4/+13 |
* | build: improved mechanism for copying .shipped files. | Kaz Kylheku | 2021-06-01 | 1 | -3/+9 |
* | build: produce output when copying .shipped files. | Kaz Kylheku | 2021-06-01 | 1 | -0/+1 |
* | sysif: utimes: internal naming cleanup. | Kaz Kylheku | 2021-06-01 | 1 | -4/+4 |
* | json: turn on indentation. | Kaz Kylheku | 2021-05-31 | 1 | -12/+7 |
* | json: wrap up: test cases, fixes, tweaks. | Kaz Kylheku | 2021-05-31 | 5 | -23/+169 |
* | parser: gc bug in token. | Kaz Kylheku | 2021-05-31 | 2 | -0/+3 |
* | json: fix unquote parsing issue in quasiquotes. | Kaz Kylheku | 2021-05-31 | 2 | -3304/+3428 |
* | json: fix circular printing. | Kaz Kylheku | 2021-05-31 | 1 | -21/+34 |
* | New: mkdtemp and mkstemp functions. | Kaz Kylheku | 2021-05-31 | 5 | -0/+165 |
* | New function: tmpfile. | Kaz Kylheku | 2021-05-31 | 4 | -0/+40 |
* | doc: document all json I/O convenience routines. | Kaz Kylheku | 2021-05-30 | 2 | -86/+339 |
* | doc: put-json and put-jsonl return the object. | Kaz Kylheku | 2021-05-30 | 1 | -0/+7 |
* | json: convenience I/O routines. | Kaz Kylheku | 2021-05-30 | 2 | -0/+58 |
* | tree: different fix for dummy node issue. | Kaz Kylheku | 2021-05-30 | 1 | -2/+2 |
* | tree: gc crash due to dummy object. | Kaz Kylheku | 2021-05-30 | 1 | -1/+1 |
* | json: functions put-json and put-jsonl. | Kaz Kylheku | 2021-05-29 | 5 | -26/+118 |
* | json: tojson must not add #J prefix. | Kaz Kylheku | 2021-05-29 | 2 | -36/+12 |
* | json: escape slash in </ sequence | Kaz Kylheku | 2021-05-29 | 2 | -13/+36 |
* | compiler: mov into t0 bug in compiling catch form | Kaz Kylheku | 2021-05-29 | 1 | -6/+8 |
* | repl: syntax error diag improvement. | Kaz Kylheku | 2021-05-29 | 1 | -1/+1 |