X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=35526eba6bf7204762ebb51674f165df6d5d48de;hb=bc382783a653d8051718b9712c8c873eea2c8bbf;hp=f04d2857ab9366968f1a18e176e05998176ca44c;hpb=51e63f301624e39febdd85b5feba19b7c980f307;p=sbcl.git diff --git a/NEWS b/NEWS index f04d285..35526eb 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,19 @@ ;;;; -*- coding: utf-8; -*- changes in sbcl-1.0.3 relative to sbcl-1.0.2: + * new platform: NetBSD/PPC. (thanks to Aymeric Vincent) * optimization: calls of the form (AREF FOO (+ INDEX )) now produce more efficient code on the x86 if the compiler can determine that (+ INDEX ) does not require a bounds check and FOO has an element type at least 8 bits wide. + * bug fix: references to undefined variables are handled the same way + in toplevel forms as in the normal compiler + * bug fix: the build scripts again work with non-bash /bin/sh (thanks + to Magnus Henoch) + * bug fix: use "gtar" as the asdf-install *TAR-PROGRAM* on NetBSD + (thanks to Jon Buller) + * improvement: faster compilation times for complex functions + * improvement: added readlink support to SB-POSIX (thanks to Richard + M Kreuter) changes in sbcl-1.0.2 relative to sbcl-1.0.1: * improvement: experimental support for mach exception handling on