CMUCL commit: cmucl-www/cmucl-www/www (index.html)

Raymond Toy rtoy at common-lisp.net
Sun Jan 24 16:57:47 CET 2010


    Date: Sunday, January 24, 2010 @ 10:57:47
  Author: rtoy
    Path: /project/cmucl/cvsroot/cmucl-www/cmucl-www/www

Modified: index.html

Add note on static arrays.


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


Index: cmucl-www/cmucl-www/www/index.html
diff -u cmucl-www/cmucl-www/www/index.html:1.2 cmucl-www/cmucl-www/www/index.html:1.3
--- cmucl-www/cmucl-www/www/index.html:1.2	Fri Oct 16 15:42:50 2009
+++ cmucl-www/cmucl-www/www/index.html	Sun Jan 24 10:57:47 2010
@@ -17,6 +17,9 @@
     Common Lisp standard. Here is a summary of its main features: </p>
 
 <ul>
+<li> Support for static arrays that are never moved by GC but are
+properly removed when no longer referenced. </li>
+
 <li> Unicode support, including many of the most common external
 formats such as UTF-8 and support for handling Unix, DOS, and Mac
 end-of-line schemes. </li>



More information about the cmucl-commit mailing list