X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=doc%2Fposix-headers%2Fmath.texi;h=d4578d179c9e7880b26c458de54a3186ce93dfd2;hb=7e105c7957aab59bbf060758c2b3e285feaea229;hp=d0de2bae43b8a4587271954969ce7a307ca5fa66;hpb=b14c9a8fe13af6d31cdd5cb0a2210eb6b5e8a620;p=gnulib.git diff --git a/doc/posix-headers/math.texi b/doc/posix-headers/math.texi index d0de2bae4..d4578d179 100644 --- a/doc/posix-headers/math.texi +++ b/doc/posix-headers/math.texi @@ -8,6 +8,11 @@ Gnulib module: math Portability problems fixed by Gnulib: @itemize @item +The conversion from @code{int} to @code{long double} in incorrect on some +platforms: +glibc 2.7 on Linux/SPARC64. + +@item The macro @code{NAN} is not defined on some platforms: OpenBSD 4.0, AIX 5.1, IRIX 6.5, OSF/1 5.1. @@ -20,6 +25,11 @@ glibc. The macros @code{NAN} and @code{HUGE_VAL} expand to a function address rather than a floating point constant on some platforms: Solaris 10. + +@item +The macros @code{HUGE_VALF} and @code{HUGE_VALL} are not defined on some +platforms: +glibc/HPPA, glibc/SPARC, AIX 5.1, IRIX 6.5, Solaris 9, MSVC 9. @end itemize Portability problems not fixed by Gnulib: @@ -27,4 +37,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