[cmucl-cvs] CMUCL commit: src/general-info (release-20c.txt)
Date: Tuesday, November 16, 2010 @ 14:27:39 Author: rtoy Path: /project/cmucl/cvsroot/src/general-info Modified: release-20c.txt Update from logs. -----------------+ release-20c.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) Index: src/general-info/release-20c.txt diff -u src/general-info/release-20c.txt:1.9 src/general-info/release-20c.txt:1.10 --- src/general-info/release-20c.txt:1.9 Tue Nov 2 14:31:33 2010 +++ src/general-info/release-20c.txt Tue Nov 16 14:27:39 2010 @@ -43,6 +43,8 @@ needs to create. - Add src/tools/build-all.sh to automate building all of the variants (x87/sse2, unicode/8-bit). + - LISP::ENUMERATE-MATCHES had a keyword arg named + :VERIFY-EXISTANCE. This has been changed to :VERIFY-EXISTENCE. * ANSI compliance fixes: - Fixes for signaling errors with READ-CHAR and READ-BYTE @@ -68,6 +70,17 @@ the correct part of a complex number. - 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 + shouldn't. + - On sparc, the vops to add a float to a complex were broken, + resulting in a complex number with the float as realpart and + garbage for the imaginary part. This is now fixed. + - XLIB::GET-BEST-AUTHORIZATION will now return authorization data + if the protocol is :local, if the xauth file contains just + "localhost/unix:0". Previously, no authorization data was + returned because GET-BEST-AUTHORIZATION was looking for the + hostname. + - FORMAT signals an warning if ~:; is used inside ~:[. * Trac Tickets:
participants (1)
-
Raymond Toy