X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=05d91cc663bb8f0aded87eab4964c93c735a2d7c;hb=c1a82b81e6249ec7b3103ff9a65fce4d440c298f;hp=8d6209789851ac0eba09d4a411774b38109d31b8;hpb=1463431b1efcc020533afeaa68d99dc70fb93f89;p=sbcl.git diff --git a/NEWS b/NEWS index 8d62097..05d91cc 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,8 @@ changes relative to sbcl-1.0.53: * enhancement: convenience function SET-SBCL-SOURCE-LOCATION for informing the system where on the filesystem the SBCL sources themselves are located. (Thanks to Zach Beane) + * enhancement: the compiler is now able to derive tighter bounds for + floating point numbers in some cases. (Thanks to Lutz Euler, lp#894498) * bug fix: on 64-bit targets, atomic-incf/aref does index computation correctly, even on wide-fixnum builds. (lp#887220) * bug fix: (directory "foo/*/*.*") did not follow symlinks in foo/ that