summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib: oversight, neglected struct literal printing.Kaz Kylheku2021-06-031-0/+3
* json: fix quasiquote print-read consistency issueKaz Kylheku2021-06-031-10/+24
* json: pattern matching test cases and bugfix.Kaz Kylheku2021-06-033-257/+276
* quips: new one.Kaz Kylheku2021-06-031-0/+1
* json: improve escaping for script tags.Kaz Kylheku2021-06-033-14/+58
* matcher: better error handling for backquotes.Kaz Kylheku2021-06-022-6/+20
* matcher: quasiquote matching.Kaz Kylheku2021-06-022-10/+148
* json: fix two test cases for Windows.Kaz Kylheku2021-06-021-2/+5
* solaris: unbundle mkstemp and mkdtemp.Kaz Kylheku2021-06-022-5/+30
* bug: doc function not working in Windows port.Kaz Kylheku2021-06-021-1/+1
* 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