From 4d999ebc6c51a475950ebe070910940f22576a56 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 19 Jun 2011 12:50:52 +0200 Subject: [PATCH] ceilf-ieee: Work around bug on MacOS X 10.5. * doc/posix-functions/ceilf.texi: Mention the MacOS X 10.5 problem. --- ChangeLog | 3 +++ doc/posix-functions/ceilf.texi | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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: -- 2.11.0