X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=0ac4b8e9018179467489037c892a3742699102ef;hb=02c9007b4ca5753406f60019f4fe5e5f8392541a;hp=77caae8fa458dee9b96537fc4cf04e6b50e8126a;hpb=c1452f3a1f16e7e198367bbee0d032400966bd31;p=sbcl.git diff --git a/NEWS b/NEWS index 77caae8..0ac4b8e 100644 --- a/NEWS +++ b/NEWS @@ -1662,6 +1662,11 @@ changes in sbcl-0.8.0 relative to sbcl-0.7.14 compiled in by default: you need to add :SB-THREAD to the target features. See the "Beyond ANSI" chapter of the manual for details. + * Garbage collection refactoring: user-visible change is that a + call to the GC function during WITHOUT-GCING will not do garbage + collection until the end of the WITHOUT-GCING. If you were doing + this you were probably losing anyway. + * sb-aclrepl module improvements: an integrated inspector, added repl features, and a bug fix to :trace command. * fixed some bugs revealed by Paul Dietz' test suite: @@ -1682,6 +1687,8 @@ changes in sbcl-0.8.0 relative to sbcl-0.7.14 ** &WHOLE and &REST arguments in macro lambda lists are patterns; ** NSET-EXCLUSIVE-OR does not return extra elements when its arguments contain duplicated elements; + ** RESTART-CASE understands local macros; + ** ... and associates exactly its own restarts with a condition; planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles