Skip to content
Snippets Groups Projects
Commit 97c8bb7f authored by rtoy's avatar rtoy
Browse files

Update notes.

parent c53007d8
No related branches found
No related tags found
No related merge requests found
...@@ -223,7 +223,13 @@ New in this release: ...@@ -223,7 +223,13 @@ New in this release:
into simple-strings even though there were data available. into simple-strings even though there were data available.
- READ-SEQUENCE was returning the wrong value when reading into - READ-SEQUENCE was returning the wrong value when reading into
simple-strings and when the :START value was not zero. simple-strings and when the :START value was not zero.
- CMUCL was computing the wrong value for some special functions
when the argument was on the branch cut for the function.
- MULTIPLE-VALUE-BIND accepts &REST and friends in the var list.
- When constructing logical pathnames, all components will be
automatically upcased. Needed for print/read consistency, and
fixes an issue with ASDF and logical pathnames.
* Other changes: * Other changes:
- CREATE-REQUEST-SERVER has an additional :reuse-address keyword - CREATE-REQUEST-SERVER has an additional :reuse-address keyword
argument. argument.
......
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