[cmucl-commit] CMUCL commit: cmucl-www/cmucl-www/www (3 files)

Raymond Toy rtoy at common-lisp.net
Thu Mar 3 18:04:07 CET 2011


    Date: Thursday, March 3, 2011 @ 12:04:07
  Author: rtoy
    Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www

Modified: download.html index.html news/index.html

Update for snapshot 2011-03.


-----------------+
 download.html   |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 index.html      |   22 ++++++++++++++++++-
 news/index.html |   26 ++++++++++++++++++++--
 3 files changed, 106 insertions(+), 4 deletions(-)


Index: cmucl-www/cmucl-www/www/download.html
diff -u cmucl-www/cmucl-www/www/download.html:1.28 cmucl-www/cmucl-www/www/download.html:1.29
--- cmucl-www/cmucl-www/www/download.html:1.28	Fri Jan 21 09:48:37 2011
+++ cmucl-www/cmucl-www/www/download.html	Thu Mar  3 12:04:06 2011
@@ -91,6 +91,68 @@
  </tr>
 
  <tr>
+  <td>2011-03</td>
+  <td>
+   <!--Linux -->
+   <ul>
+    <li><a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-x86-linux.tar.bz2">Unicode</a></li>
+    <li><a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-x86-linux.extra.tar.bz2">Unicode extras</a></li>
+    <li><a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-non-unicode-x86-linux.tar.bz2">Non-Unicode</a></li>
+    <li><a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-non-unicode-x86-linux.extra.tar.bz2">Non-Unicode extras</a></li>
+  </ul>
+  </td>
+  <td>
+   <ul>
+   <!--Mac OS X -->
+    <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-x86-darwin.tar.bz2">Unicode</a></li>
+    <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-x86-darwin.extra.tar.bz2">Unicode extras</a></li>
+    <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-non-unicode-x86-darwin.tar.bz2">Non-Unicode</a></li>
+    <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-non-unicode-x86-darwin.extra.tar.bz2">Non-Unicode extras</a></li>
+   </ul>
+  </td>
+  <td>
+  </p>
+<!--FreeBSD 
+  Not available
+-->
+  </td>
+  <td>
+   <!--Solaris -->
+   <dl>
+    <dt>Solaris10/sparc
+     <dd> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-sparcv9-solaris10.tar.bz2">Unicode</a></dd>
+     <dd> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-sparcv9-solaris10.extra.tar.bz2">Unicode extras</a></dd>
+     <dd> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-non-unicode-sparcv9-solaris10.tar.bz2">Non-Unicode</a></dd>
+     <dd> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-non-unicode-sparcv9-solaris10.extra.tar.bz2">Non-Unicode extras</a></>
+<!-- Solaris/x86 not available
+    <dt>Solaris10/x86
+     <dd> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-x87-solaris10.tar.bz2">Unicode</a></dd>
+     <dd> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-x87-solaris10.extra.tar.bz2">Unicode extras</a></dd>
+   </dl>
+-->
+  </td>
+  <td>
+   </p>
+   <!--NetBSD 
+ Not Available
+   <ul>
+    <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-x86-NetBSD.tar.bz2">Unicode</a></li>
+    <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-x86-NetBSD.extra.tar.bz2">Unicode extras</a></li>
+    <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-non-unicode-x86-NetBSD.tar.bz2">Non-Unicode</a></li>
+    <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-2011-03-non-unicode-x86-NetBSD.extra.tar.bz2">Non-Unicode extras</a></li>
+   </ul>
+ -->
+  </td>
+  <td>
+   <!--Misc -->
+   <ul>
+     <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/cmucl-src-2011-03.tar.bz2">Source code</a></li>
+     <li> <a href="http://common-lisp.net/project/cmucl/downloads/snapshots/2011/03/release-20c.txt">Release notes for 20c</a></li>
+   </ul>
+  </td>
+ </tr>
+
+ <tr>
   <td>2011-01</td>
   <td>
    <!--Linux -->
Index: cmucl-www/cmucl-www/www/index.html
diff -u cmucl-www/cmucl-www/www/index.html:1.21 cmucl-www/cmucl-www/www/index.html:1.22
--- cmucl-www/cmucl-www/www/index.html:1.21	Thu Feb  3 11:11:15 2011
+++ cmucl-www/cmucl-www/www/index.html	Thu Mar  3 12:04:06 2011
@@ -68,6 +68,26 @@
 
 Also see <a href="news/index.html">News</a> for older news.
 <dl>
