Skip to content
Snippets Groups Projects
Commit 4ac20a54 authored by rtoy's avatar rtoy
Browse files

Update from logs.

parent ad045f27
No related branches found
No related tags found
No related merge requests found
...@@ -94,6 +94,14 @@ New in this release: ...@@ -94,6 +94,14 @@ New in this release:
pathname differs from the host for the defaults. pathname differs from the host for the defaults.
- CMUCL recognizes multi-arch (fat) shared libs on Darwin/ppc. - CMUCL recognizes multi-arch (fat) shared libs on Darwin/ppc.
It's now possible to load libSystem.dylib. It's now possible to load libSystem.dylib.
- #p".." is read as a directory instead of as a file with name
#"." and type "".
- #p"..." and similar forms with more dots is read as a file
with name equal to the string and type nil. Previously, the
name had one fewer dot with type "".
- MAKE-PATHNAME with :name equal to ".." or "." will generate a
warning because CMUCL cannot print that in a form that will be
read back the same.
* Other changes: * Other changes:
......
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