X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=7b202e30abaf4d86ace372d050a7759ab7f80133;hb=e02c32bd4d07a7d30c9a9d78be54f1f9f84f9877;hp=46d47c2751c6ae23499c9b76ef387c2bcdc5ba13;hpb=7e1f6a02db322634078e6cec7bf92bcd060db0fe;p=sbcl.git diff --git a/NEWS b/NEWS index 46d47c2..7b202e3 100644 --- a/NEWS +++ b/NEWS @@ -529,6 +529,13 @@ changes in sbcl-0.6.9 relative to sbcl-0.6.8: * The debugger now handles errors which arise when trying to print *DEBUG-CONDITION*, so that it's less likely to fall into infinite regress. +* The build system now uses an additional file, customize-target-features.lisp, + to allow local modifications to the target *FEATURES* list. (The point of + this is that now I can set up a custom configuration, e.g. with :SB-SHOW + debugging features enabled, without having to worry about propagating it + into everyone's system when I do a "cvs update".) When no + customize-target-features.lisp file exists, the target *FEATURES* list + should be constructed the same way as before. ?? signal handling reliability ?? fixed some bugs mentioned in the man page: ?? DEFUN-vs.-DECLAIM