diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-28 13:42:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-28 13:42:36 -0700 |
commit | 549d997bab774883d5521dddf71b846815a33ee8 (patch) | |
tree | 07d17fb519b31b54c31be7aa61241ab7208c37bb /stdlib/doc-syms.tl | |
parent | daf0ab0c5402b3f493be73bd3b7dc7f977234c91 (diff) | |
download | txr-549d997bab774883d5521dddf71b846815a33ee8.tar.gz txr-549d997bab774883d5521dddf71b846815a33ee8.tar.bz2 txr-549d997bab774883d5521dddf71b846815a33ee8.zip |
buf: compression and decompression functions.
* buf.c (buf_compress, buf_decompress): New static functions.
(buf_init): buf-compress and buf-decompress intrinsics registered.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index ea778779..b9956422 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -175,7 +175,9 @@ ("buf" "D-005E") ("buf-alloc-size" "N-013A3727") ("buf-carray" "N-0022F54E") + ("buf-compress" "N-02DB9DFB") ("buf-d" "D-0014") + ("buf-decompress" "N-02DB9DFB") ("buf-get-char" "N-03E9074A") ("buf-get-cptr" "N-00E90766") ("buf-get-double" "N-006C6EB9") |