From 3ad2bb550a57a03e4c6311484dc532fed8beb880 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 1 Jul 2022 07:48:21 -0700 Subject: Version 278. * RELNOTES: Updated. * configure (txr_ver): Bumped version. * stdlib/ver.tl (lib-version): Bumped. * txr.1: Bumped version and date. * protsym.c: Regenerated. --- RELNOTES | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 1b8a8e60..1bae3e65 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,36 @@ + TXR 278 + 2022-06-01 + + + Features + + - New str function for making a string filled with + repeating pattern. + - Syntax: stricter check in for/for* loop syntax. + - I/O: + - open-fileno (TXR's "fdopen") now takes pid argument, to associate + the resulting stream with a process. + - close-stream will subsequently wait on that process, and convert + the status to a return value or exception. + - all I/O convenience functions like command-get-linews + now have a mode-opt argument. + - For instance "z" can be used for compressed I/O. + + Bugs + + - Build: broken when no HAVE_ZLIB. + - Command line: broken --free-all option. + - String output streams: GC issue, occuring in some builds. + - Listener: properly handle warnings coming out of code that is + autoloaded during Tab completion. + - Issue seen when working on TXR, with library .tlo files removed, + so .tl files are used. + - Compiler: failure in optimizer. + - Compression: missing "z" support in open-command. + - Missing: mode-opt argument of file-get-lines now implemented. + + + TXR LZ77 :-) 2022-05-31 -- cgit v1.2.3