summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* listener: new --noprofile option.Kaz Kylheku2021-06-164-2/+16
* txr-case: upkeep.Kaz Kylheku2021-06-164-5/+48
* math: forbid dubious inequality comparisons.Kaz Kylheku2021-06-153-1/+71
* subprocesses: don't bother saving descriptors.Kaz Kylheku2021-06-151-2/+21
* subprocesses: move fds_swizzle to child process.Kaz Kylheku2021-06-151-29/+41
* expander: bug: atoms in quasiliteral.Kaz Kylheku2021-06-152-0/+18
* defsymacro: regression: don't expand replacement.Kaz Kylheku2021-06-153-26/+66
* txr.1: Correction to compat note for 190.Kaz Kylheku2021-06-151-1/+14
* doc: problems in mkstempKaz Kylheku2021-06-151-3/+3
* subprocesses: diagnose streams with no fileno.Kaz Kylheku2021-06-151-3/+9
* vim: recognize #/.../ inside brace variables.Kaz Kylheku2021-06-151-1/+1
* unwind: unbind dyn env when diagnosing unhandled exception.Kaz Kylheku2021-06-141-0/+2
* streams: *stdnull* lazily opens /dev/nullKaz Kylheku2021-06-142-9/+75
* pic: take advantage of recent format work.Kaz Kylheku2021-06-141-7/+2
* pic: do mkstring cat macro time.Kaz Kylheku2021-06-141-1/+1
* format: revise numeric handling.Kaz Kylheku2021-06-143-85/+232
* format: new precision - character for zero.Kaz Kylheku2021-06-143-0/+20
* doc: remove hyphenation.Kaz Kylheku2021-06-141-4/+4
* Version 262txr-262Kaz Kylheku2021-06-118-1262/+1349
* doc: add pic examples.Kaz Kylheku2021-06-111-0/+37
* pic: support quasiliteral as format string.Kaz Kylheku2021-06-113-22/+80
* doc: codify optional alternatives notation.Kaz Kylheku2021-06-111-1/+7
* pic: allow trailing exclamation.Kaz Kylheku2021-06-113-16/+31
* pic: clarification and tests.Kaz Kylheku2021-06-112-3/+13
* tests: remove *stderr* to *stdnull* redirection.Kaz Kylheku2021-06-113-17/+7
* pic: test cases and fixes.Kaz Kylheku2021-06-112-8/+98
* tests: support testing for warnings.Kaz Kylheku2021-06-111-5/+15
* 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