summaryrefslogtreecommitdiffstats
path: root/RELNOTES
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-05-31 02:16:39 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-05-31 02:16:39 -0700
commitb78c33f2929643c5678668095eeac5b5b096c101 (patch)
tree05e93fa34c563e1002280005c5f61a67dd337940 /RELNOTES
parent62e2b546144401149c17f1216e5bfafb02c0b834 (diff)
downloadtxr-b78c33f2929643c5678668095eeac5b5b096c101.tar.gz
txr-b78c33f2929643c5678668095eeac5b5b096c101.tar.bz2
txr-b78c33f2929643c5678668095eeac5b5b096c101.zip
Version 277.txr-277
* RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date. * txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES33
1 files changed, 33 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 3f42b8fa..1b8a8e60 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,36 @@
+ TXR LZ77 :-)
+ 2022-05-31
+
+
+ Features
+
+ - Zlib integration:
+ - New "z" mode option in open-file and open-fileno
+ for Deflate compression (reading and writing): reads and writes
+ gzip-compatible files.
+ - Supported in convenience functions like file-put-string,
+ file-get-buf and all those.
+ - buf-compress and buf-decompress functions.
+ - .tlo.gz files recognized by load as compressed.
+ - .tlo.gz files may be catenated just like .tlo files.
+
+ - Lib:
+ - tok-str function takes count argument.
+ - new spln and tokn functions: like spl and tok, but take
+ a count argument limiting pieces returned.
+
+ Bugs
+
+ - tests: load-search test when run as superuser.
+ - configure: don't exit when mmap isn't detected.
+ - stream-set-prop: return t when :name prop set on file stream.
+ - compilation bug in gc.c if HAVE_VALGRIND is on (maintainer mode only).
+ - removed workaround for old Cygwin bug in I/O streams.
+ - tags.tl renamed to txr-tags.tl to avoid name clash with tags file.
+ - cygwin: sh function was wrongly using cmd.exe /c.
+
+
+
TXR 276
2022-05-24