CMUCL commit: src/general-info (release-20b.txt)
Raymond Toy
rtoy at common-lisp.net
Tue Mar 16 15:19:43 CET 2010
Date: Tuesday, March 16, 2010 @ 10:19:43
Author: rtoy
Path: /project/cmucl/cvsroot/src/general-info
Modified: release-20b.txt
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.
-----------------+
release-20b.txt | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Index: src/general-info/release-20b.txt
diff -u src/general-info/release-20b.txt:1.10 src/general-info/release-20b.txt:1.11
--- src/general-info/release-20b.txt:1.10 Mon Mar 8 16:17:45 2010
+++ src/general-info/release-20b.txt Tue Mar 16 10:19:43 2010
@@ -41,6 +41,8 @@
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 @@
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 @@
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:
More information about the cmucl-commit
mailing list