diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-03-10 06:50:31 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-03-10 06:50:31 -0800 |
commit | 4efe0c9f2b1e2e118a10908b96da0c047bec9208 (patch) | |
tree | ee4cfe2145fb217e2a8484d073f9cc31bd205c0a /RELNOTES | |
parent | 3c5f110cc29f8d3fbf2069c68d25ccebee46679e (diff) | |
download | txr-4efe0c9f2b1e2e118a10908b96da0c047bec9208.tar.gz txr-4efe0c9f2b1e2e118a10908b96da0c047bec9208.tar.bz2 txr-4efe0c9f2b1e2e118a10908b96da0c047bec9208.zip |
Version 135.txr-135
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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 |