X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=2f5f1477ce4f7d951f4af23e594d10ba6d62fdca;hb=7516363f36f26eaf64b7e4eb23b5980e915d7259;hp=c29650ca987405b403c19852591d4c98a24ac9f0;hpb=3ea6f2688adf11331a7a9c243f77a602785d1e1b;p=sbcl.git diff --git a/NEWS b/NEWS index c29650c..2f5f147 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ changes in sbcl-1.0.4 relative to sbcl-1.0.3: platforms. * optimization: code using alien values with undeclared types is much faster. * optimization: the compiler is now able to open code SEARCH in more cases. + * optimization: more compact (thanks to Lutz Euler) * bug fix: >= and <= gave wrong results when used with NaNs. * bug fix: the #= and ## reader macros now interact reasonably with funcallable instances. @@ -18,6 +19,8 @@ changes in sbcl-1.0.4 relative to sbcl-1.0.3: by the spec (thanks to Eric Marsden) * bug fix: fixed GC safety issues when foreign functions are called with non-base strings as arguments + * bug fix: more consistent error output for fatal-compiler-warnings, like + reader errors changes in sbcl-1.0.3 relative to sbcl-1.0.2: * new platform: NetBSD/PPC. (thanks to Aymeric Vincent)