X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=89d21283302beac2caa9305cc7fa4e7930ab7a02;hb=f42877dcb11f1db580c76c37ae86541b901ac281;hp=c92f2a901b0a3d0dd205ecec09f4e0ec496f9768;hpb=4d7b7a70cbb3cd7bf64897747d407f40803e3d72;p=sbcl.git diff --git a/NEWS b/NEWS index c92f2a9..89d2128 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.46: +changes in sbcl-1.0.47 relative to sbcl-1.0.46: * bug fix: fix mach port rights leaks in mach exception handling code on darwin/x86 and /x86-64. (thanks to Willem Oudshoorn for motivation and the initial patch) @@ -13,6 +13,8 @@ changes relative to sbcl-1.0.46: declarations. (lp#726331) * enhancement: :NOT-NULL option has been added to alien C-STRING type to indicate that NIL/NULL is excluded from the type. + * enhancement: SB-INTROSPECT:MAP-ROOT allows mapping over pointers contained in + arbitrary objects. * optimization: SLOT-VALUE &co are faster in the presence of SLOT-VALUE-USING-CLASS and its compatriots. * optimization: core startup time is reduced by 30% on x86-64. (lp#557357) @@ -38,6 +40,7 @@ changes relative to sbcl-1.0.46: variable reference to refer to a variable not in scope, causing an error during physical environment analysis when attempting to close over the variable. (lp#551227) + * bug fix: SIMPLE-CONDITION :FORMAT-CONTROL defaults to NIL. changes in sbcl-1.0.46 relative to sbcl-1.0.45: * enhancement: largefile support on Solaris.