summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* errors: avoid premature release of deferred warnings.Kaz Kylheku2021-06-112-4/+5
* doc: document pic macro.Kaz Kylheku2021-06-102-0/+194
* format: fix precision field leading zero problems.Kaz Kylheku2021-06-102-8/+27
* New macro: pic.Kaz Kylheku2021-06-102-0/+125
* listener: complete macros and operators after quote.Kaz Kylheku2021-06-101-6/+11
* ffi: lazily calculate libffi type descriptors.Kaz Kylheku2021-06-101-122/+110
* arith: switch sum and prod to seq_iter.Kaz Kylheku2021-06-093-34/+72
* reduce-left: rewrite using seq_iter.Kaz Kylheku2021-06-093-6/+32
* parser: bug #; and #S don't play.Kaz Kylheku2021-06-091-6/+15
* ffi: bug: always using ffi_prep_cif_var.Kaz Kylheku2021-06-093-7/+10
* ffi: earnest implementation of FFI struct elements.Kaz Kylheku2021-06-091-23/+72
* ffi: fix leak on struct/union redefinition.Kaz Kylheku2021-06-091-0/+6
* ffi: leak fix on !HAVE_FFI builds.Kaz Kylheku2021-06-091-2/+18
* tags: recognize deffi-struct.Kaz Kylheku2021-06-081-1/+1
* tags: handle literals for undefined structures.Kaz Kylheku2021-06-081-0/+1
* parser: new *read-unknown-structs* variable.Kaz Kylheku2021-06-086-283/+310
* lib: new function, fill-vec.Kaz Kylheku2021-06-086-0/+157
* ffi: new macros deffi-struct and deffi-union.Kaz Kylheku2021-06-084-1/+40
* expander: expand must only ignores unbound warnings.Kaz Kylheku2021-06-073-6/+38
* args: correction in assertion.Kaz Kylheku2021-06-071-1/+1
* ffi: allow conversion of carray objects under cptr.Kaz Kylheku2021-06-062-4/+41
* ffi: allow nil object to convert under closure type.Kaz Kylheku2021-06-062-4/+31
* ffi: add space in ffi-call-desc's printed rep.Kaz Kylheku2021-06-061-1/+1
* dlsym: improve diagnostic.Kaz Kylheku2021-06-051-1/+2
* matcher: doc fix, quasiquote examples, new test.Kaz Kylheku2021-06-042-1/+42
* bugfix: do not expand defun body with name in scope.Kaz Kylheku2021-06-041-4/+1
* FFI: big improvement in bad call diagnosis.Kaz Kylheku2021-06-044-14/+34
* 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