1.0.36.33: handle missing &REST in proclamations
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index d6c9c73..a1f166b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ changes relative to sbcl-1.0.36:
     for accessing such arrays.
   * optimization: passing NIL as the environment argument to TYPEP no longer
     inhibits optimizing it. (lp#309788)
+  * optimization: more efficient register usage when handling single-float
+    arguments on x86-64. (thanks to Lutz Euler)
   * optimization: ADJUST-ARRAY and STABLE-SORT on vectors no longer use
     pre-allocated temporary vectors. (lp#496249)
   * bug fix: Fix compiler error involving MAKE-ARRAY and IF forms
@@ -51,6 +53,10 @@ changes relative to sbcl-1.0.36:
   * bug fix: LOOP OF-TYPE VECTOR compile-time error. (lp#540186)
   * bug fix: SIGNAL SB-SYS:INTERACTIVE-INTERRUPT before entering the debugger
     due to it, so that handlers can run.
+  * bug fix: reparsing undefined types if they have become defined since
+    parsing. (lp#309128)
+  * bug fix: missing &REST type in a proclamation for a function with both
+    &REST and &KEY in lambda-list caused miscompilation (lp#458354)
 
 changes in sbcl-1.0.36 relative to sbcl-1.0.35:
   * new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and