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 /stdlib/doc-syms.tl | |
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 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index 7301068a..ea778779 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -2045,6 +2045,7 @@ ("trie-value-at" "N-012A1BAD") ("trim-left" "N-00CF29CC") ("trim-long-suffix" "N-03CAC692") + ("trim-path-seps" "N-0362D31C") ("trim-right" "N-00CF29CC") ("trim-short-suffix" "N-03CAC692") ("trim-str" "N-00E6E63B") |