From 2e6780655cd614e3a8700843a3e4b26d2e85912b Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 16 Nov 2010 19:27:39 +0000 Subject: [PATCH] Update from logs. --- general-info/release-20c.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/general-info/release-20c.txt b/general-info/release-20c.txt index 1f6ea4e6e..ee77dc3f8 100644 --- a/general-info/release-20c.txt +++ b/general-info/release-20c.txt @@ -43,6 +43,8 @@ New in this release: 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 @@ New in this release: 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: -- GitLab