|
[Sbcl-commits] CVS: sbcl NEWS,1.788,1.789 version.lisp-expr,1.2148,1.2149
From: Nikodemus Siivola <demoss@us...> - 2005-05-29 10:37
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21396
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.1.4: ENSURE-CLASS-USING-CLASS patch by Gerd Moellman, from cmucl-imp
* accept a class as :METACLASS as per AMOP.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.788
retrieving revision 1.789
diff -u -d -r1.788 -r1.789
--- NEWS 26 May 2005 22:54:00 -0000 1.788
+++ NEWS 29 May 2005 10:37:20 -0000 1.789
@@ -1,4 +1,7 @@
changes in sbcl-0.9.2 relative to sbcl-0.9.1:
+ * SB-MOP:ENSURE-CLASS-USING-CLASS now accepts a class as the
+ :METACLASS argument in addition to a class name. (reported by
+ Bruno Haible for CMUCL, patch for CMUCL by Gerd Moellman)
* fixed some bugs revealed by Paul Dietz' test suite:
** Invalid dotted lists no longer raise a read error when
*READ-SUPPRESS* is T
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2148
retrieving revision 1.2149
diff -u -d -r1.2148 -r1.2149
--- version.lisp-expr 29 May 2005 10:27:38 -0000 1.2148
+++ version.lisp-expr 29 May 2005 10:37:20 -0000 1.2149
@@ -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.1.3"
+"0.9.1.4"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.788,1.789 version.lisp-expr,1.2148,1.2149 | Nikodemus Siivola <demoss@us...> |