1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-01 04:41:58 +03:00

New module 'log10l'.

* lib/math.in.h (log10l): New declaration.
* lib/log10l.c: New file.
* m4/log10l.m4: New file.
* modules/log10l: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether log10l is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_LOG10L, HAVE_LOG10L,
HAVE_DECL_LOG10L.
* modules/math (Makefile.am): Substitute GNULIB_LOG10L, HAVE_LOG10L,
HAVE_DECL_LOG10L.
* doc/posix-functions/log10l.texi: Mention the new module.
This commit is contained in:
Bruno Haible
2012-02-26 00:42:25 +01:00
parent 0e1c6ff93f
commit 57649867fd
8 changed files with 153 additions and 7 deletions

View File

@@ -4,15 +4,18 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/log10l.html}
Gnulib module: ---
Gnulib module: log10l
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS.
@item
This function is not declared on some platforms:
AIX 5.1.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize