Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | path-equal: enable and fix failing tests. | Kaz Kylheku | 2021-10-20 | 1 | -3/+2 |
| | | | | | | | | | * stdlib/copy-file.tl (path-simplify): If the incoming path's first component is "", it is absolute; in that case swallow any components that go above. * tests/018/path-equal.tl: Uncomment two previously failing tests. | ||||
* | New path-equal function. | Kaz Kylheku | 2021-10-10 | 1 | -0/+18 |
* lisplib.c (copy_file_set_entries): Add path-equal to autoload symbols. * stdlib/copy-file.tl (path-equal): New function. * tests/018/path-equal.tl: New file. * txr.1: Documented. |