summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* regex-from-trie: correctly handle empty trie.Kaz Kylheku2021-06-272-2/+6
* regex-from-trie: bugs processing compressed trie.Kaz Kylheku2021-06-272-3/+10
* filter: remove useless statement.Kaz Kylheku2021-06-271-2/+0
* regex-from-trie: bugfix: incomplete regex.Kaz Kylheku2021-06-272-1/+3
* filter: regex-from-trie produces bad or syntax.Kaz Kylheku2021-06-272-6/+58
* signal: fix warning in older compilers.Kaz Kylheku2021-06-261-1/+1
* tests: reduce time spent in stack overflow test.Kaz Kylheku2021-06-261-0/+1
* linenoise: end-of-line/buffer selection glitch.Kaz Kylheku2021-06-261-1/+1
* base-name: bug with empty string suffix.Kaz Kylheku2021-06-262-1/+29
* suffix functions: requirements change.Kaz Kylheku2021-06-263-39/+40
* byacc: fix regression caused by yystype.Kaz Kylheku2021-06-261-1/+1
* suffix functions: leading dot is not delimiterKaz Kylheku2021-06-263-19/+37
* doc: fix while-match syntax.Kaz Kylheku2021-06-251-1/+1
* doc: election typo.Kaz Kylheku2021-06-251-1/+1
* build: fix broken building in separate directory.Kaz Kylheku2021-06-251-1/+1
* Version 264txr-264Kaz Kylheku2021-06-257-803/+861
* windows: adjust to stdlib rename.Kaz Kylheku2021-06-251-3/+3
* vim: improve json unquote situation.Kaz Kylheku2021-06-241-1/+2
* signals: disable stack overflow in handler.Kaz Kylheku2021-06-242-0/+15
* 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