1.0.37.72: Fix ugliness in PRINT-UNREADABLE-OBJECT
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 23759fb..13f057e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,10 @@ changes relative to sbcl-1.0.37:
   * enhancement: improved DEFMETHOD pretty-printing.
   * enhancement: perform range reduction when arguments are too large for
     x87's transcendentals (instead of returning 0). (lp#327192)
+  * enhancement: eliminate some spurious TYPE-WARNINGs. Should help with
+    some of CL-PPCRE's macros. (lp#570079)
+  * enhancement: our machine code is slightly less hostile to valgrind on 
+    x86-64.
   * bug fix: correct restart text for the continuable error in MAKE-PACKAGE.
   * bug fix: a rare case of startup-time page table corruption.
   * bug fix: a semaphore with multiple waiters and some of them unwinding due
@@ -72,6 +76,10 @@ changes relative to sbcl-1.0.37:
   * bug fix: Transforms for TRUNCATE don't die when the result is completely
     ignored anymore.
   * bug fix: Maybe restore buildability on Alpha.
+  * bug fix: READ-BYTE isn't inline anymore, fixing weird streams failures. 
+    (lp#569404)
+  * bug fix: RANDOM-STATE can be printed readably again.
+  * bug fix: Unreadable objects were sometimes printed like #<\nFoo>.
 
 changes in sbcl-1.0.37 relative to sbcl-1.0.36:
   * enhancement: Backtrace from THROW to uncaught tag on x86oids now shows