From da4ab9a1fea9590f3e1f23b9ec28b2442978e39f Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sat, 11 Jun 2011 17:54:29 +0300 Subject: [PATCH] more NEWS --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 091a08b..7550ee2 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ changes relative to sbcl-1.0.49: and SB-EXT:*SYSINIT-PATHNAME-FUNCTION*. * enhancement: SB-EXT:MAKE-THREAD accepts an argument list designator for the thunk, as a keyword argument, :arguments. + * optimization: extracting bits of a single-float on x86-64 has been + optimized. (lp#555201) * bug fix: bound derivation for floating point operations is now more careful about rounding possibly closing open bounds. (lp#793771) * bug fix: SB-POSIX:SYSCALL-ERROR's argument is now optional. (accidental @@ -20,6 +22,10 @@ changes relative to sbcl-1.0.49: * bug fix: FMAKUNBOUND removes the MACRO-FUNCTION, should one exist. (lp#795705, regression) * bug fix: DIRECTORY works better on logical pathnames. + * bug fix: RUN-PROGRAM no longer fails spuriously when argument strings + are of the order of ARRAY-TOTAL-SIZE-LIMIT. (lp#787237) + * bug fix: the compiler no longer constant-folds NaNs in + MAKE-{SINGLE,DOUBLE}-FLOAT. (lp#486812) changes in sbcl-1.0.49 relative to sbcl-1.0.48: * minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables -- 1.7.10.4