From 4efe0c9f2b1e2e118a10908b96da0c047bec9208 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 10 Mar 2016 06:50:31 -0800 Subject: Version 135. * RELNOTES: Updated. * configure, txr.1: Bumped version and date. * share/txr/stdlib/ver.tl: Likewise. * txr.vim, tl.vim: Regenerated. --- RELNOTES | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'RELNOTES') diff --git a/RELNOTES b/RELNOTES index 786e0d84..f6c3bf5c 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,3 +1,32 @@ + TXR 135 + 2016-03-10 + + + Features + + - The umask function is now provided. + - Special new stream type for datagram sockets, allowing + datagram programming to be very similar to and in some cases + identical to stream socket programming. + - A nil value in setenv now does unsetenv. + - Improvements in sockets: + - printed representation of sockets. + - error messages. + - error handling. + + Bugs + + - The get-string function closing a stream when told not to via a + nil value of the close-after-p optional argument. + - The setenv function had a similar bug, ignoring the overwrite-p optional + argument being passed as nil. + - Fixed cases of an incorrect error string from file streams returned by + get-error-string. + - Fixed gc-related instability caused by mishandling a field in an internal + parser structure with regard to the ephemeral gc rules. + + + TXR 134 2016-03-01 -- cgit v1.2.3