X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=24422fb9158902fa546c3888d7e7cb542c6af3a0;hb=218e43b19b980458bf7b421b5029766a6f327fda;hp=6250e2179a1a3b0c10ee95dde028bc0489df9d79;hpb=7bc0523e454900b4e8b53f2b5d975422289cd519;p=sbcl.git diff --git a/NEWS b/NEWS index 6250e21..24422fb 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,7 @@ changes relative to sbcl-1.0.43: * enhancement: the system detects known type-erros in calls better, signalling a full warning about violated proclaimed FTYPEs and violations of derived FTYPEs within the same file, including self-calls. + * enhancement: new function: SB-EXT:DELETE-DIRECTORY is now provided. * optimization: constant-folding exploits numeric and character types, in addition member types. * optimization: numeric, character and member types that are inhabited by @@ -67,6 +68,14 @@ changes relative to sbcl-1.0.43: defined incompatibly. (lp#657499) * bug fix: existing ASDF source registries are ignored when building contribs (lp#659105) + * bug fix: short-form DEFSETF checks that the second argument is a symbol + (lp#655824, thanks to Roman Marynchak) + * bug fix: (SETF MACRO-FUNCTION) clobbered macro-definitions before + package-lock violation was detected. (lp#660752) + * bug fix: the system can store different docstrings for a single function + under different names. (lp#661631, regression from 1.0.29.24) + * bug fix: source-locations of DEFGENERIC forms weren't getting recorded + properly. (lp#384801) changes in sbcl-1.0.43 relative to sbcl-1.0.42: * incompatible change: FD-STREAMS no longer participate in the serve-event