X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=85422c1bf21e62a02fc6250f1b0368da2ff19866;hb=9603675940cce3bcac93b354dca62d20c991cbce;hp=767cb73363641f0866cfdeb58af420423d5c06af;hpb=dadc36252c2b4012f13cb81860148d795108377c;p=sbcl.git diff --git a/NEWS b/NEWS index 767cb73..85422c1 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,10 @@ changes in sbcl-1.0.25 relative to 1.0.24: longer reuses the functional from the previous expansion site. * bug fix: DEFTYPE no longer breaks on bodies consisting of a single unquoted symbol. Regression from 1.0.22.8. (reported by Ariel Badichi) + * bug fix: named ENUMs in multiply-referenced alien record types no longer + cause an implied type redefinition. Regression from 1.0.21.29. + * bug fix: sign-extension of small signed return values now works with C + code compiled with gcc 4.3 or newer. (reported by Liam Healy) * improvements to the Windows port: ** SB-BSD-SOCKETS now works from saved cores as well. (reported by Stephen Westfold, thanks to Rudi Schlatte)