diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index d501fe600..ef829ef53 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2009-06-16 Craig Howland <howland@LGSInnovations.com> + + * libc/include/math.h: Simplify fpclassify, isinf, isnan, and signbit + macros to remove un-necessary extension use. isinf and isnan also + changed to use fpclassify. isfinite macro modified to run faster by + only calling fpclassify once instead of possibly twice. + 2009-06-09 Corinna Vinschen <corinna@vinschen.de> * libc/ctype/tolower.c (tolower): Cast conversion result from |