From b8348197b01379c0422f31bcc9d27861c875d7c9 Mon Sep 17 00:00:00 2001 From: Paul Khuong Date: Sun, 14 Aug 2011 17:32:27 -0400 Subject: [PATCH] Missing NEWS entry for 4e431db Also, missing credit for Lutz Euler's bug report on a7b24b5. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3949270..99fd351 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ changes relative to sbcl-1.0.50: (lp#822712). * enhancement: the Windows port of SBCL now builds and runs on Wine (thanks to Anton Kovalenko). + * enhancement: more, and more correct, SSE instruction definitions on + x86-64 (thanks to Alexander Gavrilov). * optimization: unsigned integer divisions by a constant are implemented using multiplication (affects CEILING, FLOOR, TRUNCATE, MOD, and REM.) * optimization: improved type-derivation for LOAD-TIME-VALUE. @@ -39,7 +41,8 @@ changes relative to sbcl-1.0.50: first write (lp#561642). * bug fix: compiled closures from EVAL could not be DESCRIBEd. (lp#824974) * bug fix: bound propagation involving conversion of large bignums to - floats no longer signals a SIMPLE-TYPE-ERROR (lp#819269). + floats no longer signals a SIMPLE-TYPE-ERROR, reported by Lutz Euler. + (lp#819269) changes in sbcl-1.0.50 relative to sbcl-1.0.49: * enhancement: errors from FD handlers now provide a restart to remove -- 1.7.10.4