X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=4b33b2dd5925f72628712a79d722476d5a738bdc;hb=ba02429b75951fc407be01c44fdcb01ff2908707;hp=af2dbaf2c3022ef876d798679afe860be05d34eb;hpb=4f102592a1c122f17231563671930456c7c85f5c;p=sbcl.git diff --git a/NEWS b/NEWS index af2dbaf..4b33b2d 100644 --- a/NEWS +++ b/NEWS @@ -2050,6 +2050,11 @@ changes in sbcl-0.8.4 relative to sbcl-0.8.3: displaced string. ** LCM with two arguments of 0 returns 0 rather than signalling DIVISION-BY-ZERO. + ** unsigned addition of a 32-bit constant with the high bit set no + longer causes an internal compiler error on the x86. + ** LOGBITP accepts a non-negative bignum as its INDEX argument. + ** compiler incorrectly derived types of DPB and DEPOSIT-FIELD + with negative last argument. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles