From b39d3a62c1bd5df9f985e9cdc3e973e3e28217ee Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 16 Mar 2010 14:19:43 +0000 Subject: [PATCH] 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. --- general-info/release-20b.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt index ee5a3eeb4..63d2b6cde 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: -- GitLab