changeset 15292:dd9ec178accb

ceilf-ieee: Work around bug on MacOS X 10.5. * doc/posix-functions/ceilf.texi: Mention the MacOS X 10.5 problem.
author Bruno Haible <bruno@clisp.org>
date Sun, 19 Jun 2011 12:50:52 +0200
parents a9c28bdd16ab
children f889ffd9dd51
files ChangeLog doc/posix-functions/ceilf.texi
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-06-19  Bruno Haible  <bruno@clisp.org>
 
+	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.
--- a/doc/posix-functions/ceilf.texi
+++ b/doc/posix-functions/ceilf.texi
@@ -18,7 +18,7 @@
 @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: