X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=13dce8997be1dbdaa84fbd62c2d8e3a60d9ddd3b;hb=171fde84561e232b8af8c05b82dfe8a8f9e08340;hp=24ee1faa328b56d49dab6e0a54e591903048bcf1;hpb=1e9b2eeb4d8d07e6282dc6a747661134ccda8f4c;p=sbcl.git diff --git a/NEWS b/NEWS index 24ee1fa..13dce89 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,12 @@ changes relative to sbcl-1.0.54: full-blows cross-compilation.) * enhancement: MAKE-ALIEN signals a storage-condition instead of returning a null alien when malloc() fails. (lp#891268) + * enhancement: SB-EXT:PRINT-UNREADABLY restart for PRINT-NOT-READABLE + conditions can be conveniently accessed through function with the same + name, analogously to CONTINUE. + * enhancement: SB-EXT:*SUPPRESS-PRINT-ERRORS* can be used to suppress errors + from the printer by type, causing an error marker to be printed instead. + (Thanks to Attila Lendvai) * optimization: the compiler is smarter about representation selection for floating point constants used in full calls. * bug fix: deadlock detection could report the same deadlock twice, for @@ -23,6 +29,16 @@ changes relative to sbcl-1.0.54: form that defines them. (lp#896379) * bug fix: DEFGENERIC warns about unsupported declarations, as specified by ANSI. (lp#894202) + * bug fix: SUBTYPEP tests involving forward-referenced classes no longer + bogusly report NIL, T. + * bug fix: bogus style-warnings for DEFMETHOD forms that both declared some + required arguments ignored and performed assignments to others. + (lp#898331) + * bug fix: *EVALUATOR-MODE* :COMPILE treated (LET () ...) identically + to (LOCALLY ...) leading to internally inconsistent toplevel-formness. + * bug fix: non-toplevel DEFSTRUCT signaled a style warning for unknown type. + * bug fix: redefining a function whose previous definition contained an + unknown type no longer causes a style-warning. (lp#806243) changes in sbcl-1.0.54 relative to sbcl-1.0.53: * minor incompatible changes: