From 5eb24873e7f2055fa79fc21cd44a1357b2d1127b Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 10 Feb 2005 17:52:11 +0000 Subject: [PATCH] Update. --- general-info/release-19b.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/general-info/release-19b.txt b/general-info/release-19b.txt index 5dc15788a..d7f78c185 100644 --- a/general-info/release-19b.txt +++ b/general-info/release-19b.txt @@ -54,6 +54,8 @@ New in this release: - Simple support for datagram networking added: INET-RECVFROM, INET-SENDTO, INET-SHUTDOWN. - Linkage table support for PPC and Darwin. + - A socket reset signals a SOCKET-ERROR condition instead of a + general ERROR condition. * Numerous ANSI compliance fixes: - FILE-AUTHOR should signal errors appropriately. @@ -104,6 +106,8 @@ New in this release: READ-DELIMITED-LIST, and READ-FROM-STRING now return NIL, as specified by ANSI CL. (Previously, CMUCL would return a list of NILs.) + - Pathname components of type :UNSPECIFIC are not printed in + namestrings anymore. * Numerous bugfixes: - FFLOOR and friends preserve the sign of the arg, so -0.0 is -- GitLab