X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=065cc81e91023fc562dea9a382d363a9c68bcebd;hb=f7e1341ea5056cca7ab196552feec7039ba86854;hp=e6b1d1e09d01e4e200a889dc1f11d8ad8ae80ac3;hpb=513aec1c69b8ad9a7d90a46013352725fe0b0a48;p=sbcl.git diff --git a/NEWS b/NEWS index e6b1d1e..065cc81 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,13 @@ changes in sbcl-1.0.11 relative to sbcl-1.0.10: if the mutex is uncontested on Linux. * bug fix: symbol-macro expansion now uses the *MACROEXPAND-HOOK* as specified by the CLHS. (thanks to Tobias Rittweiler) + * bug fix: NaN comparison now works on x86-64. + * bug fix: CLOSE :ABORT T on a stream with pending output now + works. + * bug fix: instances of non-standard metaclasses using standard + instance structure protocol sometimes missed the slot type checks + in safe code. + * bug fix: known functions can be inlined in high-debug code. changes in sbcl-1.0.10 relative to sbcl-1.0.9: * minor incompatible change: the MSI installer on Windows no longer