X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=0b85b4ab411e774debe61b46c7138bff8ed2e802;hb=da554aabb26815adee15c78dd41ced81dd7fd5d2;hp=316655af5092e26c58c3b1cc16c9831a8a6c21fb;hpb=d8fff68543d8d39193d4a9cb369c7ae35d4b1b6a;p=sbcl.git diff --git a/NEWS b/NEWS index 316655a..0b85b4a 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,17 @@ changes in sbcl-0.8.17 relative to sbcl-0.8.16: * bug fix: READ, READ-PRESERVING-WHITESPACE, READ-DELIMITED-LIST, and READ-FROM-STRING all now return a primary value of NIL if - *READ-SUPPRESS* is true. (reported by Bruno Haible for CMUCL) + *READ-SUPPRESS* is true. (reported by Bruno Haible for CMUCL) * bug fix: Default value of EOF-ERROR-P in READ-FROM-STRING is true. (reported by Bruno Haible for CMUCL) * bug fix: ERROR now signals a TYPE-ERROR if the arguments to ERROR - do not designate a condition. (reported by Bruno Haible for CMUCL) + do not designate a condition. (reported by Bruno Haible for + CMUCL) + * bug fix: UNINTERN, USE-PACKAGE, IMPORT and EXPORT all signal an + SB-EXT:NAME-CONFLICT condition (subtype of PACKAGE-ERROR) in the + name conflict situations in CLHS 11.1.1.2.5, and provide a restart + permitting resolution in favour of any of the conflicting symbols. + (reported by Bruno Haible for CMUCL) changes in sbcl-0.8.16 relative to sbcl-0.8.15: * enhancement: saving cores with foreign code loaded is now