X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Flog10f.texi;h=c9a85a9bd5f73a1d7790fc7c3ab90c6e2b4ecd5c;hb=d4b6128e5b83f528e79259585977a126ce29c7a8;hp=72d70acad0d43ac40aa2df86b5e7de89e61a2819;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/log10f.texi b/doc/posix-functions/log10f.texi index 72d70acad..c9a85a9bd 100644 --- a/doc/posix-functions/log10f.texi +++ b/doc/posix-functions/log10f.texi @@ -4,15 +4,28 @@ POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log10f.html} -Gnulib module: --- +Gnulib module: log10f or log10f-ieee -Portability problems fixed by Gnulib: +Portability problems fixed by either Gnulib module @code{log10f} or @code{log10f-ieee}: @itemize +@item +This function is missing on some platforms: +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. +@item +This function returns a wrong value for a minus zero argument on some platforms: +OSF/1 5.1. @end itemize -Portability problems not fixed by Gnulib: +Portability problems fixed by Gnulib module @code{log10f-ieee}: @itemize @item -This function is missing on some platforms: -AIX 5.1, Solaris 9. +This function returns a wrong value for a negative argument on some platforms: +NetBSD 5.1. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize @end itemize