summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 261txr-261Kaz Kylheku2021-06-017-791/+892
* doc: rearrangement in Data Interchange SupportKaz Kylheku2021-06-011-34/+34
* doc: put-json: numbering, include U+007F.Kaz Kylheku2021-06-011-4/+4
* Pre-release C++ upkeep.Kaz Kylheku2021-06-012-5/+5
* vim: handle more kinds of unquotes in JSON.Kaz Kylheku2021-06-011-2/+4
* vim: improve JSON highlighting.Kaz Kylheku2021-06-011-11/+23
* chr-iscntrl: recognize Unicode C0 and C1.Kaz Kylheku2021-06-012-4/+13
* build: improved mechanism for copying .shipped files.Kaz Kylheku2021-06-011-3/+9
* build: produce output when copying .shipped files.Kaz Kylheku2021-06-011-0/+1
* sysif: utimes: internal naming cleanup.Kaz Kylheku2021-06-011-4/+4
* json: turn on indentation.Kaz Kylheku2021-05-311-12/+7
* json: wrap up: test cases, fixes, tweaks.Kaz Kylheku2021-05-315-23/+169
* parser: gc bug in token.Kaz Kylheku2021-05-312-0/+3
* json: fix unquote parsing issue in quasiquotes.Kaz Kylheku2021-05-312-3304/+3428
* json: fix circular printing.Kaz Kylheku2021-05-311-21/+34
* New: mkdtemp and mkstemp functions.Kaz Kylheku2021-05-315-0/+165
* New function: tmpfile.Kaz Kylheku2021-05-314-0/+40
* doc: document all json I/O convenience routines.Kaz Kylheku2021-05-302-86/+339
* doc: put-json and put-jsonl return the object.Kaz Kylheku2021-05-301-0/+7
* json: convenience I/O routines.Kaz Kylheku2021-05-302-0/+58
* tree: different fix for dummy node issue.Kaz Kylheku2021-05-301-2/+2
* tree: gc crash due to dummy object.Kaz Kylheku2021-05-301-1/+1
* json: functions put-json and put-jsonl.Kaz Kylheku2021-05-295-26/+118
* json: tojson must not add #J prefix.Kaz Kylheku2021-05-292-36/+12
* json: escape slash in </ sequenceKaz Kylheku2021-05-292-13/+36
* compiler: mov into t0 bug in compiling catch formKaz Kylheku2021-05-291-6/+8
* repl: syntax error diag improvement.Kaz Kylheku2021-05-291-1/+1
* parser: remove some parser access functions.Kaz Kylheku2021-05-283-38/+8
* parser: provide parse-errors function.Kaz Kylheku2021-05-284-0/+58
* json: get-json function.Kaz Kylheku2021-05-2810-2558/+2682
* doc: fix bad deindent under copy-path-rec.Kaz Kylheku2021-05-281-0/+1
* json: tojson function.Kaz Kylheku2021-05-285-0/+90
* json: two parser bugfixes.Kaz Kylheku2021-05-282-266/+268
* json: indentation support for printing.Kaz Kylheku2021-05-281-5/+47
* json: printing support.Kaz Kylheku2021-05-282-0/+195
* json: support forgotten null object.Kaz Kylheku2021-05-283-3227/+3273
* json: handling for bad UTF-8 bytes, NUL and \u0000.Kaz Kylheku2021-05-283-3181/+3189
* json: hash issues with quasiquoting.Kaz Kylheku2021-05-283-1721/+1750
* vim: syntax highlighting for #J syntax.Kaz Kylheku2021-05-271-8/+46
* doc: document json syntax support.Kaz Kylheku2021-05-272-124/+280
* json: omission in quasiquoted array.Kaz Kylheku2021-05-272-258/+266
* json: implement distinguished json quasiquote.Kaz Kylheku2021-05-275-3932/+3954
* json: support quasiquoting.Kaz Kylheku2021-05-276-5159/+5410
* json: extension: allow circle notation.Kaz Kylheku2021-05-264-4746/+4808
* New #J syntax for JSON objects in TXR Lisp.Kaz Kylheku2021-05-267-5447/+6269
* scanner: tweak buffer literal error message.Kaz Kylheku2021-05-262-2/+2
* Version 260txr-260Kaz Kylheku2021-05-266-290/+326
* tests: fix vtest being hindrance to error finding.Kaz Kylheku2021-05-253-12/+15
* listener: complete on structs and FFI typedefs.Kaz Kylheku2021-05-251-7/+11
* window-map: add tests, improve doc, add examples.Kaz Kylheku2021-05-252-23/+83