summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2016-05-28 15:05:58 +0100
committerChristophe Rhodes <csr21@cantab.net>2016-05-28 15:05:58 +0100
commitcbbae9d6b9380b462848f54d1b999d35a41a3e49 (patch)
tree3f39a99438c6180401144db645c898af42396a67
parentd457a3c61e7612fdbfb9afb76fbd267fbe4444ad (diff)
NEWS entry for sb-rotate-byte fix
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 872057c8b..5386721ed 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ changes relative to sbcl-1.3.5:
* bug fix: do not insert conditional newlines in print-unreadable-object
(lp#1398290). This reverses a change made in lp#488979 which reversed
a fix advertised in release 0.8.14 to pass the GCL ANSI Test Suite.
+ * bug fix: constant negative rotations of 32-bit quantites are compiled
+ correctly on x86-64 and arm. (lp#1586614, reported by Guillaume Le
+ Vaillant)
changes in sbcl-1.3.5 relative to sbcl-1.3.4:
* enhancement: the platform's strtod() is exposed as SB-POSIX:STRTOD