X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=deb4eb70b4b362d9bd920ea006208f345f6c8784;hb=0d2bb0b292731fbf12d89aad2d28ea98a335d82b;hp=3c8559229084641cebf03dc22b65d99afdc5a2c7;hpb=024389e7e3db268f535e36d883b4efc9d7ea0f65;p=sbcl.git diff --git a/NEWS b/NEWS index 3c85592..deb4eb7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- + * minor incompatible change: SB-THREAD:JOIN-THREAD-ERROR-THREAD and + SB-THREAD:INTERRUPT-THREAD-ERROR-THREAD have been deprecated in favor + of SB-THREAD:THREAD-ERROR-THREAD. + * new feature: docstrings for local and anonymous functions are no longer + discarded. (thanks to Leslie Polzer) + * new feature: SB-THREAD:SYMBOL-VALUE-IN-THREAD provides access to symbol + values in other threads. + * new feature: SB-INTROSPECT:ALLOCATION-INFORMATION provides information + about object allocation. * optimization: more efficient type-checks for FIXNUMs when the value is known to be a signed word on x86 and x86-64. * improvement: failure to provide requested stack allocation compiler notes @@ -19,6 +28,14 @@ Michael Becker, Gabriel Dos Reis, and Cyrus Harmon) * bug fix: :PTY option in RUN-PROGRAM was broken with stream arguments. (reported by Elliot Slaughter, thanks to Stas Boukarev) + * bug fix: bogus undefined variable warnings from fopcompiled references to + global variables. (thanks to Lars Rune Nøstdal) + * bug fix: foreign function names should now appear in backtraces on + FC6 as well. (reported by Tomasz Skutnik and obias Rautenkranz) + * bug fix: SETF compiler macro documentation strings are not discarded + anymore. + * bug fix: GENTEMP is now unaffected by pretty printer dispatch table. + (thanks to Alex Plotnick) changes in sbcl-1.0.29 relative to 1.0.28: * IMPORTANT: bug database has moved from the BUGS file to Launchpad