New module 'log10l'.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 23:42:25 +0000 (00:42 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 23:42:25 +0000 (00:42 +0100)
commit57649867fd53a99f547e0d4ad6bb19b21330516c
treee4927c82692aad16874cf3ba5bb4757c78dc0bf4
parent0e1c6ff93f27c939ba9e0df945b16ef98eaaeef1
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.
ChangeLog
doc/posix-functions/log10l.texi
lib/log10l.c [new file with mode: 0644]
lib/math.in.h
m4/log10l.m4 [new file with mode: 0644]
m4/math_h.m4
modules/log10l [new file with mode: 0644]
modules/math