summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* read/get-json: reject trailing junk in string input.Kaz Kylheku2021-06-204-4/+106
* streams: pipe streams not needed if we have fork.Kaz Kylheku2021-06-192-3/+7
* system: stop using popen if we have fork.Kaz Kylheku2021-06-193-35/+62
* Version 263txr-263Kaz Kylheku2021-06-177-828/+882
* sysif: define passwd_s if we have <grp.h>.Kaz Kylheku2021-06-171-1/+5
* android: fix compiler noise about __ANDROID_API__Kaz Kylheku2021-06-171-1/+1
* op: add comment why cadr is not used.Kaz Kylheku2021-06-171-0/+1
* doc: bad grammar under FFI ptr typeKaz Kylheku2021-06-171-1/+1
* doc: formatting of meta-symbols under op.Kaz Kylheku2021-06-171-16/+26
* op: tests, and fix (op progn ...) situationKaz Kylheku2021-06-172-1/+73
* New macro: flow.Kaz Kylheku2021-06-164-1/+45
* 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