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

Update from commit logs.

parent 8e07a9aa
No related branches found
No related tags found
No related merge requests found
...@@ -196,6 +196,16 @@ New in this release: ...@@ -196,6 +196,16 @@ New in this release:
can be used for character input. READ-VECTOR and WRITE-VECTOR can be used for character input. READ-VECTOR and WRITE-VECTOR
also implemented. This is somewhat experimental right now, also implemented. This is somewhat experimental right now,
and may change slightly in a future version. and may change slightly in a future version.
- The config script uses REQUIRE instead of LOAD to load up
CMUCL's system libraries so there are no package-lock errors.
- REQUIRE no longer disables package-locks when loading
requested file. But package-locks are disabled for CMUCL's
own system libraries like gray-streams, clx, etc.
- MAKE-INDENTING-STREAM and INDENTING-STREAM-P are exported from
the EXTENSIONS package instead of being internal.
- TRACE will work now for the known-return convention, which
used to require encapsulation so that only the first call was
traced. Useful for tracing recursive functions.
* Improvements to the PCL implementation of CLOS: * Improvements to the PCL implementation of CLOS:
- AMOP-style custom slot allocation supported. - AMOP-style custom slot allocation supported.
......
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