Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | path-search: fix test for sh not being in /bin. | Kaz Kylheku | 2021-07-04 | 1 | -1/+1 |
| | | | | | * tests/018/path-test.tl: Check that the result of a path-search for "sh" only ends in "/bin/sh", not that it is precisely "/bin/sh". | ||||
* | New function: path-search. | Kaz Kylheku | 2021-06-29 | 1 | -0/+15 |
* lisplib.c (path_test_set_entries): Autoload on path-search. * stdlib/path-test.tl (path-search): New function. * tests/018/path-test.tl: New file. * txr.1: Documented. * stdlib/doc-lookup.tl: Updated. |