X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=8be61c1e7f25a7ee9f3162be15972b54d817d2a3;hb=c47519c9e63fd32a635943a84ec13d8a60d95f08;hp=b08faff0daf6242ae945aeedb5a96b96d6acae17;hpb=9afb0bc650cd36dc093be6958a224e86d59d3893;p=sbcl.git diff --git a/NEWS b/NEWS index b08faff..8be61c1 100644 --- a/NEWS +++ b/NEWS @@ -2254,6 +2254,12 @@ changes in sbcl-0.8.8 relative to sbcl-0.8.7: ** INPUT-STREAM-P, OUTPUT-STREAM-P, STREAM-ELEMENT-TYPE and OPEN-STREAM-P signal a TYPE-ERROR if their argument is not a stream. + ** LOAD-LOGICAL-PATHNAME-TRANSLATIONS returns NIL if the logical + host is already defined. + ** RENAME-FILE works on streams instead of signalling an internal + type error. + ** PEEK-CHAR now uses the current readtable when determining + whether a character is whitespace. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles