X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=f57ee088412c44c5423173c9e0e7cf7ebe95f8fd;hb=1f50b5779aeb575622b25721de552f404c77e150;hp=47b6ad084af87c11d47f5c58bb725161b1c4eb31;hpb=da2e2f4be772532cacd9188d206d4eb82dc9f6ef;p=sbcl.git diff --git a/NEWS b/NEWS index 47b6ad0..f57ee08 100644 --- a/NEWS +++ b/NEWS @@ -1928,6 +1928,10 @@ changes in sbcl-0.8.2 relative to sbcl-0.8.1: 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.