X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=22ee18e2096cf26b29b658b5e0311d8755be3dc6;hb=6df5926c567b40b0217e0cc16fd604197add804f;hp=fc282cc120088558d464ac81c74e31c18f3c8e49;hpb=e29d49125e00509720546382bfc073f7563fddc4;p=sbcl.git diff --git a/NEWS b/NEWS index fc282cc..22ee18e 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,9 @@ changes in sbcl-0.9.4 relative to sbcl-0.9.3: universal time epoch and the smallest negative 32-bit time_t. * bug fix: ENCODE-UNIVERSAL-TIME no longer errors when passed the year 1899 so long as the encoded time is non-negative. + * bug fix: on the x86 platform, SB-ROTATE-BYTE:ROTATE-BYTE returns + the correct answer for non-constant rotate amounts when performing + an inline 32-bit rotation. * threads ** bug fix: RELEASE-FOREGROUND doesn't choke on session lock if there is only one thread in the session