X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=f97afdb0e6fd3d3ffb8fa3a0f549516beeb7e024;hb=6cb4f9ea3f4e35a5a8e75922833e14575ae92180;hp=a60e559aa9651fe4493a5923bf5b44d01013f9c4;hpb=e204f990b868f03fa6aef17860ce86c854c30fe8;p=sbcl.git diff --git a/NEWS b/NEWS index a60e559..f97afdb 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,22 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-0.9.14 relative to sbcl-0.9.13: + * bug fix: unparsing logical pathnames with :NAME :WILD :TYPE NIL + failed with a type error. (reported by Pascal Bourguignon) + * fixed some bugs revealed by Paul Dietz' test suite: + ** MISC.641: LET-conversion were not supposed to work in late + compilation stages. + +changes in sbcl-0.9.13 relative to sbcl-0.9.12: + * new feature: source path information is generated for macro-expansion + errors for use in IDE's like Slime (thanks to Helmut Eller) + * bug fix: calls to the compiler no longer modify *RANDOM-STATE* + * bug fix: compiler does not loop forever on an invalid type in + TYPEP. + * improvement: compilation of most CLOS applications is significantly + faster + * optimization: added a limited bytecode compiler for simple toplevel + forms, speeding up compilation and FASL loading + changes in sbcl-0.9.12 relative to sbcl-0.9.11: * minor incompatible change: in sbcl-0.9.11 (but not earlier versions) SB-MOP:FINALIZE-INHERITANCE would recursively descend