diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-29 06:52:38 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-29 06:52:38 -0700 |
commit | 7a9786b4154f939e60bb2923b8b90a81f38e20ad (patch) | |
tree | bed321bd031292edcb41fd809d303e50e5e79d7e /lisplib.c | |
parent | 71d939c17417180c2d6c77032fece5bdef7181d1 (diff) | |
download | txr-7a9786b4154f939e60bb2923b8b90a81f38e20ad.tar.gz txr-7a9786b4154f939e60bb2923b8b90a81f38e20ad.tar.bz2 txr-7a9786b4154f939e60bb2923b8b90a81f38e20ad.zip |
New function: path-search.
* 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.
Diffstat (limited to 'lisplib.c')
-rw-r--r-- | lisplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ static val path_test_set_entries(val dlt, val fun) lit("path-newer"), lit("path-older"), lit("path-same-object"), lit("path-private-to-me-p"), lit("path-strictly-private-to-me-p"), - lit("path-dir-empty"), + lit("path-dir-empty"), lit("path-search"), nil }; |