|
[Sbcl-commits] CVS: sbcl NEWS, 1.1297, 1.1298 version.lisp-expr,
1.3835, 1.3836
From: Nikodemus Siivola <demoss@us...> - 2008-01-31 07:22
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv4804
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.14.7: quote non-keyword :default-initargs keys in SLOT-INIT-FORMS
* Reported and diagnosed by Matt Marjanovic.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1297
retrieving revision 1.1298
diff -u -d -r1.1297 -r1.1298
--- NEWS 29 Jan 2008 12:51:26 -0000 1.1297
+++ NEWS 31 Jan 2008 07:22:16 -0000 1.1298
@@ -6,6 +6,9 @@
* bug fix: SORT was not interrupt safe.
* bug fix: XREF accounts for the last node of each basic-block as
well.
+ * bug fix: MAKE-INSTANCE optimizations interacted badly with
+ non-keyword :DEFAULT-INITARGS in the presence of :BEFORE/:AFTER
+ methods on SHARED-INITIALIZE. (thanks to Matt Marjanovic)
changes in sbcl-1.0.14 relative to sbcl-1.0.13:
* new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3835
retrieving revision 1.3836
diff -u -d -r1.3835 -r1.3836
--- version.lisp-expr 29 Jan 2008 14:21:59 -0000 1.3835
+++ version.lisp-expr 31 Jan 2008 07:22:16 -0000 1.3836
@@ -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".)
-"1.0.14.6"
+"1.0.14.7"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1297, 1.1298 version.lisp-expr, 1.3835, 1.3836 | Nikodemus Siivola <demoss@us...> |