diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt index ee5a3eeb417c548ddd2f46f45e5396f980ced39d..63d2b6cde4863b32669bd75704d5619fb82bf2a8 100644 --- a/general-info/release-20b.txt +++ b/general-info/release-20b.txt @@ -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: