X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=4472e4625ec6deef6216ef81120ef6579e8f0f98;hb=f3491f128307938cc56367f739b8fbf9e5d503b6;hp=16323bc69f208ce210e6876799baa57507128a9f;hpb=d94c1b4a8c534bde146823f56558faf37cd4c4d7;p=sbcl.git diff --git a/NEWS b/NEWS index 16323bc..4472e46 100644 --- a/NEWS +++ b/NEWS @@ -56,7 +56,10 @@ changes relative to sbcl-1.0.53: safe outside systems with getaddrinfo(). * bug fix: on 64-bit systems setting the nursery size above 4Gb now works. (lp#870868) - * bug fix: SB-POSIX tests failed on OpenBSD 5.0. (lp#892707) + * bug fix: With several combinations of argument types, for example (EXPT + <(complex double)>), EXPT now uses double-precision throughout + instead of partially calculating only to single-precision. (lp#741564; + thanks to Lutz Euler) changes in sbcl-1.0.53 relative to sbcl-1.0.52: * enhancement: on 64-bit targets, in src/compiler/generic/early-vm.lisp,