summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* matcher: redesign predicate pattern.Kaz Kylheku2021-02-061-13/+10
* matcher: back-reference Lisp variables.Kaz Kylheku2021-02-051-0/+21
* matcher: rearrange match order of @(with).Kaz Kylheku2021-02-051-2/+7
* matcher: lambda-match: redoc, bugfix, test-casesKaz Kylheku2021-02-041-0/+50
* matcher: new failing backreferencing test case.Kaz Kylheku2021-02-021-0/+4
* matcher: new @(with) operator.Kaz Kylheku2021-02-011-0/+8
* matcher: rename @(let) to @(as).Kaz Kylheku2021-02-011-6/+6
* matcher: adding test case for @(or) regression.Kaz Kylheku2021-02-011-0/+3
* matcher: bugfix: bad stray code in @[...] matcher.Kaz Kylheku2021-02-011-0/+4
* @(rebind): bugfix: don't clobber right side variable.Kaz Kylheku2021-01-302-0/+11
* matcher: bugfix: @nil isn't trivial.Kaz Kylheku2021-01-291-0/+1
* matcher: restructuring to fix new broken case.Kaz Kylheku2021-01-281-0/+2
* mather: new bad (@(predicate) @(all ...)) test case.Kaz Kylheku2021-01-271-0/+2
* matcher: new broken test case: bad order of checks.Kaz Kylheku2021-01-271-0/+2
* matcher: add failing @(or @(and ...)) test.Kaz Kylheku2021-01-271-0/+2
* matcher: add failing @(all (@or ...)) test.Kaz Kylheku2021-01-271-0/+3
* matcher: allow pat/var argument: @[expr var pat]Kaz Kylheku2021-01-261-0/+8
* lazy-sub-str: bugfix: invalid substructure sharing.Kaz Kylheku2021-01-252-0/+46
* doc: add back discussion about (rcons ...) pattern.Kaz Kylheku2021-01-241-0/+3
* matcher: rescind support for @(rcons ...) patterns.Kaz Kylheku2021-01-241-0/+9
* matcher: add optimized special case to hash pattern.Kaz Kylheku2021-01-221-0/+3
* matcher: document hash and some fixes.Kaz Kylheku2021-01-221-0/+3
* matcher: existing variables in @(all) now backref.Kaz Kylheku2021-01-221-0/+4
* matcher: new @(coll) operator.Kaz Kylheku2021-01-211-0/+4
* matcher: more test cases.Kaz Kylheku2021-01-211-0/+29
* matcher: matcher: fix broken @(let @a @(some @a)).Kaz Kylheku2021-01-211-0/+2
* matcher: fix broken @(let @a @(some @a)) test case.Kaz Kylheku2021-01-211-0/+2
* matcher: add failing circular backreferencing test.Kaz Kylheku2021-01-211-0/+4
* matcher: add another broken test case.Kaz Kylheku2021-01-191-0/+2
* matcher: add failing test case.Kaz Kylheku2021-01-191-0/+2
* doc: document when-match, if-match and match-case.Kaz Kylheku2021-01-181-0/+14
* matcher: add tests from documentation.Kaz Kylheku2021-01-182-0/+68
* mapcar: add test covering recent regression.Kaz Kylheku2021-01-181-0/+3
* awk: tests for fconv.Kaz Kylheku2020-12-312-0/+21
* chmod: disable some chmod tests on Cygwin.Kaz Kylheku2020-12-241-21/+26
* android: fix socket module, failing tests.Kaz Kylheku2020-12-234-15/+17
* random: add tests validating WELL512a.Kaz Kylheku2020-10-072-0/+24
* random: bugfix: incorrect WELL512a.Kaz Kylheku2020-10-071-59/+59
* New functions trim-left and trim-right.Kaz Kylheku2020-10-052-0/+41
* oop: add tests for diamond problem.Kaz Kylheku2020-09-012-2/+23
* New inaddr-str and in6addr-str functions.Kaz Kylheku2020-07-244-0/+198
* New: protocol for iteration with structs.Kaz Kylheku2020-07-072-0/+56
* lib: sort becomes non-destructive; nsort introduced.Kaz Kylheku2020-05-131-3/+3
* ifa: fix broken/invalid test case.Kaz Kylheku2020-04-232-4/+7
* New function: assq and rassq.Kaz Kyheku2020-02-242-0/+8
* chmod tests: avoid sticky bit when not available.Kaz Kylheku2020-02-101-18/+25
* chmod tests: use macro.Kaz Kylheku2020-02-101-3/+3
* chmod: ugo perms sees effects from same clause.Kaz Kylheku2020-02-081-0/+1
* chmod: ugo must refer to unaltered perms.Kaz Kylheku2020-02-081-0/+5
* chmod: bug handling comma after right hand ugo.Kaz Kylheku2020-02-071-0/+1