X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=93a54e1cdd956762e06c43eef06df831cc794615;hb=830db48da09c88c0e91b11e2991d21b2a1af2579;hp=74e95624751d5c926fa3cd242e996bd159b3f90e;hpb=7a7a5268d45a213d425228e87c9ecc9f79bd7858;p=sbcl.git diff --git a/NEWS b/NEWS index 74e9562..93a54e1 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,9 @@ changes in sbcl-0.9.8 relative to sbcl-0.9.7: * bug fix: FILE-STRING-LENGTH is now external-format sensitive, returning the number of octets which would be written to the file-stream. (thanks to Robert J. Macomber) + * bug fix: the SB-SIMPLE-STREAMS contrib passes external-format + arguments to the internal stream functions. (thanks to David + Lichteblau) * optimization: improved type inference for arithmetic-for index variables in LOOP * optimization: faster floating-point SQRT on x86-64