1.0.9.58: Fix x86 smod30 ash with a constant large argument.
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 6963b3f..33cdc48 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,8 @@ changes in sbcl-1.0.10 relative to sbcl-1.0.9:
     the CAS operation was being performed.
   * bug fix: copy propagation interfered with parallel assignment
     semantics in local calls. (reported by Paul Khuong)
+  * bug fix: the signed modular fixnum shift compiled to wrong code on
+    x86.  (spotted by a slight modification to some of PFD's tests)
 
 changes in sbcl-1.0.9 relative to sbcl-1.0.8:
   * minor incompatible change: SB-SYS:OUTPUT-RAW-BYTES is deprecated.