[movitz-cvs] CVS update: public_html/ChangeLog
Frode Vatvedt Fjeld
ffjeld at common-lisp.net
Mon Apr 18 06:44:50 UTC 2005
Update of /project/movitz/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv10275
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Mon Apr 18 08:44:50 2005
Author: ffjeld
Index: public_html/ChangeLog
diff -u public_html/ChangeLog:1.3 public_html/ChangeLog:1.4
--- public_html/ChangeLog:1.3 Wed Mar 9 08:33:09 2005
+++ public_html/ChangeLog Mon Apr 18 08:44:49 2005
@@ -1,3 +1,11 @@
+2005-04-18 Frode Vatvedt Fjeld <frodef at cs.uit.no>
+
+ * Added support in the compiler for non-dynamic-extent &rest
+ function variables, so you don't _have_ to have those (declare
+ (dynamic-extent rest)) in there. Efficiency-wise, I'd still
+ recommend including them, though, because otherwise copy-list is
+ called to produce a infinite-extent list.
+
2005-03-09 Frode Vatvedt Fjeld <frodef at cs.uit.no>
* Added/much improved support for GC-migration of
More information about the Movitz-cvs
mailing list