X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=652184563b306e04bc565a6a67fc2018e55408be;hb=943f38e6232a69ab1bbcfb2c86801eea391f8ae1;hp=61cb8b2fb860563d845470645413bf9a644975fb;hpb=f1bd97fb5f536b9ac7195aaa20bf02c829793f6a;p=sbcl.git diff --git a/NEWS b/NEWS index 61cb8b2..6521845 100644 --- a/NEWS +++ b/NEWS @@ -597,10 +597,18 @@ changes in sbcl-0.6.9 relative to sbcl-0.6.8: * Martin Atzmueller also fixed ROOM, so that it no longer fails with an undefined function error. * gave up on fixing bug 3 (forbidden-by-ANSI warning for type mismatch - in structure slot initforms) for now, wrote workaround instead:-| + in structure slot initforms) for now, documented workaround instead:-| * fixed bug 4 (no WARNING for DECLAIM FTYPE of slot accessor function) +* fixed bug 5: added stubs for various Gray stream functions called + in the not-a-CL:STREAM case, so that even when Gray streams aren't + installed, at least appropriate type errors are generated +* fixed bug 8: better reporting of various PROGRAM-ERRORs +* fixed bug 9: IGNORE and IGNORABLE now work reasonably and more + consistently in DEFMETHOD forms. * removed bug 21 from BUGS, since Martin Atzmueller points out that it doesn't seem to affect SBCL after all +* The C runtime system now builds with better optimization and many + fewer warnings, thanks to lots of cleanups by Martin Atzmueller. planned incompatible changes in 0.7.x: * The debugger prompt sequence now goes "5]", "5[2]", "5[3]", etc.