Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3036
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.4:
Fix ANSI test ENSURE-GENERIC-FUNCTION.9
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.858
retrieving revision 1.859
diff -u -d -r1.858 -r1.859
--- NEWS 26 Aug 2005 19:13:02 -0000 1.858
+++ NEWS 26 Aug 2005 19:54:17 -0000 1.859
@@ -5,6 +5,9 @@
* threads
** bug fix: parent thread now can be gc'ed even with a live
child thread
+ * fixed some bugs revealed by Paul Dietz' test suite:
+ ** ENSURE-GENERIC-FUNCTION should take a method class object for
+ the :method-class keyword argument.
changes in sbcl-0.9.4 relative to sbcl-0.9.3:
* new port: the Solaris operating system on x86 processors is now
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2348
retrieving revision 1.2349
diff -u -d -r1.2348 -r1.2349
--- version.lisp-expr 26 Aug 2005 19:33:47 -0000 1.2348
+++ version.lisp-expr 26 Aug 2005 19:54:17 -0000 1.2349
@@ -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.3"
+"0.9.4.4"
|