X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=76d2609ea1cc9527f24eab2ae906edc18bb80cd4;hb=49c69bcd41790587cbcb0411c5c3497ee84f4343;hp=a6c9ad7b3c815e67a012823f114129a6a85a4130;hpb=72826ded21763d6885dd8a34552cb57edfb1cf26;p=sbcl.git diff --git a/NEWS b/NEWS index a6c9ad7..76d2609 100644 --- a/NEWS +++ b/NEWS @@ -2048,6 +2048,15 @@ changes in sbcl-0.8.4 relative to sbcl-0.8.3: upper bounding index of a substring in case :JUNK-ALLOWED NIL. ** PARSE-INTEGER returned an incorrect index being applied to a 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. + ** byte specifiers with zero size and position no longer cause + an error during type derivation. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles