| Commit message (Expand) | Author | Age | Files | Lines |
* | regex-from-trie: bugs processing compressed trie. | Kaz Kylheku | 2021-06-27 | 2 | -3/+10 |
* | filter: remove useless statement. | Kaz Kylheku | 2021-06-27 | 1 | -2/+0 |
* | regex-from-trie: bugfix: incomplete regex. | Kaz Kylheku | 2021-06-27 | 2 | -1/+3 |
* | filter: regex-from-trie produces bad or syntax. | Kaz Kylheku | 2021-06-27 | 2 | -6/+58 |
* | signal: fix warning in older compilers. | Kaz Kylheku | 2021-06-26 | 1 | -1/+1 |
* | tests: reduce time spent in stack overflow test. | Kaz Kylheku | 2021-06-26 | 1 | -0/+1 |
* | linenoise: end-of-line/buffer selection glitch. | Kaz Kylheku | 2021-06-26 | 1 | -1/+1 |
* | base-name: bug with empty string suffix. | Kaz Kylheku | 2021-06-26 | 2 | -1/+29 |
* | suffix functions: requirements change. | Kaz Kylheku | 2021-06-26 | 3 | -39/+40 |
* | byacc: fix regression caused by yystype. | Kaz Kylheku | 2021-06-26 | 1 | -1/+1 |
* | suffix functions: leading dot is not delimiter | Kaz Kylheku | 2021-06-26 | 3 | -19/+37 |
* | doc: fix while-match syntax. | Kaz Kylheku | 2021-06-25 | 1 | -1/+1 |
* | doc: election typo. | Kaz Kylheku | 2021-06-25 | 1 | -1/+1 |
* | build: fix broken building in separate directory. | Kaz Kylheku | 2021-06-25 | 1 | -1/+1 |
* | Version 264txr-264 | Kaz Kylheku | 2021-06-25 | 7 | -803/+861 |
* | windows: adjust to stdlib rename. | Kaz Kylheku | 2021-06-25 | 1 | -3/+3 |
* | vim: improve json unquote situation. | Kaz Kylheku | 2021-06-24 | 1 | -1/+2 |
* | signals: disable stack overflow in handler. | Kaz Kylheku | 2021-06-24 | 2 | -0/+15 |
* | txr: stack protection in pattern language. | Kaz Kylheku | 2021-06-24 | 3 | -0/+13 |
* | limit print depth/width when diagnosing oveflow. | Kaz Kylheku | 2021-06-24 | 1 | -0/+11 |
* | doc: standardize on "user-defined". | Kaz Kylheku | 2021-06-24 | 1 | -7/+7 |
* | install-tests: use relative path in run.sh. | Kaz Kylheku | 2021-06-24 | 1 | -1/+1 |
* | parser: no string allocation when scanning floats. | Kaz Kylheku | 2021-06-24 | 4 | -195/+211 |
* | Test for stack overflow protection. | Kaz Kylheku | 2021-06-24 | 2 | -0/+34 |
* | file layout: moving share/txr/stdlib to stdlib. | Kaz Kylheku | 2021-06-24 | 53 | -13/+32 |
* | matcher: new looping macros. | Kaz Kylheku | 2021-06-24 | 5 | -0/+163 |
* | matcher: remove unused gensym. | Kaz Kylheku | 2021-06-24 | 1 | -1/+0 |
* | New: stack overflow protection. | Kaz Kylheku | 2021-06-23 | 10 | -3/+169 |
* | lib: use existing self variable. | Kaz Kylheku | 2021-06-23 | 1 | -2/+2 |
* | cmp_str: whitespace. | Kaz Kylheku | 2021-06-23 | 1 | -37/+37 |
* | long-suffix: fix crash reproducing on Cygwin. | Kaz Kylheku | 2021-06-23 | 1 | -3/+1 |
* | cyr: broken on 64 bit. | Kaz Kylheku | 2021-06-23 | 1 | -2/+3 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 21 | -231/+297 |
* | short-suffix, long-suffix: no match across slash. | Kaz Kylheku | 2021-06-22 | 3 | -8/+96 |
* | lib: rmismatch tests and bugfix. | Kaz Kylheku | 2021-06-22 | 2 | -1/+40 |
* | lib: optimize mismatch, rmismatch for strings. | Kaz Kylheku | 2021-06-22 | 2 | -3/+95 |
* | New functions: long-suffix, short-suffix. | Kaz Kylheku | 2021-06-22 | 5 | -0/+116 |
* | doc: formatting in quasiquote pattern matching. | Kaz Kylheku | 2021-06-22 | 1 | -1/+1 |
* | Dubious new functions cxr/cyr. | Kaz Kylheku | 2021-06-21 | 6 | -0/+141 |
* | lib: remove useless coerce. | Kaz Kylheku | 2021-06-21 | 1 | -1/+1 |
* | subprocesses: cygwin fixes. | Kaz Kylheku | 2021-06-20 | 2 | -5/+11 |
* | glob: support sequence of patterns argument. | Kaz Kylheku | 2021-06-20 | 2 | -12/+53 |
* | doc: recent typo. | Kaz Kylheku | 2021-06-20 | 1 | -1/+1 |
* | subprocesses: a few test cases. | Kaz Kylheku | 2021-06-20 | 1 | -0/+18 |
* | read/get-json: reject trailing junk in string input. | Kaz Kylheku | 2021-06-20 | 4 | -4/+106 |
* | streams: pipe streams not needed if we have fork. | Kaz Kylheku | 2021-06-19 | 2 | -3/+7 |
* | system: stop using popen if we have fork. | Kaz Kylheku | 2021-06-19 | 3 | -35/+62 |
* | Version 263txr-263 | Kaz Kylheku | 2021-06-17 | 7 | -828/+882 |
* | sysif: define passwd_s if we have <grp.h>. | Kaz Kylheku | 2021-06-17 | 1 | -1/+5 |
* | android: fix compiler noise about __ANDROID_API__ | Kaz Kylheku | 2021-06-17 | 1 | -1/+1 |