1 Jun 2005 08:06
CVS: sbcl/src/pcl boot.lisp,1.94,1.95
Juho Snellman <jsnell <at> users.sourceforge.net>
2005-06-01 06:06:26 GMT
2005-06-01 06:06:26 GMT
Update of /cvsroot/sbcl/sbcl/src/pcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29426/src/pcl
Modified Files:
boot.lisp
Log Message:
0.9.1.9:
Fix a few ansi-test failures. Symbols can't be both the name of
a type and the name of a declaration (ANSI 3.8.21).
* Add a validate-function slot into the globaldb TYPE-INFO
structure. If defined, the function is called from (SETF INFO)
before SET-INFO-VALUE.
* Define validation functions for (INFO :TYPE :KIND) and
(INFO :DECLARATION :RECOGNIZED).
* Remove (DECLAIM (DECLARATION CLASS)) from PCL. As far as I
can see, PCL uses %CLASS for its internal declarations these
days.
Index: boot.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/src/pcl/boot.lisp,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- boot.lisp 11 May 2005 07:49:22 -0000 1.94
+++ boot.lisp 1 Jun 2005 06:06:23 -0000 1.95
<at> <at> -68,16 +68,6 <at> <at>
|#
(Continue reading)
RSS Feed