Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28304
Modified Files:
version.lisp-expr
Log Message:
1.0.29.54.rc5: fix load-time-value regressions
* (SPECIFIIER-TYPE 'FUNCTION) is not a FUN-TYPE.
* Don't allow constant moves from LTV TNs (better fix after release):
this is the simple and obviously correct fix.
* Also declaim the type of the correct function in the test-case from
last commit.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4551
retrieving revision 1.4552
diff -u -d -r1.4551 -r1.4552
--- version.lisp-expr 8 Jul 2009 12:55:11 -0000 1.4551
+++ version.lisp-expr 8 Jul 2009 13:34:56 -0000 1.4552
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.29.54.rc4"
+"1.0.29.54.rc5"
|