CMUCL commit: cmucl-www/cmucl-www/www (index.html news/index.html)
Raymond Toy
rtoy at common-lisp.net
Sat Jul 31 16:57:29 CEST 2010
Date: Saturday, July 31, 2010 @ 10:57:29
Author: rtoy
Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www
Modified: index.html news/index.html
Forgot to update with release notes for 2010-07.
-----------------+
index.html | 18 ++++++++----------
news/index.html | 14 ++++++++++++++
2 files changed, 22 insertions(+), 10 deletions(-)
Index: cmucl-www/cmucl-www/www/index.html
diff -u cmucl-www/cmucl-www/www/index.html:1.8 cmucl-www/cmucl-www/www/index.html:1.9
--- cmucl-www/cmucl-www/www/index.html:1.8 Mon May 31 14:30:55 2010
+++ cmucl-www/cmucl-www/www/index.html Sat Jul 31 10:57:29 2010
@@ -68,19 +68,17 @@
Also see <a href="news/index.html">News</a> for older news.
<dl>
-<dt>2010-06 snapshot</dt>
+<dt>2010-07 snapshot</dt>
<dd><p>
<ul>
- <li> ASDF2 and MK-DEFSYS have been added as contrib modules. Use
- <code>(require :asdf)</code> or <code>(require :defsystem)</code> to
- load these.
- </li>
- <li> A new switch, <code>-help</code> has been added. This prints
- out a brief summary of the available command line switches and
- exits. You may also use <code>--help</code>.
- <li> The GCD of positive integers sometimes returned a negative
- result. This is fixed.
+ <li> DELETE-FILE, ENSURE-DIRECTORIES-EXIST, FILE-AUTHOR,
+ FILE-WRITE-DATE, and OPEN now merge the given pathname with
+ *DEFAULT-PATHNAME-DEFAULTS* as required by CLHS sec 19.2.3.
</li>
+ <li> When printing out argument values in the debugger and also
+ during TRACE, the incorrect values were returned for the SSE2 core.
+ This was caused by using the x87 values instead of the sse2 values
+ in the sigcontext. This is fixed now. </li>
</ul>
</dd>
</dl>
Index: cmucl-www/cmucl-www/www/news/index.html
diff -u cmucl-www/cmucl-www/www/news/index.html:1.34 cmucl-www/cmucl-www/www/news/index.html:1.35
--- cmucl-www/cmucl-www/www/news/index.html:1.34 Mon May 31 14:11:26 2010
+++ cmucl-www/cmucl-www/www/news/index.html Sat Jul 31 10:57:29 2010
@@ -11,6 +11,20 @@
<p>
<dl>
+<dt>2010-07 snapshot</dt>
+<dd><p>
+ <ul>
+ <li> DELETE-FILE, ENSURE-DIRECTORIES-EXIST, FILE-AUTHOR,
+ FILE-WRITE-DATE, and OPEN now merge the given pathname with
+ *DEFAULT-PATHNAME-DEFAULTS* as required by CLHS sec 19.2.3.
+ </li>
+ <li> When printing out argument values in the debugger and also
+ during TRACE, the incorrect values were returned for the SSE2 core.
+ This was caused by using the x87 values instead of the sse2 values
+ in the sigcontext. This is fixed now. </li>
+ </ul>
+</dd>
+
<dt>2010-06 snapshot</dt>
<dd><p>
<ul>
More information about the cmucl-commit
mailing list