[cmucl-cvs] CMUCL commit: cmucl-www/cmucl-www/www/news (index.html)

Raymond Toy rtoy at common-lisp.net
Sun Oct 31 23:42:08 UTC 2010


    Date: Sunday, October 31, 2010 @ 19:42:07
  Author: rtoy
    Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www/news

Modified: index.html

Update with 2010-11 news.


------------+
 index.html |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)


Index: cmucl-www/cmucl-www/www/news/index.html
diff -u cmucl-www/cmucl-www/www/news/index.html:1.39 cmucl-www/cmucl-www/www/news/index.html:1.40
--- cmucl-www/cmucl-www/www/news/index.html:1.39	Mon Sep 27 19:44:10 2010
+++ cmucl-www/cmucl-www/www/news/index.html	Sun Oct 31 19:42:07 2010
@@ -11,6 +11,29 @@
 
 <p>
 <dl>
+<dt>2010-11 snapshot
+<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
+notes</a> for more details.
+ <ul>
+  <li> Update to Unicode 5.2.0.</li>
+  <li> Support for character name completion for use with Slime.</li>
+  <li> <code>COMPILE-FILE</code> accepts a
+  <code>:DECODING-ERROR</code> argument that indicates how to handle
+  decoding errors when reading the file.</li>
+  <li> <code>RUN-PROGRAM</code> accepts <code>:EXTERNAL-FORMAT</code>
+  parameter to specify the external format for streams that are
+  created.</li> 
+  <li> <code>READ-CHAR</code> signals errors on non-character
+  streams.  <code>READ-BYTE</code> signals errors on character
+  streams.  This is a change from previous versions.  However, both
+  will work if the stream is a <code>binary-text-stream</code>.</li>
+  <li> <code>REALPART</code> and <code>IMAGPARG</code> no longer
+  returns 0 instead of the correct part of a complex number in some
+  situations. </li>
+ </ul>
+</dd>
+
 <dt><p><strong>20b released</strong></p></dt>
 <dd><p>CMUCL 20b has been released.  For information on the changes,
   we refer the reader to the <a href="release-20b.txt">20b release




More information about the cmucl-cvs mailing list