|
[Sbcl-commits] CVS: sbcl NEWS,1.947,1.948 version.lisp-expr,1.2669,1.2670
From: Christophe Rhodes <crhodes@us...> - 2006-01-29 22:15
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9148
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.9.10:
Fix a bug in ctor optimization reported by kpreid on #lisp
... quote the ctor-initarg keys in the fallback (unoptimized)
constructor too.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.947
retrieving revision 1.948
diff -u -d -r1.947 -r1.948
--- NEWS 29 Jan 2006 22:04:14 -0000 1.947
+++ NEWS 29 Jan 2006 22:15:26 -0000 1.948
@@ -7,6 +7,10 @@
* fixed bug: DOCUMENTATION on structures no longer signals an
error if no structure type of the right name exists. (reported by
Glenn Ehrlich)
+ * fixed bug: compiled calls to MAKE-INSTANCE where there is an
+ applicable non-standard primary or :AROUND method on
+ INITIALIZE-INSTANCE or SHARED-INITIALIZE and a non-keyword initarg
+ no longer cause unbound variable errors. (reported by Kevin Reid)
changes in sbcl-0.9.9 relative to sbcl-0.9.8:
* new platform: experimental support for the Windows operating
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2669
retrieving revision 1.2670
diff -u -d -r1.2669 -r1.2670
--- version.lisp-expr 29 Jan 2006 22:04:14 -0000 1.2669
+++ version.lisp-expr 29 Jan 2006 22:15:26 -0000 1.2670
@@ -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.9.9"
+"0.9.9.10"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.947,1.948 version.lisp-expr,1.2669,1.2670 | Christophe Rhodes <crhodes@us...> |