| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | parser: remove some parser access functions. | Kaz Kylheku | 2021-05-28 | 3 | -38/+8 |
* | parser: provide parse-errors function. | Kaz Kylheku | 2021-05-28 | 4 | -0/+58 |
* | json: get-json function. | Kaz Kylheku | 2021-05-28 | 10 | -2558/+2682 |
* | doc: fix bad deindent under copy-path-rec. | Kaz Kylheku | 2021-05-28 | 1 | -0/+1 |
* | json: tojson function. | Kaz Kylheku | 2021-05-28 | 5 | -0/+90 |
* | json: two parser bugfixes. | Kaz Kylheku | 2021-05-28 | 2 | -266/+268 |
* | json: indentation support for printing. | Kaz Kylheku | 2021-05-28 | 1 | -5/+47 |
* | json: printing support. | Kaz Kylheku | 2021-05-28 | 2 | -0/+195 |
* | json: support forgotten null object. | Kaz Kylheku | 2021-05-28 | 3 | -3227/+3273 |
* | json: handling for bad UTF-8 bytes, NUL and \u0000. | Kaz Kylheku | 2021-05-28 | 3 | -3181/+3189 |
* | json: hash issues with quasiquoting. | Kaz Kylheku | 2021-05-28 | 3 | -1721/+1750 |
* | vim: syntax highlighting for #J syntax. | Kaz Kylheku | 2021-05-27 | 1 | -8/+46 |
* | doc: document json syntax support. | Kaz Kylheku | 2021-05-27 | 2 | -124/+280 |
* | json: omission in quasiquoted array. | Kaz Kylheku | 2021-05-27 | 2 | -258/+266 |