diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-07-25 20:37:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-07-25 20:37:21 -0700 |
commit | cb921d3db4b95aad0809cae41a7822efa0cf7180 (patch) | |
tree | 5ecea52cdaa6251fc58ecaab14ea29c478982c14 /autoload.c | |
parent | 2d645c70e57a1b2a00119e0c1c2b042d888d6aaa (diff) | |
download | txr-cb921d3db4b95aad0809cae41a7822efa0cf7180.tar.gz txr-cb921d3db4b95aad0809cae41a7822efa0cf7180.tar.bz2 txr-cb921d3db4b95aad0809cae41a7822efa0cf7180.zip |
New function: path-components-safe.
* autoload.c (path_test_set_entries): Autoload on
path-components-safe symbol.
* stdlib/path-test.tl (if-windows, if-native-windows):
New system macros.
(path-safe-sticky-dir): New system function.
(path-components-safe): New function.
* tests/018/path-safe.tl: New file.'
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'autoload.c')
-rw-r--r-- | autoload.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ static val path_test_set_entries(val fun) lit("path-mine-p"), lit("path-my-group-p"), lit("path-executable-to-me-p"), lit("path-writable-to-me-p"), lit("path-readable-to-me-p"), lit("path-read-writable-to-me-p"), + lit("path-safe-sticky-dir"), lit("path-components-safe"), lit("path-newer"), lit("path-older"), lit("path-same-object"), lit("path-private-to-me-p"), lit("path-strictly-private-to-me-p"), |