diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-07-10 14:58:43 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-07-10 14:58:43 -0700 |
commit | e11ce7002975eb2ad785f4bd9ca3f0c95a86a9aa (patch) | |
tree | ccf54826f68204076d30c5ff33909bf6b19f7cb3 /stdlib/doc-syms.tl | |
parent | 91d1a70c1d64c67bbaa5dc94dabf7461ad97bb8d (diff) | |
download | txr-e11ce7002975eb2ad785f4bd9ca3f0c95a86a9aa.tar.gz txr-e11ce7002975eb2ad785f4bd9ca3f0c95a86a9aa.tar.bz2 txr-e11ce7002975eb2ad785f4bd9ca3f0c95a86a9aa.zip |
New function: add-suffix.
* stream.c, stream.h (add_suffix): New function.
(stream_init): add-suffix intrinsic registered.
* tests/018/path.tl: 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 c4a116c4..0d69f2a2 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -94,6 +94,7 @@ ("acosh" "D-0041") ("add" "N-03244398") ("add*" "N-03244398") + ("add-suffix" "N-00AE9981") ("addrinfo" "N-0110E961") ("ado" "N-011CFC0C") ("af-inet" "N-0228EAE0") |