]> Savannah Git Hosting - gnulib.git/commitdiff
Doc about floating-point and math API.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Nov 2011 23:22:31 +0000 (00:22 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Nov 2011 23:22:31 +0000 (00:22 +0100)
* doc/posix-headers/float.texi: Mention problem with FLT_ROUNDS.
* doc/posix-headers/math.texi: Mention problem with math_errhandling.

ChangeLog
doc/posix-headers/float.texi
doc/posix-headers/math.texi

index cf27a759fc813d7536083717cf352acb46745c5a..a2ed48a6b0c75bfa9808d992c1983484ed664b50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-06  Bruno Haible  <bruno@clisp.org>
+
+       Doc about floating-point and math API.
+       * doc/posix-headers/float.texi: Mention problem with FLT_ROUNDS.
+       * doc/posix-headers/math.texi: Mention problem with math_errhandling.
+
 2011-11-06  Bruno Haible  <bruno@clisp.org>
 
        stdalign tests: Skip the test when compiled by Sun C.
index e6a78d72e44d58ef4560cb1d43a4cabd4f95bd03..09f1388a2d76303751a6321ba024bebe2d739161 100644 (file)
@@ -25,4 +25,8 @@ correctly.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+The macro @code{FLT_ROUNDS} is a constant expression and does not represent
+the current rounding mode on some platforms:
+glibc 2.11, HP-UX 11, mingw.
 @end itemize
index 12d547ce0487ea87752912f7fc9b306bef5be48b..d181f76cd653862adf8a233a92ee5baeebc16ee9 100644 (file)
@@ -32,4 +32,7 @@ Portability problems not fixed by Gnulib:
 @item
 @code{NAN} is not a compile time constant with some compilers:
 OSF/1 with Compaq (ex-DEC) C 6.4.
+@item
+The macro or variable @code{math_errhandling} is not defined on some platforms:
+glibc 2.11, OpenBSD 4.9, NetBSD 5.1, UP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin 1.7.9, mingw, MSVC 9.
 @end itemize