| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | matcher: allow pat/var argument: @[expr var pat] | Kaz Kylheku | 2021-01-26 | 1 | -0/+8 |
* | lazy-sub-str: bugfix: invalid substructure sharing. | Kaz Kylheku | 2021-01-25 | 2 | -0/+46 |
* | doc: add back discussion about (rcons ...) pattern. | Kaz Kylheku | 2021-01-24 | 1 | -0/+3 |
* | matcher: rescind support for @(rcons ...) patterns. | Kaz Kylheku | 2021-01-24 | 1 | -0/+9 |
* | matcher: add optimized special case to hash pattern. | Kaz Kylheku | 2021-01-22 | 1 | -0/+3 |
* | matcher: document hash and some fixes. | Kaz Kylheku | 2021-01-22 | 1 | -0/+3 |
* | matcher: existing variables in @(all) now backref. | Kaz Kylheku | 2021-01-22 | 1 | -0/+4 |
* | matcher: new @(coll) operator. | Kaz Kylheku | 2021-01-21 | 1 | -0/+4 |
* | matcher: more test cases. | Kaz Kylheku | 2021-01-21 | 1 | -0/+29 |
* | matcher: matcher: fix broken @(let @a @(some @a)). | Kaz Kylheku | 2021-01-21 | 1 | -0/+2 |
* | matcher: fix broken @(let @a @(some @a)) test case. | Kaz Kylheku | 2021-01-21 | 1 | -0/+2 |
* | matcher: add failing circular backreferencing test. | Kaz Kylheku | 2021-01-21 | 1 | -0/+4 |
* | matcher: add another broken test case. | Kaz Kylheku | 2021-01-19 | 1 | -0/+2 |
* | matcher: add failing test case. | Kaz Kylheku | 2021-01-19 | 1 | -0/+2 |
* | doc: document when-match, if-match and match-case. | Kaz Kylheku | 2021-01-18 | 1 | -0/+14 |
* | matcher: add tests from documentation. | Kaz Kylheku | 2021-01-18 | 2 | -0/+68 |
* | mapcar: add test covering recent regression. | Kaz Kylheku | 2021-01-18 | 1 | -0/+3 |
* | awk: tests for fconv. | Kaz Kylheku | 2020-12-31 | 2 | -0/+21 |
* | chmod: disable some chmod tests on Cygwin. | Kaz Kylheku | 2020-12-24 | 1 | -21/+26 |
* | android: fix socket module, failing tests. | Kaz Kylheku | 2020-12-23 | 4 | -15/+17 |
* | random: add tests validating WELL512a. | Kaz Kylheku | 2020-10-07 | 2 | -0/+24 |
* | random: bugfix: incorrect WELL512a. | Kaz Kylheku | 2020-10-07 | 1 | -59/+59 |
* | New functions trim-left and trim-right. | Kaz Kylheku | 2020-10-05 | 2 | -0/+41 |
* | oop: add tests for diamond problem. | Kaz Kylheku | 2020-09-01 | 2 | -2/+23 |
* | New inaddr-str and in6addr-str functions. | Kaz Kylheku | 2020-07-24 | 4 | -0/+198 |
* | New: protocol for iteration with structs. | Kaz Kylheku | 2020-07-07 | 2 | -0/+56 |
* | lib: sort becomes non-destructive; nsort introduced. | Kaz Kylheku | 2020-05-13 | 1 | -3/+3 |
* | ifa: fix broken/invalid test case. | Kaz Kylheku | 2020-04-23 | 2 | -4/+7 |
* | New function: assq and rassq. | Kaz Kyheku | 2020-02-24 | 2 | -0/+8 |
* | chmod tests: avoid sticky bit when not available. | Kaz Kylheku | 2020-02-10 | 1 | -18/+25 |
* | chmod tests: use macro. | Kaz Kylheku | 2020-02-10 | 1 | -3/+3 |
* | chmod: ugo perms sees effects from same clause. | Kaz Kylheku | 2020-02-08 | 1 | -0/+1 |
* | chmod: ugo must refer to unaltered perms. | Kaz Kylheku | 2020-02-08 | 1 | -0/+5 |
* | chmod: bug handling comma after right hand ugo. | Kaz Kylheku | 2020-02-07 | 1 | -0/+1 |
* | chmod: setuid/setgid bit bugfix and new tests. | Kaz Kyheku | 2020-02-07 | 1 | -5/+6 |
* | chmod: bugfix and new tests. | Kaz Kyheku | 2020-02-07 | 1 | -0/+7 |
* | New tests for chmod. | Kaz Kyheku | 2020-02-07 | 3 | -0/+45 |
* | ffi: fix broken char handling in undimensioned arrays. | Kaz Kylheku | 2020-01-17 | 2 | -0/+11 |
* | tests: broken glob test cases crash under musl. | Kaz Kylheku | 2020-01-08 | 3 | -7/+21 |