X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=82523b44b61b9a17a0d3c5d2bfe40c77ced30bff;hb=71817ae02c1932e911a7e7c4e6bfc880bdbc8490;hp=3cd48909d505a5aa80300dff0a6a6a7c14d038af;hpb=4ff8421d6f4590024f82ea6f6851e25b4ca3df99;p=sbcl.git diff --git a/NEWS b/NEWS index 3cd4890..82523b4 100644 --- a/NEWS +++ b/NEWS @@ -1557,6 +1557,9 @@ changes in sbcl-0.7.13 relative to sbcl-0.7.12: Furthermore, a compliance bug has been fixed: SLOT-MISSING is now always called when a slot is not present in an instance. (thanks to Gerd Moellmann) + * fixed a bug related to CONCATENATED-STREAMs: PEEK-CHAR will no + longer signal an error on unreading a character following EOF on + the previous constituent stream. (thanks to Tony Martinez) * fixed some bugs revealed by Paul Dietz' test suite: ** ARRAY-IN-BOUNDS-P now allows arbitrary integers as arguments, not just nonnegative fixnums;