Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26496
Modified Files:
version.lisp-expr
Log Message:
0.9.4.55:
The class SB-PCL::STD-OBJECT is now useless: delete it
mercilessly.
... this means that there are no direct instances of STD-CLASS
any more: so it can be removed from the braid.
... document that we're no longer nonconforming wrt
{,funcallable-}standard-object
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2399
retrieving revision 1.2400
diff -u -d -r1.2399 -r1.2400
--- version.lisp-expr 9 Sep 2005 14:16:17 -0000 1.2399
+++ version.lisp-expr 9 Sep 2005 16:09:51 -0000 1.2400
@@ -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".)
-"0.9.4.54"
+"0.9.4.55"
|