X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=593c4a9c65e4bfdea1bb156baada991c01723e2d;hb=9a2e730f74641e7de6ad4099111db92c5ad863bf;hp=5f3dca30ceb245457266b52ece020ef05dd58094;hpb=4dbc52ee4f9a4f566701f1d33e7916e8491b918b;p=sbcl.git diff --git a/NEWS b/NEWS index 5f3dca3..593c4a9 100644 --- a/NEWS +++ b/NEWS @@ -1192,7 +1192,7 @@ changes in sbcl-0.7.6 relative to sbcl-0.7.5: changes in sbcl-0.7.7 relative to sbcl-0.7.6: * An alpha-quality port to the parisc architecture running Linux, - based on the old CMUCL backend has been made. This, even more so + based on the old CMUCL backend, has been made. This, even more so than the other backends, should be considered still a work in progress; known problems include that the Linux kernel in 64-bit mode does not propagate the correct sigcontext structure to @@ -1213,6 +1213,9 @@ changes in sbcl-0.7.7 relative to sbcl-0.7.6: SB-KERNEL:CONTROL-STACK-EXHAUSTED condition (subclass of STORAGE-CONDITION) is signalled, so stack exhaustion can no longer be caught using IGNORE-ERRORS. + * Bugs 65, 70, and 109 fixed: The compiler now preserves invariants + correctly when transforming recursive LABELS functions to LETs. + (thanks to Alexey Dejneka) * Bug 48a./b. fixed: SYMBOL-MACROLET now refuses to bind symbols that are names of constants or global variables. * Bug fix: DEFINE-ALIEN-ROUTINE now declaims the correct FTYPE for @@ -1247,6 +1250,11 @@ changes in sbcl-0.7.7 relative to sbcl-0.7.6: * The fasl file version number has changed again. (because of the bug fix involving the names of PCL MAKE-INSTANCE functions) +changes in sbcl-0.7.8 relative to sbcl-0.7.7: + * 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) + planned incompatible changes in 0.7.x: * When the profiling interface settles down, maybe in 0.7.x, maybe later, it might impact TRACE. They both encapsulate functions, and