From: Bruno Haible Date: Sun, 19 Jun 2011 10:50:52 +0000 (+0200) Subject: ceilf-ieee: Work around bug on MacOS X 10.5. X-Git-Tag: v0.1~2234 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4d999ebc6c51a475950ebe070910940f22576a56;p=gnulib.git ceilf-ieee: Work around bug on MacOS X 10.5. * doc/posix-functions/ceilf.texi: Mention the MacOS X 10.5 problem. --- diff --git a/ChangeLog b/ChangeLog index 012678c89..698473f0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-06-19 Bruno Haible + ceilf-ieee: Work around bug on MacOS X 10.5. + * doc/posix-functions/ceilf.texi: Mention the MacOS X 10.5 problem. + floor*-ieee, ceil*-ieee, trunc*-ieee, round*-ieee: More robust checks. * m4/floorf.m4 (gl_FUNC_FLOORF): In the test whether the function is IEEE compliant, avoid compiler optimizations. diff --git a/doc/posix-functions/ceilf.texi b/doc/posix-functions/ceilf.texi index 0cd6d87f9..f9c0394eb 100644 --- a/doc/posix-functions/ceilf.texi +++ b/doc/posix-functions/ceilf.texi @@ -18,7 +18,7 @@ Portability problems fixed by Gnulib module @code{ceilf-ieee}: @item This function returns a positive zero for an argument between -1 and 0 on some platforms: -AIX 7.1. +MacOS X 10.5, AIX 7.1. @item This function returns a positive zero for a minus zero argument on some platforms: