From 83969ea4c63b18b97bee81a859467a0f00697955 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Sat, 7 Jan 2012 10:01:27 -0800 Subject: [PATCH] Update from logs --- src/general-info/release-20d.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/general-info/release-20d.txt b/src/general-info/release-20d.txt index d73037c65..da5c74ffd 100644 --- a/src/general-info/release-20d.txt +++ b/src/general-info/release-20d.txt @@ -31,14 +31,25 @@ New in this release: details. * ANSI compliance fixes: + * CMUCL was not printing pathnames like (make-pathname :directory + '(:absolute "tmp" "" "/")) correctly. This is now printed using + #P(...). * Bugfixes: * DECODE-FLOAT was not correctly declared and could not be compiled to handle double-double-floats. + * The source distribution now includes the scripts from the bin + directory, which was previously missing. + * The stack needs to be 16-byte aligned on Darwin. + * ldb no longer prints prompts forever when EOF is reached. * Trac Tickets: * Other changes: + * The layout of the cmucl directories has been changed. + * On darwin/x86, gcc-4.2 is explicitly used in case Xcode 4 is + installed. CMUCL doesn't run correctly when built with gcc/llvm + in Xcode 4. * Improvements to the PCL implementation of CLOS: -- GitLab