| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | tree: streamline iteration; provide high limit. | Kaz Kylheku | 2021-05-11 | 1 | -7/+7 |
* | tree: support indexing and range extraction. | Kaz Kylheku | 2021-05-11 | 1 | -0/+18 |
* | tree: replace-tree-iter function. | Kaz Kylheku | 2021-05-11 | 1 | -0/+11 |
* | tree: copy-tree-iter function. | Kaz Kylheku | 2021-05-10 | 1 | -0/+9 |
* | diff/isec: reset hash/tree iter instead making new. | Kaz Kylheku | 2021-05-10 | 2 | -0/+11 |
* | tree: new tree-peek function. | Kaz Kylheku | 2021-05-09 | 1 | -0/+8 |
* | tree: new make_similar_tree unction. | Kaz Kylheku | 2021-05-09 | 1 | -0/+8 |
* | parser: #; tests and bugfixes. | Kaz Kylheku | 2021-05-06 | 1 | -0/+20 |
* | matcher: new "each-match family" of macros. | Kaz Kylheku | 2021-05-04 | 1 | -0/+53 |
* | format: ~x/~X specifiers support buffers. | Kaz Kylheku | 2021-05-04 | 1 | -0/+29 |
* | buf: bugfix: int-buf, uint-buf refer to alloc size. | Kaz Kylheku | 2021-05-04 | 1 | -0/+4 |
* | rel-path: bugfixes. | Kaz Kylheku | 2021-05-03 | 1 | -1/+6 |
* | New function: rel-path. | Kaz Kylheku | 2021-05-03 | 1 | -0/+17 |
* | bug: join-with segfault on character separators. | Kaz Kylheku | 2021-05-02 | 1 | -0/+23 |
* | tree: new functions for reseting iterator. | Kaz Kylheku | 2021-04-30 | 1 | -0/+15 |
* | tree: use rlist in test case. | Kaz Kylheku | 2021-04-30 | 1 | -1/+1 |
* | mapcar*: fix broken. | Kaz Kylheku | 2021-04-29 | 1 | -0/+6 |
* | tree: new tree-begin-at function. | Kaz Kylheku | 2021-04-29 | 1 | -1/+28 |
* | tree: more tests. | Kaz Kylheku | 2021-04-29 | 1 | -0/+40 |
* | tree: incorrect lookup function. | Kaz Kylheku | 2021-04-29 | 1 | -0/+31 |
* | tree: debug massive gc problems. | Kaz Kylheku | 2021-04-29 | 1 | -0/+0 |
* | 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 |