X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=176b09c6f9abcfae3a0cd26e40845687560b89cc;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=176d7866f22f5bb604c0a582ca340dcfe957f73b;hpb=d59fb0b06768732835bf45638fbc04f516b9ae9b;p=sbcl.git diff --git a/NEWS b/NEWS index 176d786..176b09c 100644 --- a/NEWS +++ b/NEWS @@ -1930,11 +1930,25 @@ changes in sbcl-0.8.2 relative to sbcl-0.8.1: 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) + * bug fix: the CLASS-PROTOTYPE of the GENERIC-FUNCTION class is now + printable. (reported by Eric Marsden) + 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