X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=NEWS;h=04f76667719322eff5f99caa1341a1fbd6c39c61;hb=e5e1b41799b814bca18e5f6e5c10b12d06c35c46;hp=044f4e95b98afd42b2c98a481b7ce3fda811453a;hpb=7628542a73adb9ba8090ea1edcade1e508d388cb;p=sbcl.git diff --git a/NEWS b/NEWS index 044f4e9..04f7666 100644 --- a/NEWS +++ b/NEWS @@ -2340,6 +2340,13 @@ changes in sbcl-0.8.9 relative to sbcl-0.8.8: their output stream on EOF from read. ** CONCATENATED-STREAM-STREAMS discards constituent streams which have been read to end-of-file. + ** CLOSE works as expected on the null CONCATENATED-STREAM, and on + STRING-STREAMS. + ** Printing symbols with *PRINT-CASE* :CAPITALIZE respects the + description of determination of which consecutive characters + constitute a word. + ** Printing the "Space" character with escaping on now yields "#\\ ", + rather than "#\\Space", as mandated by ANSI 22.1.3.2. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles