Skip to content
Snippets Groups Projects
Commit 5eb24873 authored by rtoy's avatar rtoy
Browse files

Update.

parent 2b80efad
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment