[cmucl-cvs] CMUCL commit: src/general-info (release-20c.txt)
Raymond Toy
rtoy at common-lisp.net
Thu Oct 28 00:03:25 UTC 2010
Date: Wednesday, October 27, 2010 @ 20:03:25
Author: rtoy
Path: /project/cmucl/cvsroot/src/general-info
Modified: release-20c.txt
Update from logs.
-----------------+
release-20c.txt | 4 ++++
1 file changed, 4 insertions(+)
Index: src/general-info/release-20c.txt
diff -u src/general-info/release-20c.txt:1.6 src/general-info/release-20c.txt:1.7
--- src/general-info/release-20c.txt:1.6 Wed Oct 27 08:49:09 2010
+++ src/general-info/release-20c.txt Wed Oct 27 20:03:25 2010
@@ -41,6 +41,8 @@
- RUN-PROGRAM accepts :EXTERNAL-FORMAT parameter to specify the
external format to be used for any streams that RUN-PROGRAM
needs to create.
+ - Add src/tools/build-all.sh to automate building all of the
+ variants (x87/sse2, unicode/8-bit).
* ANSI compliance fixes:
- Fixes for signaling errors with READ-CHAR and READ-BYTE
@@ -62,6 +64,8 @@
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.
* Trac Tickets:
More information about the cmucl-cvs
mailing list