Update of /project/movitz/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv32083
Modified Files: ChangeLog Log Message: *** empty log message *** Date: Thu Jul 21 19:38:50 2005 Author: ffjeld
Index: public_html/ChangeLog diff -u public_html/ChangeLog:1.7 public_html/ChangeLog:1.8 --- public_html/ChangeLog:1.7 Tue Jun 14 01:00:56 2005 +++ public_html/ChangeLog Thu Jul 21 19:38:50 2005 @@ -1,3 +1,11 @@ +2005-07-21 Frode Vatvedt Fjeld frodef@cs.uit.no + + * Fixed the compiler to handle e.g. + (defun foo (x &optional y) + (lambda () y)) + which before would cause the compiler to fail with a message about + not being able to lend optionals. + 2005-06-14 Frode Vatvedt Fjeld frodef@cs.uit.no
* Added dynamic growing and rehashing of hash-tables.