| Commit message (Expand) | Author | Age | Files | Lines |
* | match-str: tests with negative pos. | Kaz Kylheku | 2021-04-28 | 1 | -1/+29 |
* | match-str: tests and bugfix. | Kaz Kylheku | 2021-04-27 | 1 | -0/+41 |
* | matcher: make use of mtest in test suite. | Kaz Kylheku | 2021-04-27 | 1 | -111/+122 |
* | matcher: add some test variants. | Kaz Kylheku | 2021-04-26 | 1 | -2/+20 |
* | matcher: quasi match incorrectly treats nil as bound. | Kaz Kylheku | 2021-04-26 | 1 | -1/+5 |
* | matcher: bugfix in `text{rest}` case. | Kaz Kylheku | 2021-04-26 | 1 | -0/+3 |
* | matcher: more quasi tests: coverage of all cases. | Kaz Kylheku | 2021-04-25 | 1 | -1/+8 |
* | match: third round of quasi tests and fixes. | Kaz Kylheku | 2021-04-25 | 1 | -0/+14 |
* | matcher: second round of quasi tests and fixes. | Kaz Kylheku | 2021-04-25 | 1 | -0/+6 |
* | matcher: first round of quasi tests and bugfix. | Kaz Kylheku | 2021-04-25 | 1 | -0/+10 |
* | matcher: compile the test cases. | Kaz Kylheku | 2021-04-22 | 1 | -6/+13 |
* | matcher: defmatch: useful :env parameter. | Kaz Kylheku | 2021-04-21 | 1 | -0/+15 |
* | compile/eval: new operator, mac-env-param-bind. | Kaz Kylheku | 2021-04-21 | 1 | -0/+5 |
* | matcher: new pattern operator @(end) | Kaz Kylheku | 2021-04-20 | 1 | -0/+7 |
* | tests: disable some UTF-8 tests on 16 bit wchar_t. | Kaz Kylheku | 2021-04-20 | 1 | -8/+9 |
* | openbsd: fix tests. | Kaz Kylheku | 2021-04-20 | 5 | -32/+34 |
* | matcher: first pattern macro, sme. | Kaz Kylheku | 2021-04-19 | 1 | -0/+37 |
* | compile/eval: print compiler error on *stderr*. | Kaz Kylheku | 2021-04-19 | 2 | -1/+9 |
* | tests: use fixed regsub in compile test. | Kaz Kylheku | 2021-04-13 | 1 | -1/+1 |
* | tests: implicitly generate empty .expected files. | Kaz Kylheku | 2021-04-12 | 28 | -2/+4 |
* | compiler: new test case. | Kaz Kylheku | 2021-04-11 | 1 | -0/+12 |
* | parser: allow non-UTF-8 bytes in literals and regexes. | Kaz Kylheku | 2021-04-08 | 1 | -0/+6 |
* | parser: allow funny UTF-8 in regexes and literals. | Kaz Kylheku | 2021-04-08 | 2 | -0/+7 |
* | utf8: fix backtracking bugs in buffer decoder. | Kaz Kylheku | 2021-04-07 | 1 | -0/+7 |
* | MacOS: adjust socket-basic test for dgram size. | Kaz Kylheku | 2021-03-24 | 1 | -4/+7 |
* | txr: bugfix: give @(call) same semantics as direct call. | Kaz Kylheku | 2021-02-22 | 2 | -0/+6 |
* | txr: pattern function calls are non-matching. | Kaz Kylheku | 2021-02-21 | 2 | -0/+5 |
* | @(call): bugfix: matching doesn't continue. | Kaz Kylheku | 2021-02-17 | 2 | -0/+15 |
* | struct: changing meaning of obj.[fun ...] syntax. | Kaz Kylheku | 2021-02-09 | 2 | -6/+6 |
* | matcher: add @(or) test involving existing variables. | Kaz Kylheku | 2021-02-08 | 1 | -0/+5 |
* | matcher: @(and) back-referencing test. | Kaz Kylheku | 2021-02-08 | 1 | -0/+3 |
* | matcher: fix backreferencing in predicate. | Kaz Kylheku | 2021-02-08 | 1 | -0/+6 |
* | matcher: test for dotted variable in predicate. | Kaz Kylheku | 2021-02-08 | 1 | -0/+4 |
* | matcher: remove @(op ...) pattern. | Kaz Kylheku | 2021-02-06 | 1 | -2/+2 |
* | matcher: redesign predicate pattern. | Kaz Kylheku | 2021-02-06 | 1 | -13/+10 |
* | matcher: back-reference Lisp variables. | Kaz Kylheku | 2021-02-05 | 1 | -0/+21 |
* | matcher: rearrange match order of @(with). | Kaz Kylheku | 2021-02-05 | 1 | -2/+7 |
* | matcher: lambda-match: redoc, bugfix, test-cases | Kaz Kylheku | 2021-02-04 | 1 | -0/+50 |
* | matcher: new failing backreferencing test case. | Kaz Kylheku | 2021-02-02 | 1 | -0/+4 |
* | matcher: new @(with) operator. | Kaz Kylheku | 2021-02-01 | 1 | -0/+8 |
* | matcher: rename @(let) to @(as). | Kaz Kylheku | 2021-02-01 | 1 | -6/+6 |
* | matcher: adding test case for @(or) regression. | Kaz Kylheku | 2021-02-01 | 1 | -0/+3 |
* | matcher: bugfix: bad stray code in @[...] matcher. | Kaz Kylheku | 2021-02-01 | 1 | -0/+4 |
* | @(rebind): bugfix: don't clobber right side variable. | Kaz Kylheku | 2021-01-30 | 2 | -0/+11 |
* | matcher: bugfix: @nil isn't trivial. | Kaz Kylheku | 2021-01-29 | 1 | -0/+1 |
* | matcher: restructuring to fix new broken case. | Kaz Kylheku | 2021-01-28 | 1 | -0/+2 |
* | mather: new bad (@(predicate) @(all ...)) test case. | Kaz Kylheku | 2021-01-27 | 1 | -0/+2 |
* | matcher: new broken test case: bad order of checks. | Kaz Kylheku | 2021-01-27 | 1 | -0/+2 |
* | matcher: add failing @(or @(and ...)) test. | Kaz Kylheku | 2021-01-27 | 1 | -0/+2 |
* | matcher: add failing @(all (@or ...)) test. | Kaz Kylheku | 2021-01-27 | 1 | -0/+3 |