0.9.11.43:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 0b7236a..cfb3cfd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,9 @@ changes in sbcl-0.9.12 relative to sbcl-0.9.11:
     documentation on package locks for details.
   * enhancement: EVAL can process IF-expressions without resorting to the
     compiler.
+  * bug fix: Some operations involving SIN, COS, or TAN weren't being
+    constant-folded properly due to missing out-of-line functions.
+    (reported by Mika Pihlajamäki)
   * bug fix: LISTEN sometimes returned T even in cases where no data was
     immediately available from the stream
   * fixed bug: types of the last two arguments to SET-SYNTAX-FROM-CHAR
@@ -34,6 +37,10 @@ changes in sbcl-0.9.12 relative to sbcl-0.9.11:
     appropriate float range (reported by John Wiseman)
   * bug fix: MAKE-LOAD-FORM-SAVING-SLOTS accepts en empty slot name
     list.
+  * bug fix: precomputing cache entries for generic functions with
+    some subclasses of specializers as yet invalid does not attempt to
+    fill a cache line with a negative offset.  (reported by Levente
+    Mészároz)
   * improvements to DOCUMENTATION for TYPE and STRUCTURE doc-types:
     allow condition class objects as arguments to DOCUMENTATION and
     (SETF DOCUMENTATION); only find and set documentation for