From bc88ea65a14035415ac8e5a229a91bb4e0b16a85 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 28 Feb 2006 00:03:46 +0000 Subject: Add missing comment regarding math.h. --- newlib/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index fcefc2edb..8fbfbe4d2 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -6,6 +6,9 @@ * libc/include/ieeefp.h: Undef isnan and isinf to avoid conflict if has previously been included. * libc/include/math.h + * libc/include/math.h: Make isnan and isinf macros to + conform to C99. + (__isinfd, __isinff, __isnand, __isnanf): New functions. * libm/common/Makefile.am: Add new s_isinfd, s_isnand, sf_isinff, and sf_isnanf files. Also support s_isnan, sf_isnan, s_isinf, and sf_isinf files which have been moved from math/mathfp directories. -- cgit v1.2.3