1.0.36.7: fix SB-C::CLASS-INFO printing
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 28 Feb 2010 19:40:40 +0000 (19:40 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 28 Feb 2010 19:40:40 +0000 (19:40 +0000)
 Launchpad bug #514762

NEWS
src/compiler/globaldb.lisp
version.lisp-expr

diff --git a/NEWS b/NEWS
index 3a4401a..ea92d44 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ changes relative to sbcl-1.0.36:
     functions. (lp#524707)
   * bug fix: bogus style warnings from certain (SETF SLOT-VALUE) and
     WITH-SLOTS usages during compilation.
+  * bug fix: SB-C::CLASS-INFO now prints correctly (lp#514762)
 
 changes in sbcl-1.0.36 relative to sbcl-1.0.35:
   * new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and
index 6f0bc7a..69c579c 100644 (file)
             #-no-ansi-print-object
             (:print-object (lambda (x s)
                              (print-unreadable-object (x s :type t)
-                               (prin1 (class-info-name x)))))
+                               (prin1 (class-info-name x) s))))
             (:copier nil))
   ;; name of this class
   (name nil :type keyword :read-only t)
index f19e997..2389d11 100644 (file)
@@ -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.36.6"
+"1.0.36.7"