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 7fc49a853e8823351d405f99a10dfcfe32d025f0 (commit) from 443865a9fa5876b5ba7bdcaae02dc0927bb385b7 (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 7fc49a853e8823351d405f99a10dfcfe32d025f0 Author: Raymond Toy toy.raymond@gmail.com Date: Sat Nov 1 18:05:13 2014 -0700
Update notes from logs.
diff --git a/src/general-info/release-21a.txt b/src/general-info/release-21a.txt index bbf6d09..c3e5838 100644 --- a/src/general-info/release-21a.txt +++ b/src/general-info/release-21a.txt @@ -25,6 +25,7 @@ New in this release: * Micro-optimize SCALE-FLOAT to do multiplication when possible. * Update to ASDF 3.1.4. * The external-format :UTF is no longer an alias for :UTF-8. + * :ELF feature added for solaris.
* ANSI compliance fixes:
@@ -32,10 +33,21 @@ New in this release: * On ppc machines with clock speeds over 2 GHz or so, LISP::CYCLES-PER-TICK is no longer negative. This caused the cycle count from TIME to be negative. + * EXTERN-ALIEN-NAME unified not to prepend an underscore if :ELF + is a *FEATURE*. + * Motifd will work as either a 32-bit or 64-bit app. + * Various bugs in clm fixed: + * Occasional RXmStringGetLtoR crash fixed. + * Motifd text callback fixed. + * Support for 64-bit time_t on NetBSD added. This allows cmucl to + run on more recent versions of NetBSD.
* Trac Tickets: + * Ticket #54 fixed.
* Other changes: + * Cross compile scripts from x86 to sparc and ppc updated to work + again to cross-compile from the current snapshot.
* Improvements to the PCL implementation of CLOS:
-----------------------------------------------------------------------
Summary of changes: src/general-info/release-21a.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+)
hooks/post-receive