X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=1ea3f0ea6662d748d5ad76cc6b47c1fead739721;hb=fb9c34275389e23f32d80954ab4848fac48936d9;hp=3a2ccc4391de201215ed29c02572f94365852be3;hpb=8f07013fea8c3a6cae9819f1761340ae4c57e24c;p=sbcl.git diff --git a/NEWS b/NEWS index 3a2ccc4..1ea3f0e 100644 --- a/NEWS +++ b/NEWS @@ -2386,11 +2386,29 @@ changes in sbcl-0.8.10 relative to sbcl-0.8.9: values. (thanks to Zach Beane) * bug fix: streams with element-type (SIGNED-BYTE ) for greater than 32 handle EOF correctly. + * bug fix: on X86 an immediate argument of the IMUL instruction is + correctly printed in disassembly. (thanks to Lutz Euler) + * bug fix: class slots in redefined classes preserve their old + values. (thanks to Bruno Haible and Nikodemus Siivola) + * bug fix: compilation of funcalls of CXX+R (e.g. CDDR) now + succeeds. (reported by Marco Baringer) * fixed some bugs revealed by Paul Dietz' test suite: ** READ-SEQUENCE now works on ECHO-STREAMs. ** RATIONALIZE works more according to its specification. (thanks to Bruno Haible) +changes in sbcl-0.8.11 relative to sbcl-0.8.10: + * fixed bug 313: source-transform for was erroneously + applied to a call of a value of a variable with name . + (reported by Antonio Menezes Leitao) + * fixed bug 307: The obsolete instance protocol ensures that + subclasses are properly obsoleted. (thanks to Nikodemus Siivola) + * on X86 fixed bug 298, revealed by Paul F. Dietz' test suite: SBCL + can remove dead unknown-values globs from the middle of the stack. + * added a new restart to *BREAK-ON-SIGNALS* handling to make it + easier to resume long computations after using *BREAK-ON-SIGNALS* + to diagnose and fix failures. (thanks to Nikodemus Siivola) + planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles down, it might impact TRACE. They both encapsulate functions, and