Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv3297
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.8.7: printer-control variables affecting MEMBER & ASSOC transforms
Reported by Dan Corkill on sbcl-devel.
* Use WRITE-STRING on SYMBOL-NAME instead of FORMAT %A to ironclad
the specialized function name generation.
* Tests.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1228
retrieving revision 1.1229
diff -u -d -r1.1228 -r1.1229
--- NEWS 19 Jul 2007 10:28:14 -0000 1.1228
+++ NEWS 27 Jul 2007 11:13:22 -0000 1.1229
@@ -1,4 +1,8 @@
;;;; -*- coding: utf-8; -*-
+changes in sbcl-1.0.9 relative to sbcl-1.0.8:
+ * bug fix: new compiler transforms for MEMBER and ASSOC were affected
+ by printer control variables. (reported by Dan Corkill)
+
changes in sbcl-1.0.8 relative to sbcl-1.0.7:
* enhancement: experimental macro SB-EXT:COMPARE-AND-SWAP provides
atomic compare-and-swap operations on threaded platforms.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3531
retrieving revision 1.3532
diff -u -d -r1.3531 -r1.3532
--- version.lisp-expr 27 Jul 2007 01:58:08 -0000 1.3531
+++ version.lisp-expr 27 Jul 2007 11:13:22 -0000 1.3532
@@ -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.8.6"
+"1.0.8.7"
|