X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=NEWS;h=01d0e5ba2b2091f4737e4a6fcb4dbd641449c510;hb=4a0ab5193096ca70dbbf43bb21418544f6d018b7;hp=7882996f558754f4b9ac407f6c245ff4e60489b6;hpb=95f5ac2fa70b3f14d052e20f4250166f219dcc39;p=sbcl.git diff --git a/NEWS b/NEWS index 7882996..01d0e5b 100644 --- a/NEWS +++ b/NEWS @@ -847,6 +847,10 @@ changes in sbcl-0.7.0 relative to sbcl-0.6.13: (print (aref possiblybigthings i) stream))))) should truncate the logical block only at 50 lines, instead of often truncating it at 8 lines. +* :SB-CONSTRAIN-FLOAT-TYPE, :SB-PROPAGATE-FLOAT-TYPE, and + :SB-PROPAGATE-FUN-TYPE are no longer considered to be optional + features. Instead, the code that they used to control is always + built into the system. ?? lots of tidying up internally: renaming things so that names are more systematic and consistent, converting C macros to inline functions, systematizing indentation