|
[Sbcl-commits] CVS: sbcl NEWS,1.970,1.971 version.lisp-expr,1.2749,1.2750
From: Christophe Rhodes <crhodes@us...> - 2006-03-27 08:19
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28516
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.11.2:
Fix for MISC.629 (PFD ansi-tests)
... all paths lead to the type system.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.970
retrieving revision 1.971
diff -u -d -r1.970 -r1.971
--- NEWS 27 Mar 2006 08:13:03 -0000 1.970
+++ NEWS 27 Mar 2006 08:19:36 -0000 1.971
@@ -3,6 +3,8 @@
* fixed some bugs revealed by Paul Dietz' test suite:
** REMOVE-METHOD returns its generic function argument even when
the method is not one of the generic functions' methods.
+ ** objects declared as MEMBER types can be admissible arguments to
+ structure accessors.
changes in sbcl-0.9.11 relative to sbcl-0.9.10:
* new platform: experimental support for SBCL x86/Darwin, including
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2749
retrieving revision 1.2750
diff -u -d -r1.2749 -r1.2750
--- version.lisp-expr 27 Mar 2006 08:13:06 -0000 1.2749
+++ version.lisp-expr 27 Mar 2006 08:19:36 -0000 1.2750
@@ -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.11.1"
+"0.9.11.2"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.970,1.971 version.lisp-expr,1.2749,1.2750 | Christophe Rhodes <crhodes@us...> |