ceilf-ieee: Work around bug on AIX 7.1.
[pspp] / ChangeLog
index 41bd84a43dea1d6f96dbc4ef8576dcf9bd6e3d08..6509252128990acf5be49ca1977b7c89dafc9b60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       ceilf-ieee: Work around bug on AIX 7.1.
+       * m4/ceilf.m4 (gl_FUNC_CEILF): Test also the sign of ceilf (-0.3f).
+       * doc/posix-functions/ceilf.texi: Mention the AIX 7.1 problem.
+
+2011-06-19  Bruno Haible  <bruno@clisp.org>
+
+       ceil-ieee: Work around bug on AIX 7.1.
+       * m4/ceil.m4 (gl_FUNC_CEIL): Test also the sign of ceil (-0.3).
+       * doc/posix-functions/ceil.texi: Mention the AIX 7.1 problem.
+
 2011-06-18  Bruno Haible  <bruno@clisp.org>
 
        fsync test: Avoid test failure on MacOS X and AIX.