[cmucl-cvs] CMUCL commit: cmucl-www/cmucl-www/www (index.html)
Date: Saturday, September 3, 2011 @ 22:38:45 Author: rtoy Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www Modified: index.html Update news for 2011-09 snapshot. ------------+ index.html | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) Index: cmucl-www/cmucl-www/www/index.html diff -u cmucl-www/cmucl-www/www/index.html:1.25 cmucl-www/cmucl-www/www/index.html:1.26 --- cmucl-www/cmucl-www/www/index.html:1.25 Tue Jul 5 10:05:54 2011 +++ cmucl-www/cmucl-www/www/index.html Sat Sep 3 22:38:44 2011 @@ -68,7 +68,24 @@ Also see <a href="news/index.html">News</a> for older news. <dl> -<dt><strong>Snapshot 2011-07</strong> +<dt><strong>Snapshot 2011-09</strong> + +<dd> The 2011-09 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> ASDF2 updated to version 2.017. + <li> Improve type propagation for LOAD-TIME-VALUE. + <li> Getting documentation of a structure via DOCUMENTATION no longer signals an error. + <li> Reduce unnecessary consing of SAPs in ROOM. + <li> Make stack overflow checking actually work on Mac OS X. The + implementation had the :stack-checking feature, but it didn't + actually prevent stack overflows from crashing lisp. + <li> Fix rounding of numbers larger than a fixnum. + </ul> +</dd> + +<dt>Snapshot 2011-07 <dd> The 2011-07 snapshot has been released. See the release notes for details, but here is a quick summary of the changes between the this
participants (1)
-
Raymond Toy