This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via 83969ea4c63b18b97bee81a859467a0f00697955 (commit) from cba6f60b2f9b38ed9d7beff3666a9b0a4afcca46 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 83969ea4c63b18b97bee81a859467a0f00697955 Author: Raymond Toy toy.raymond@gmail.com Date: Sat Jan 7 10:01:27 2012 -0800
Update from logs
diff --git a/src/general-info/release-20d.txt b/src/general-info/release-20d.txt index d73037c..da5c74f 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:
-----------------------------------------------------------------------
Summary of changes: src/general-info/release-20d.txt | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-)
hooks/post-receive