[movitz-cvs] CVS update: public_html/index.html

Update of /project/movitz/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv14648 Modified Files: index.html Log Message: Use <tt> more. Date: Wed Jul 7 17:12:57 2004 Author: ffjeld Index: public_html/index.html diff -u public_html/index.html:1.17 public_html/index.html:1.18 --- public_html/index.html:1.17 Wed Jul 7 17:03:46 2004 +++ public_html/index.html Wed Jul 7 17:12:57 2004 @@ -16,8 +16,9 @@ <h3>Most recent news</h3> <p> <i>July 8, 2004:</i> The data-structure for vectors has been - changed. The vectors length is now represented by a fixnum, increasing - the maximum length from #xffff to most-positive-fixnum. + changed. The vectors length is now represented by a fixnum, + increasing the maximum length from <tt>#xffff</tt> to + <tt>most-positive-fixnum</tt>. <p> The example GC system is changed to reflect the new vector data-structure, so that the hard 256 KB limit on newspaces is no
participants (1)
-
Frode Vatvedt Fjeld