X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=8cc7a71c6dcc06b9e5f21351889f0f8eaa2a0bb6;hb=18cc020d7e2477249c280c61750599213fb58ba9;hp=4805c10fcfb3b0c500d46907cb73f77ff2338e78;hpb=16169f9db2c4b14218b541884b97109988ef2e21;p=sbcl.git diff --git a/NEWS b/NEWS index 4805c10..8cc7a71 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,8 @@ changes relative to sbcl-1.0.37: incurred an off-by-one miscount. * enhancement: improved MAKE-HASH-TABLE documentation (lp#543473) * enhancement: improved DEFMETHOD pretty-printing. + * enhancement: perform range reduction when arguments are too large for + x87's transcendentals (instead of returning 0). (lp#327192) * bug fix: correct restart text for the continuable error in MAKE-PACKAGE. * bug fix: a rare case of startup-time page table corruption. * bug fix: a semaphore with multiple waiters and some of them unwinding due @@ -65,6 +67,13 @@ changes relative to sbcl-1.0.37: * bug fix: GCD always returns positive values. (lp#413680) * bug fix: Converting division to multiplication by reciprocal handles denormals. + * bug fix: We were too eager in eliding range reduction tests on x87. + The maximal magnitude is 2^63, not 2^64. + * bug fix: Transforms for TRUNCATE don't die when the result is completely + ignored anymore. + * bug fix: Maybe restore buildability on Alpha. + * bug fix: READ-BYTE isn't inline anymore, fixing weird streams failures. + (lp#569404) changes in sbcl-1.0.37 relative to sbcl-1.0.36: * enhancement: Backtrace from THROW to uncaught tag on x86oids now shows