X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=doc%2Fposix-functions%2Fmodff.texi;h=4618b9504b8b748df23757c087ccba4d9968d110;hb=82781cc8ba8aa1831f3fce91ce14b8538f5319f0;hp=f483e5fd5b0645a57c7271c29cb33521edcaebdf;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/modff.texi b/doc/posix-functions/modff.texi index f483e5fd5..4618b9504 100644 --- a/doc/posix-functions/modff.texi +++ b/doc/posix-functions/modff.texi @@ -2,17 +2,30 @@ @section @code{modff} @findex modff -POSIX specification: @url{http://www.opengroup.org/susv3xsh/modff.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/modff.html} -Gnulib module: --- +Gnulib module: modff or modff-ieee -Portability problems fixed by Gnulib: +Portability problems fixed by either Gnulib module @code{modff} or @code{modff-ieee}: @itemize +@item +This function is missing on some platforms: +Minix 3.1.8, AIX 5.1, HP-UX 11. +@item +This function is only defined as a buggy macro with arguments on some platforms: +MSVC 9. @end itemize -Portability problems not fixed by Gnulib: +Portability problems fixed by Gnulib module @code{modff-ieee}: @itemize @item -This function is missing on some platforms: -MacOS X 10.3, AIX 5.1, HP-UX 11. +This function has problems with a NaN argument on some platforms: +NetBSD 5.1, OpenBSD 4.9, Solaris 9, Cygwin. +@item +This function has problems with infinite arguments on some platforms: +IRIX 6.5, OSF/1 5.1, mingw. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize @end itemize