X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=460fd624ecd539fb3041e91ee6f5345e68e1c889;hb=c1c2f11c297774cd7f0f48baeaa7631fec155405;hp=0c86bf171c305529234c00ac040ff39ae599bacc;hpb=5234b3ca36406aef45d5665b8bb0cf6ff5300dca;p=sbcl.git diff --git a/NEWS b/NEWS index 0c86bf1..460fd62 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,10 @@ changes in sbcl-1.0.25 relative to 1.0.24: computes the right offset for the memory copy. * bug fix: compilation problem involving inlined calls to aliens with result type VOID. (reported by Ken Olum) + * bug fix: #235a; sequential inline expasion in different policies no + 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) changes in sbcl-1.0.24 relative to 1.0.23: * new feature: ARRAY-STORAGE-VECTOR provides access to the underlying data