summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* parser: #; tests and bugfixes.Kaz Kylheku2021-05-061-0/+20
* matcher: new "each-match family" of macros.Kaz Kylheku2021-05-041-0/+53
* format: ~x/~X specifiers support buffers.Kaz Kylheku2021-05-041-0/+29
* buf: bugfix: int-buf, uint-buf refer to alloc size.Kaz Kylheku2021-05-041-0/+4
* rel-path: bugfixes.Kaz Kylheku2021-05-031-1/+6
* New function: rel-path.Kaz Kylheku2021-05-031-0/+17
* bug: join-with segfault on character separators.Kaz Kylheku2021-05-021-0/+23
* tree: new functions for reseting iterator.Kaz Kylheku2021-04-301-0/+15
* tree: use rlist in test case.Kaz Kylheku2021-04-301-1/+1
* mapcar*: fix broken.Kaz Kylheku2021-04-291-0/+6
* tree: new tree-begin-at function.Kaz Kylheku2021-04-291-1/+28
* tree: more tests.Kaz Kylheku2021-04-291-0/+40
* tree: incorrect lookup function.Kaz Kylheku2021-04-291-0/+31
* tree: debug massive gc problems.Kaz Kylheku2021-04-291-0/+0
* match-str: tests with negative pos.Kaz Kylheku2021-04-281-1/+29
* match-str: tests and bugfix.Kaz Kylheku2021-04-271-0/+41
* matcher: make use of mtest in test suite.Kaz Kylheku2021-04-271-111/+122
* matcher: add some test variants.Kaz Kylheku2021-04-261-2/+20
* matcher: quasi match incorrectly treats nil as bound.Kaz Kylheku2021-04-261-1/+5
* matcher: bugfix in `text{rest}` case.Kaz Kylheku2021-04-261-0/+3
* matcher: more quasi tests: coverage of all cases.Kaz Kylheku2021-04-251-1/+8
* match: third round of quasi tests and fixes.Kaz Kylheku2021-04-251-0/+14
* matcher: second round of quasi tests and fixes.Kaz Kylheku2021-04-251-0/+6
* matcher: first round of quasi tests and bugfix.Kaz Kylheku2021-04-251-0/+10
* matcher: compile the test cases.Kaz Kylheku2021-04-221-6/+13
* matcher: defmatch: useful :env parameter.Kaz Kylheku2021-04-211-0/+15
* compile/eval: new operator, mac-env-param-bind.Kaz Kylheku2021-04-211-0/+5
* matcher: new pattern operator @(end)Kaz Kylheku2021-04-201-0/+7
* tests: disable some UTF-8 tests on 16 bit wchar_t.Kaz Kylheku2021-04-201-8/+9
* openbsd: fix tests.Kaz Kylheku2021-04-205-32/+34
* matcher: first pattern macro, sme.Kaz Kylheku2021-04-191-0/+37
* compile/eval: print compiler error on *stderr*.Kaz Kylheku2021-04-192-1/+9
* tests: use fixed regsub in compile test.Kaz Kylheku2021-04-131-1/+1
* tests: implicitly generate empty .expected files.Kaz Kylheku2021-04-1228-2/+4
* compiler: new test case.Kaz Kylheku2021-04-111-0/+12
* parser: allow non-UTF-8 bytes in literals and regexes.Kaz Kylheku2021-04-081-0/+6
* parser: allow funny UTF-8 in regexes and literals.Kaz Kylheku2021-04-082-0/+7
* utf8: fix backtracking bugs in buffer decoder.Kaz Kylheku2021-04-071-0/+7
* MacOS: adjust socket-basic test for dgram size.Kaz Kylheku2021-03-241-4/+7
* txr: bugfix: give @(call) same semantics as direct call.Kaz Kylheku2021-02-222-0/+6
* txr: pattern function calls are non-matching.Kaz Kylheku2021-02-212-0/+5
* @(call): bugfix: matching doesn't continue.Kaz Kylheku2021-02-172-0/+15
* struct: changing meaning of obj.[fun ...] syntax.Kaz Kylheku2021-02-092-6/+6
* matcher: add @(or) test involving existing variables.Kaz Kylheku2021-02-081-0/+5
* matcher: @(and) back-referencing test.Kaz Kylheku2021-02-081-0/+3
* matcher: fix backreferencing in predicate.Kaz Kylheku2021-02-081-0/+6
* matcher: test for dotted variable in predicate.Kaz Kylheku2021-02-081-0/+4
* matcher: remove @(op ...) pattern.Kaz Kylheku2021-02-061-2/+2
* matcher: redesign predicate pattern.Kaz Kylheku2021-02-061-13/+10
* matcher: back-reference Lisp variables.Kaz Kylheku2021-02-051-0/+21