X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=NEWS;h=12d2d17babd1b8f74f0e44d395dc4a5db10d229b;hb=e1ba5a0d68ff8d4c8e688cd6a951aea1d56b1b61;hp=c08fbb824d75995b269888a001f7484b3d44c12d;hpb=4d50265fe5a3dd4ea5b35c8ec12fe2b88721d22c;p=sbcl.git diff --git a/NEWS b/NEWS index c08fbb8..12d2d17 100644 --- a/NEWS +++ b/NEWS @@ -1251,6 +1251,10 @@ changes in sbcl-0.7.7 relative to sbcl-0.7.6: bug fix involving the names of PCL MAKE-INSTANCE functions) changes in sbcl-0.7.8 relative to sbcl-0.7.7: + * A beta-quality port to the mips architecture running Linux, + based on the old CMUCL backend, has been made. It has been tested + on a big-endian kernel, and works sufficiently well to be able to + rebuild itself; it has not been tested in little-endian mode. * fixed bug 120a: The compiler now deals correctly with IFs where the consequent is the same as the alternative, instead of misderiving the return type. (thanks to Alexey Dejneka) @@ -1259,6 +1263,12 @@ changes in sbcl-0.7.8 relative to sbcl-0.7.7: found). * fixed bug 174: FORMAT's error message is slightly clearer when a non-printing character is used in a format directive. + * fixed several bugs in compiler checking of type declarations, i.e. + violations of the Python "declarations are assertions" principle + (thanks to Alexey Dejneka) + * fixed several bugs in PCL's error checking (thanks to Gerd + Moellmann) + * fixed bug in printing of FILE-ERROR (thanks to Antonio Martinez) planned incompatible changes in 0.7.x: * When the profiling interface settles down, maybe in 0.7.x, maybe