+<dt><strong>Snapshot 2011-03</strong>
+<dd>
+ The 2011-02 snapshot has been released.  See the release notes for
+ details, but here is a quick summary of the changes between the
+ this snapshot and the previous snapshot.
+ <ul>
+  <li> In <code>COMPILE-FILE</code>, the <code>:OUTPUT-FILE</code> can
+    also be a stream.  CMUCL was erroneously signaling an error..</li>
+
+  <li> <code>(OPEN f :DIRECTION :IO :IF-DOES-NOT-EXIST NIL)</code> no
+    longer signals an error if the file <code>f</code> does not exist.
+    It returns <code>NIL</code> now.</li>
+  <li> In some situations the compiler could not constant fold <code>SQRT</code>
+    calls because <code>KERNEL:%SQRT</code> was not defined on x86
+    with SSE2.  This is fixed now.</li>
+  <li> In an earlier snapshot to add support for character name
+    completion with slime, a bug was introduced where cmucl could no
+    longer read <code>#\latin_small_letter_a</code>.  This is fixed
+    in this version.<li>
+ </ul>
 <dt><strong>Snapshot 2011-02</strong>
 <dd>
  The 2011-02 snapshot has been released.  See the release notes for
@@ -80,7 +100,7 @@
    tracing local flet/labels functions.  This doesn't actually trace
    anything. An error is now signaled in this case.  If you are sure,
    you can specify <code>:ENCAPSULATE NIL</code> to disable
-   encapsulation.  
+   encapsulation.  </li>
  </ul>
 </dd>
 <dt><strong>Snapshot 2011-01</strong>
Index: cmucl-www/cmucl-www/www/news/index.html
diff -u cmucl-www/cmucl-www/www/news/index.html:1.46 cmucl-www/cmucl-www/www/news/index.html:1.47
--- cmucl-www/cmucl-www/www/news/index.html:1.46	Thu Feb  3 11:05:41 2011
+++ cmucl-www/cmucl-www/www/news/index.html	Thu Mar  3 12:04:07 2011
@@ -11,7 +11,27 @@
 
 <p>
 <dl>
-<dt><strong>Snapshot 2011-02</strong>
+<dt><strong>Snapshot 2011-03</strong>
+<dd>
+ The 2011-02 snapshot has been released.  See the release notes for
+ details, but here is a quick summary of the changes between the
+ this snapshot and the previous snapshot.
+ <ul>
+  <li> In <code>COMPILE-FILE</code>, the <code>:OUTPUT-FILE</code> can
+    also be a stream.  CMUCL was erroneously signaling an error..</li>
+
+  <li> <code>(OPEN f :DIRECTION :IO :IF-DOES-NOT-EXIST NIL)</code> no
+    longer signals an error if the file <code>f</code> does not exist.
+    It returns <code>NIL</code> now.</li>
+  <li> In some situations the compiler could not constant fold <code>SQRT</code>
+    calls because <code>KERNEL:%SQRT</code> was not defined on x86
+    with SSE2.  This is fixed now.</li>
+  <li> In an earlier snapshot to add support for character name
+    completion with slime, a bug was introduced where cmucl could no
+    longer read <code>#\latin_small_letter_a</code>.  This is fixed
+    in this version.<li>
+ </ul>
+<dt>Snapshot 2011-02
 <dd>
  The 2011-02 snapshot has been released.  See the release notes for
  details, but here is a quick summary of the changes between the
@@ -26,7 +46,7 @@
    encapsulation.  
  </ul>
 </dd>
-<dt><strong>Snapshot 2011-01</strong>
+<dt>Snapshot 2011-01
 <dd>
  The 2011-01 snapshot has been released.  See the release notes for
  details, but here is a quick summary of the changes between the
@@ -59,7 +79,7 @@
  </ul>
 </dd>
 
-<dt>2010-12 snapshot
+<dt>Snapshot 2010-12
 <dd>
 Some of the important changes are listed below.  See the <a
 href="http://common-lisp.net/project/cmucl/downloads/snapshots/2010/11/release-20c.txt">release


More information about the cmucl-commit mailing list