X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=0a0ad46c1a5e476dbb5e2d1aa56be0c5f0f949c8;hb=63cef087068afc157283c0a05ae1f16b962303aa;hp=276ab6de844ba0b934adb6615c6fc2fff003c08e;hpb=5edd74f6911093805a009a152b32216b3dba59f7;p=sbcl.git diff --git a/NEWS b/NEWS index 276ab6d..0a0ad46 100644 --- a/NEWS +++ b/NEWS @@ -1014,10 +1014,13 @@ changes in sbcl-0.7.2 relative to sbcl-0.7.1: an alternate notation for --eval '(load "foo.bar")'. * bug fixes: ** The system now hunts for the C variable "environ" in a more - devious way, to avoid segfaults when the C library version - differs between compile time and run time. (thanks to Christophe - Rhodes) + devious way, to avoid segfaults when the C library version differs + between compile time and run time. (thanks to Christophe Rhodes) ** INTEGER-valued CATCH tags now work. (thanks to Alexey Dejneka) + ** The compiler no longer issues bogus style warnings for undefined + classes in the same source file as the DEFCLASSes which defined + them. (thanks to Stig E Sandoe for reporting and Martin Atzmueller + for fixing this) * several changes related to debugging: ** suppression of tail recursion, as noted above ** The default implementation of TRACE has changed. :ENCAPSULATE T