CMUCL commit: cmucl-www/cmucl-www/www (index.html)
Raymond Toy
rtoy at common-lisp.net
Wed Mar 24 22:54:03 CET 2010
Date: Wednesday, March 24, 2010 @ 17:54:03
Author: rtoy
Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www
Modified: index.html
Add info about the latest snapshot, from the release notes.
------------+
index.html | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Index: cmucl-www/cmucl-www/www/index.html
diff -u cmucl-www/cmucl-www/www/index.html:1.3 cmucl-www/cmucl-www/www/index.html:1.4
--- cmucl-www/cmucl-www/www/index.html:1.3 Sun Jan 24 10:57:47 2010
+++ cmucl-www/cmucl-www/www/index.html Wed Mar 24 17:54:03 2010
@@ -64,6 +64,42 @@
</ul>
+<h2>Latest News</h2>
+
+Also see <a href="news/index.html">News</a> for older news.
+<dl>
+<dt>2010-03 snapshot</dt>
+<dd><p>
+ <ul>
+ <li> FROUND is much faster for single and double float numbers.
+ This is available everywhere, except for x87 (due to potential
+ roundoff errors.) </li>
+ <li> CMUCL no longer segfaults on Linux when running on a kernel
+ without COMPAT_BRK. CMUCL will set the personality
+ appropriately and re-exec itself.</li>
+ <li> GET-MACRO-CHARACTER would return the wrong second value because
+ *READTABLE* was always being used instead of the specified
+ readtable. </li>
+ <li> COMPILE-FILE was generating an error when compiling COMPILE
+ forms. This is fixed.</li>
+ <li> A critical bug in SSE2 support has been fixed. Multiplying a
+ complex single-float by a single-float produced the wrong
+ result. </li>
+ <li> Fix issue where CMUCL does not correctly handle FLETs in
+ DEFMETHOD bodies which use the same name as that of the generic
+ function. The generic function was called instead of the local
+ function.</li>
+ <li> CMUCL would fail to compile external formats if *readtable* was
+ not the standard readtable. This is fixed by binding
+ *readtable* to the standard readtable before compiling the
+ external format.</li>
+ <li> The debugger help messages is updated to reflect the actual
+ implementation. In particular L and PP have been updated, and help
+ for the DESCRIBE command has been added</li>
+ </ul>
+</dd>
+</dl>
+
<h2>What is Common Lisp?</h2>
More information about the cmucl-commit
mailing list