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

o Update from logs.

o Move the entry about debug help string to the bug section from the
  other changes section.  It is a bug.
parent 4fdb5b61
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ New in this release:
errors), but is available everywhere else.
* ANSI compliance fixes:
- COMPILE will update the macro-function if the specified names a
macro. (Previously, the fdefinition of the name was set.)
* Bugfixes:
- On Unicode builds, printing of '|\|| and '|`| was incorrect
......@@ -87,9 +89,11 @@ New in this release:
function. The generic function was called instead of the local
function.
- CMUCL would fail to compile external formats if *readtable* was
not the standard readtable. This is fixed by binding
*readtable* to the standard readtable before compiling the
external format.
not the standard readtable. This is fixed by using the standard
I/O syntax when compiling the external format.
- The debugger help message is updated to reflect the actual
options for L and PP commands. Help for the DESCRIBE command
has been added.
* Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in
......@@ -114,10 +118,6 @@ New in this release:
is abslute or relative. Previously, the result was take from
the SOURCE pathname, except if TO were absolute, in which case
the result was absolute.
- The debugger help message is updated to reflect the actual
options for L and PP commands. Help for the DESCRIBE command
has been added.
* Improvements to the PCL implementation of CLOS:
* Changes to building procedure:
......
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