Date: Saturday, September 3, 2011 @ 22:41:34 Author: rtoy Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www
Modified: index.html
Add some html tags.
------------+ index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Index: cmucl-www/cmucl-www/www/index.html diff -u cmucl-www/cmucl-www/www/index.html:1.26 cmucl-www/cmucl-www/www/index.html:1.27 --- cmucl-www/cmucl-www/www/index.html:1.26 Sat Sep 3 22:38:44 2011 +++ cmucl-www/cmucl-www/www/index.html Sat Sep 3 22:41:34 2011 @@ -75,11 +75,11 @@ 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> Improve type propagation for <code>LOAD-TIME-VALUE</code>. + <li> Getting documentation of a structure via <code>DOCUMENTATION</code> no longer signals an error. + <li> Reduce unnecessary consing of <code>SAP</code>s in <code>ROOM</code>. <li> Make stack overflow checking actually work on Mac OS X. The - implementation had the :stack-checking feature, but it didn't + implementation had the <code>:stack-checking</code> feature, but it didn't actually prevent stack overflows from crashing lisp. <li> Fix rounding of numbers larger than a fixnum. </ul>