X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=acf60de8cae6bdf73905f2b82040d84ce1515ceb;hb=1bbd405c3c21f93db7aa956946738c8a3f30837d;hp=92d3a422484bfd9646f918f9c64a964a97a57bab;hpb=21083e7372a447498dacd3f92427c1e9da7e074a;p=sbcl.git diff --git a/NEWS b/NEWS index 92d3a42..acf60de 100644 --- a/NEWS +++ b/NEWS @@ -1709,6 +1709,8 @@ changes in sbcl-0.8alpha.0 relative to sbcl-0.7.14 ** :ALLOW-OTHER-KEYS NIL is now accepted in an initarg list. changes in sbcl-0.8.0 relative to sbcl-0.8alpha.0 + * SBCL now builds using CLISP (version of late April 2003 from CVS) + as cross-compilation host. * minor incompatible change: the :NEGATIVE-ZERO-IS-NOT-ZERO feature no longer has any effect, as the code controlled by this feature has been deleted. (As far as we know, no-one has ever built using @@ -1721,7 +1723,7 @@ changes in sbcl-0.8.0 relative to sbcl-0.8alpha.0 ** the GENERIC-FUNCTION type is no longer disjoint from FUNCTION types. ** &ENVIRONMENT parameter in macro lambda list is bound first. - + ** SXHASH on condition objects no longer returns NIL. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles