summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* txr: stack protection in pattern language.Kaz Kylheku2021-06-243-0/+13
* limit print depth/width when diagnosing oveflow.Kaz Kylheku2021-06-241-0/+11
* doc: standardize on "user-defined".Kaz Kylheku2021-06-241-7/+7
* install-tests: use relative path in run.sh.Kaz Kylheku2021-06-241-1/+1
* parser: no string allocation when scanning floats.Kaz Kylheku2021-06-244-195/+211
* Test for stack overflow protection.Kaz Kylheku2021-06-242-0/+34
* file layout: moving share/txr/stdlib to stdlib.Kaz Kylheku2021-06-2453-13/+32
* matcher: new looping macros.Kaz Kylheku2021-06-245-0/+163
* matcher: remove unused gensym.Kaz Kylheku2021-06-241-1/+0
* New: stack overflow protection.Kaz Kylheku2021-06-2310-3/+169
* lib: use existing self variable.Kaz Kylheku2021-06-231-2/+2
* cmp_str: whitespace.Kaz Kylheku2021-06-231-37/+37
* long-suffix: fix crash reproducing on Cygwin.Kaz Kylheku2021-06-231-3/+1
* cyr: broken on 64 bit.Kaz Kylheku2021-06-231-2/+3
* c_str now takes a self argument.Kaz Kylheku2021-06-2321-231/+297
* short-suffix, long-suffix: no match across slash.Kaz Kylheku2021-06-223-8/+96
* lib: rmismatch tests and bugfix.Kaz Kylheku2021-06-222-1/+40
* lib: optimize mismatch, rmismatch for strings.Kaz Kylheku2021-06-222-3/+95
* New functions: long-suffix, short-suffix.Kaz Kylheku2021-06-225-0/+116
* doc: formatting in quasiquote pattern matching.Kaz Kylheku2021-06-221-1/+1
* Dubious new functions cxr/cyr.Kaz Kylheku2021-06-216-0/+141
* lib: remove useless coerce.Kaz Kylheku2021-06-211-1/+1
* subprocesses: cygwin fixes.Kaz Kylheku2021-06-202-5/+11
* glob: support sequence of patterns argument.Kaz Kylheku2021-06-202-12/+53
* doc: recent typo.Kaz Kylheku2021-06-201-1/+1
* subprocesses: a few test cases.Kaz Kylheku2021-06-201-0/+18
* 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