diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-20 06:19:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-20 06:19:06 -0700 |
commit | 8a6c4b6749a94b3adae46e20de577918ca9d8c59 (patch) | |
tree | 817e4f4d9debe2631c789bd5b96d02625afedfd4 /stream.h | |
parent | 2536072b64006004c2999005a1961025725f8bfa (diff) | |
download | txr-8a6c4b6749a94b3adae46e20de577918ca9d8c59.tar.gz txr-8a6c4b6749a94b3adae46e20de577918ca9d8c59.tar.bz2 txr-8a6c4b6749a94b3adae46e20de577918ca9d8c59.zip |
New function: trim-path-seps
* stream.c (trim_path_seps): New function.
(stream_init): trim-path-seps intrinsic registered.
* stream.c (trim_path_seps): Declared.
* tests/018/path.tl: New tests.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stream.h')
-rw-r--r-- | stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -263,6 +263,7 @@ val short_suffix(val name, val alt_in); val long_suffix(val name, val alt_in); val trim_short_suffix(val name); val trim_long_suffix(val name); +val trim_path_seps(val name); val path_cat(val dir_name, val base_name); val add_suffix(val name, val suffix); val make_byte_input_stream(val obj); |