X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=2b719d85e8d2371f01d7ccd716bce986ecea0f54;hb=8dc1241068db5855115a9e25488a8962718a6c79;hp=337069c3850c6cc73df9942df9ad153d7555f2a2;hpb=951c8b24023c6f444b903a64b5e00d5cb2ae2ac9;p=sbcl.git diff --git a/NEWS b/NEWS index 337069c..2b719d8 100644 --- a/NEWS +++ b/NEWS @@ -1924,11 +1924,29 @@ changes in sbcl-0.8.2 relative to sbcl-0.8.1: provide helpful disassembly notes. * SB-MOP:CLASS-PROTOTYPE on built-in-classes returns an instance of the class in more cases than previously. + * bug fix: FILE-POSITION now understands :START and :END for + STRING-INPUT-STREAMs. (thanks to Nikodemus Siivola) + * bug fix: (SIGNED-BYTE 8) streams no longer return (UNSIGNED-BYTE + 8) data. (thanks to David Lichteblau) + * bug fix: it is possible to add a method to a generic function + without lambda list. + * bug fix: reader failed to signal END-OF-FILE inside an + object representation. (reported by Nikodemus Siivola) * fixed some bugs revealed by Paul Dietz' test suite: ** LAST and [N]BUTLAST should accept a bignum. ** condition slot accessors are methods. ** (VECTOR NIL) is a subtype of STRING. +changes in sbcl-0.8.3 relative to sbcl-0.8.2: + * bug fix: WITH-OUTPUT-TO-STRING (and MAKE-STRING-OUTPUT-STREAM) now + accept and act upon their :ELEMENT-TYPE keyword argument. + (reported by Edi Weitz) + * bug fix: FILE-POSITION now accepts position designators up to + ARRAY-DIMENSION-LIMIT or the extreme of the off_t range, whichever + is the greater. (thanks to Patrik Nordebo) + * bug fix: MAKE-ARRAY ignored :INITIAL-CONTENTS NIL. (reported by + Kalle Olavi Niemitalo) + planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles down, it might impact TRACE. They both encapsulate functions, and