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

Update from logs.

parent bd3d965b
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,11 @@ New in this release:
- The debugger help message is updated to reflect the actual
options for L and PP commands. Help for the DESCRIBE command
has been added.
- CMUCL now signals a cerror when attempting to redefine a slot
accessor via DEFUN or COMPILE. If continued, the accessor is
redefined, and CMUCL assumes the new definition is usable as a
slot accessor. Previously, CMUCL would print a warning and
undefine the structure.
* Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in
......
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