X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=176d7866f22f5bb604c0a582ca340dcfe957f73b;hb=d59fb0b06768732835bf45638fbc04f516b9ae9b;hp=97aecccbbcbd997d8a9cbc78b8cc7d7f9b2ba727;hpb=a64589ed34ce0298fae164476af7de14c4652909;p=sbcl.git diff --git a/NEWS b/NEWS index 97aeccc..176d786 100644 --- a/NEWS +++ b/NEWS @@ -1911,8 +1911,29 @@ changes in sbcl-0.8.2 relative to sbcl-0.8.1: * repeated evaluation of the same DEFSTRUCT, a slot of which is declared to have a functional type, does not cause an error anymore. + * fixed bug: sometimes MAKE-INSTANCE did not work with classes with + many :DEFAULT-INITARGS. (reported by Istvan Marko) + * fixed bug: if last continuation of a deleted block has a + destination, this destination should be deleted too. (reported by + ohler on #lisp) + * fixed a bug in the bootstrap process: the host compiler's values + of ARRAY-DIMENSION-LIMIT and ARRAY-TOTAL-SIZE-LIMIT no longer leak + into the newly-built SBCL. (reported by Eric Marsden on #lisp, + test case from Patrik Nordebo) + * improved the ability of the disassembler on the PPC platform to + 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. * 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. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles