| Commit message (Expand) | Author | Age | Files | Lines |
* | regex-from-trie: correctly handle empty trie. | Kaz Kylheku | 2021-06-27 | 1 | -0/+4 |
* | regex-from-trie: bugs processing compressed trie. | Kaz Kylheku | 2021-06-27 | 1 | -0/+5 |
* | regex-from-trie: bugfix: incomplete regex. | Kaz Kylheku | 2021-06-27 | 1 | -1/+1 |
* | filter: regex-from-trie produces bad or syntax. | Kaz Kylheku | 2021-06-27 | 1 | -0/+49 |
* | tests: reduce time spent in stack overflow test. | Kaz Kylheku | 2021-06-26 | 1 | -0/+1 |
* | base-name: bug with empty string suffix. | Kaz Kylheku | 2021-06-26 | 1 | -0/+28 |
* | suffix functions: requirements change. | Kaz Kylheku | 2021-06-26 | 1 | -22/+22 |
* | suffix functions: leading dot is not delimiter | Kaz Kylheku | 2021-06-26 | 1 | -13/+23 |
* | signals: disable stack overflow in handler. | Kaz Kylheku | 2021-06-24 | 1 | -0/+11 |
* | txr: stack protection in pattern language. | Kaz Kylheku | 2021-06-24 | 2 | -0/+9 |
* | Test for stack overflow protection. | Kaz Kylheku | 2021-06-24 | 2 | -0/+34 |
* | matcher: new looping macros. | Kaz Kylheku | 2021-06-24 | 1 | -0/+25 |
* | short-suffix, long-suffix: no match across slash. | Kaz Kylheku | 2021-06-22 | 1 | -0/+26 |
* | lib: rmismatch tests and bugfix. | Kaz Kylheku | 2021-06-22 | 1 | -0/+39 |
* | lib: optimize mismatch, rmismatch for strings. | Kaz Kylheku | 2021-06-22 | 1 | -0/+49 |
* | New functions: long-suffix, short-suffix. | Kaz Kylheku | 2021-06-22 | 1 | -0/+34 |
* | Dubious new functions cxr/cyr. | Kaz Kylheku | 2021-06-21 | 1 | -0/+14 |
* | subprocesses: cygwin fixes. | Kaz Kylheku | 2021-06-20 | 1 | -3/+9 |
* | 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 | 2 | -1/+73 |
* | op: tests, and fix (op progn ...) situation | Kaz Kylheku | 2021-06-17 | 1 | -0/+71 |
* | txr-case: upkeep. | Kaz Kylheku | 2021-06-16 | 2 | -0/+13 |
* | math: forbid dubious inequality comparisons. | Kaz Kylheku | 2021-06-15 | 1 | -0/+56 |
* | expander: bug: atoms in quasiliteral. | Kaz Kylheku | 2021-06-15 | 1 | -0/+15 |
* | defsymacro: regression: don't expand replacement. | Kaz Kylheku | 2021-06-15 | 1 | -0/+8 |
* | format: revise numeric handling. | Kaz Kylheku | 2021-06-14 | 1 | -5/+96 |
* | format: new precision - character for zero. | Kaz Kylheku | 2021-06-14 | 1 | -0/+5 |
* | pic: support quasiliteral as format string. | Kaz Kylheku | 2021-06-11 | 1 | -0/+5 |
* | pic: allow trailing exclamation. | Kaz Kylheku | 2021-06-11 | 1 | -0/+5 |
* | pic: clarification and tests. | Kaz Kylheku | 2021-06-11 | 1 | -0/+6 |
* | tests: remove *stderr* to *stdnull* redirection. | Kaz Kylheku | 2021-06-11 | 3 | -17/+7 |
* | pic: test cases and fixes. | Kaz Kylheku | 2021-06-11 | 1 | -0/+88 |
* | tests: support testing for warnings. | Kaz Kylheku | 2021-06-11 | 1 | -5/+15 |
* | arith: switch sum and prod to seq_iter. | Kaz Kylheku | 2021-06-09 | 1 | -0/+24 |
* | reduce-left: rewrite using seq_iter. | Kaz Kylheku | 2021-06-09 | 1 | -0/+10 |
* | lib: new function, fill-vec. | Kaz Kylheku | 2021-06-08 | 1 | -0/+32 |
* | expander: expand must only ignores unbound warnings. | Kaz Kylheku | 2021-06-07 | 1 | -4/+4 |
* | matcher: doc fix, quasiquote examples, new test. | Kaz Kylheku | 2021-06-04 | 1 | -0/+1 |
* | json: pattern matching test cases and bugfix. | Kaz Kylheku | 2021-06-03 | 1 | -0/+17 |
* | json: improve escaping for script tags. | Kaz Kylheku | 2021-06-03 | 1 | -2/+12 |
* | json: fix two test cases for Windows. | Kaz Kylheku | 2021-06-02 | 1 | -2/+5 |
* | json: wrap up: test cases, fixes, tweaks. | Kaz Kylheku | 2021-05-31 | 2 | -0/+135 |
* | tests: fix vtest being hindrance to error finding. | Kaz Kylheku | 2021-05-25 | 2 | -10/+13 |
* | window-map: add tests, improve doc, add examples. | Kaz Kylheku | 2021-05-25 | 1 | -0/+19 |
* | window-map: broken :wrap and :reflect. | Kaz Kylheku | 2021-05-25 | 1 | -0/+33 |
* | matcher: allow hash pattern to omit values. | Kaz Kylheku | 2021-05-24 | 1 | -0/+7 |
* | match: binary-integer conv tests for #x-8000... | Kaz Kylheku | 2021-05-21 | 1 | -0/+21 |
* | math: add some tests related to integer conversion. | Kaz Kylheku | 2021-05-21 | 1 | -0/+50 |
* | parser: bug: handing of lex state in pushback tokens. | Kaz Kylheku | 2021-05-12 | 1 | -0/+6 |
* | tree: let tree-iter be iterable via generic iteration. | Kaz Kylheku | 2021-05-12 | 1 | -0/+5 |