X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=7edf405a75adaa9be2bbcc5f1a3aab57197ddf0c;hb=086927c64682b73e00cb5090ec72e1a72fb30ece;hp=5b88b780f94663b2f37ed63d1aa410efd1c3010c;hpb=ee3bfc5a989b5c0a1ea5a094e9541169ea2eb4ad;p=sbcl.git diff --git a/NEWS b/NEWS index 5b88b78..7edf405 100644 --- a/NEWS +++ b/NEWS @@ -1668,6 +1668,9 @@ changes in sbcl-0.8.0 relative to sbcl-0.7.14 this you were probably losing anyway. * sb-aclrepl module improvements: an integrated inspector, added repl features, and a bug fix to :trace command. + * fixed bug in MEMBER type: (MEMBER 0.0) is not the same as + (SINGLE-FLOAT 0.0 0.0), because of the existence of -0.0 which is + TYPEP the latter but not the former. * fixed some bugs revealed by Paul Dietz' test suite: ** COPY-ALIST now signals an error if its argument is a dotted list; @@ -1691,6 +1694,8 @@ changes in sbcl-0.8.0 relative to sbcl-0.7.14 ** ENDP in safe mode checks its argument to be of type LIST; ** COPY-SYMBOL in a threaded build no longer fails when the symbol in question is unbound; + ** optimized MAKE-INSTANCE functions no longer cause internal + assertion failures in the presence of duplicate initargs; planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles