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: ...@@ -41,6 +41,8 @@ New in this release:
errors), but is available everywhere else. errors), but is available everywhere else.
* ANSI compliance fixes: * ANSI compliance fixes:
- COMPILE will update the macro-function if the specified names a
macro. (Previously, the fdefinition of the name was set.)
* Bugfixes: * Bugfixes:
- On Unicode builds, printing of '|\|| and '|`| was incorrect - On Unicode builds, printing of '|\|| and '|`| was incorrect
...@@ -87,9 +89,11 @@ New in this release: ...@@ -87,9 +89,11 @@ New in this release:
function. The generic function was called instead of the local function. The generic function was called instead of the local
function. function.
- CMUCL would fail to compile external formats if *readtable* was - CMUCL would fail to compile external formats if *readtable* was
not the standard readtable. This is fixed by binding not the standard readtable. This is fixed by using the standard
*readtable* to the standard readtable before compiling the I/O syntax when compiling the external format.
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: * Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in #33: get-dispatch-macro-character doesn't signal errors in
...@@ -114,10 +118,6 @@ New in this release: ...@@ -114,10 +118,6 @@ New in this release:
is abslute or relative. Previously, the result was take from is abslute or relative. Previously, the result was take from
the SOURCE pathname, except if TO were absolute, in which case the SOURCE pathname, except if TO were absolute, in which case
the result was absolute. 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: * Improvements to the PCL implementation of CLOS:
* Changes to building procedure: * 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