X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=a9627a6e870f56d35a7c3abfec83919432bf24a4;hb=ac85367426b222612311c5cf7b061ff89c64d825;hp=acf60de8cae6bdf73905f2b82040d84ce1515ceb;hpb=1bbd405c3c21f93db7aa956946738c8a3f30837d;p=sbcl.git diff --git a/NEWS b/NEWS index acf60de..a9627a6 100644 --- a/NEWS +++ b/NEWS @@ -1711,6 +1711,9 @@ changes in sbcl-0.8alpha.0 relative to sbcl-0.7.14 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. + * a contributed module containing a partial implementation of the + simple-streams interface has been included. (thanks to Rudi + Schlatte) * 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 @@ -1724,6 +1727,13 @@ changes in sbcl-0.8.0 relative to sbcl-0.8alpha.0 types. ** &ENVIRONMENT parameter in macro lambda list is bound first. ** SXHASH on condition objects no longer returns NIL. + ** :ALLOCATION :CLASS slots are better treated; their values are + updated on class redefinition, and initforms inherited from + superclasses are applied. + ** REMOVE-METHOD returns its generic function argument even when + no method was removed. + ** SHARED-INITIALIZE now initializes the values of the requested + slots, including those with :ALLOCATION :CLASS. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles