Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1279
Modified Files:
version.lisp-expr NEWS
Log Message:
0.8.13.9: Referendum Alienum
* Fixed: mutually referent alien structure definitions.
Test for the same. Reported by Rick Taube on sbcl-help
sbcl-help 26 Jul 2004.
* Fixed: WITH-ALIEN object can now refer to structures
locally defined in the same WITH-ALIEN. Test for the
same.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1737
retrieving revision 1.1738
diff -u -d -r1.1737 -r1.1738
--- version.lisp-expr 28 Jul 2004 08:43:29 -0000 1.1737
+++ version.lisp-expr 29 Jul 2004 00:49:10 -0000 1.1738
@@ -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.8.13.8"
+"0.8.13.9"
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.596
retrieving revision 1.597
diff -u -d -r1.596 -r1.597
--- NEWS 27 Jul 2004 11:16:17 -0000 1.596
+++ NEWS 29 Jul 2004 00:49:10 -0000 1.597
@@ -1,6 +1,10 @@
changes in sbcl-0.8.14 relative to sbcl-0.8.13:
* bug fix: backtraces involving undefined functions or assembly
routines are more informative. (thanks to Brian Downing)
+ * bug fix: mutually referent alien structures now work correctly.
+ (reported by Rick Taube)
+ * bug fix: structures defined by WITH-ALIEN can be referred to
+ within other definitions in the same WITH-ALIEN.
changes in sbcl-0.8.13 relative to sbcl-0.8.12:
* new feature: SB-PACKAGE-LOCKS. See the "Package Locks" section of
|