diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-22 06:53:56 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-22 06:53:56 -0700 |
commit | 08b4921e616a17ed8492527c6a89c08ccc33ea35 (patch) | |
tree | a67cc7524770d4113125ea643895ae8796bba998 /share | |
parent | 26b9e97b65074eeee273bf6dd8ee1958f1128c1e (diff) | |
download | txr-08b4921e616a17ed8492527c6a89c08ccc33ea35.tar.gz txr-08b4921e616a17ed8492527c6a89c08ccc33ea35.tar.bz2 txr-08b4921e616a17ed8492527c6a89c08ccc33ea35.zip |
New functions: long-suffix, short-suffix.
* stream.c (short_suffix, long_suffix): New functions.
(stream_init): short-suffix and long-suffix intrinsics
registered.
* stream.c (short_suffix, long_suffix): Declared.
* tests/018/path.tl: New file.
* txr.1: Documented.
* share/txr/stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'share')
-rw-r--r-- | share/txr/stdlib/doc-syms.tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/txr/stdlib/doc-syms.tl b/share/txr/stdlib/doc-syms.tl index 36e1e197..006cf9d1 100644 --- a/share/txr/stdlib/doc-syms.tl +++ b/share/txr/stdlib/doc-syms.tl @@ -1134,6 +1134,7 @@ ("logtrunc" "D-0075") ("logxor" "N-02D5AF97") ("long" "N-018C7C8C") + ("long-suffix" "N-00A3183A") ("longlong" "N-02299408") ("lop" "N-017F3A22") ("lset" "N-008216EC") @@ -1645,6 +1646,7 @@ ("sha256-stream" "N-006C94B6") ("shift" "N-01AC8471") ("short" "N-018C7C8C") + ("short-suffix" "N-00A3183A") ("shuffle" "N-01F12561") ("shut-rd" "N-028953A4") ("shut-rdwr" "N-028953A4") |