diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-31 02:16:39 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-31 02:16:39 -0700 |
commit | b78c33f2929643c5678668095eeac5b5b096c101 (patch) | |
tree | 05e93fa34c563e1002280005c5f61a67dd337940 /RELNOTES | |
parent | 62e2b546144401149c17f1216e5bfafb02c0b834 (diff) | |
download | txr-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-- | RELNOTES | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -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 |