X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=18f5b2df4ec724cbf8d813a3c1992c4f714b9d96;hb=28d9a006c64dcc3e831f8a5149eed0739a89df12;hp=ea419d8af80f9e2352b048840b156538f357ad9e;hpb=cd52a6c089a66ba46281f15a19a85171e9612e01;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index ea419d8af..18f5b2df4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ 2007-10-28 Bruno Haible + * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE. + * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of + HAVE_DECL_ISFINITE. + * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update. + * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of + HAVE_DECL_ISFINITE. + +2007-10-28 Bruno Haible + + * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed + integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc. + +2007-10-28 Bruno Haible + Fix link errors with Sun C 5.0 on Solaris 10. * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the function is declared but not present in the compiler's libm.