[cmucl-commit] CMUCL commit: src/general-info (release-20c.txt)

Raymond Toy rtoy at common-lisp.net
Tue Nov 30 14:51:29 CET 2010


    Date: Tuesday, November 30, 2010 @ 08:51:29
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/general-info

Modified: release-20c.txt

Clarify entry on realpart/imagpart bug.  It's an x86-only problem, and
only happens in some situations.


-----------------+
 release-20c.txt |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Index: src/general-info/release-20c.txt
diff -u src/general-info/release-20c.txt:1.11 src/general-info/release-20c.txt:1.12
--- src/general-info/release-20c.txt:1.11	Mon Nov 29 23:18:43 2010
+++ src/general-info/release-20c.txt	Tue Nov 30 08:51:29 2010
@@ -66,8 +66,9 @@
       Previously, it skipped over non-BMP codepoints.  This also
       requires a fix in %COMPOSE to handle non-BMP codepoints
       correctly.  The normalization test now passes.
-    - REALPART and IMAGPART no longer incorrectly returns 0 instead of
-      the correct part of a complex number.
+    - On x86, REALPART and IMAGPART no longer incorrectly returns 0
+      instead of the correct part of a complex number in some
+      situations.
     - The command line parser now correctly handles the case where
       "--" is the first command option.
     - build.sh was accidenally loading the site-init file, but it


More information about the cmucl-commit mailing list