New module 'log10f'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:32:31 +0000 (22:32 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:32:31 +0000 (22:32 +0200)
commitbb09133116a45861827711f5e8faf2c82b98c552
tree843fcdcdb4e4a050968b7eed4e3b40bc9a400052
parent0fcd1e44a647cb60984c78c6e487815b74744760
New module 'log10f'.

* lib/math.in.h (log10f): New declaration.
* lib/log10f.c: New file.
* m4/log10f.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether log10f is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_LOG10F, HAVE_LOG10F.
* modules/math (Makefile.am): Substitute GNULIB_LOG10F, HAVE_LOG10F.
* modules/log10f: New file.
* tests/test-math-c++.cc: Check the declaration of log10f.
* doc/posix-functions/log10f.texi: Mention the new module.
ChangeLog
doc/posix-functions/log10f.texi
lib/log10f.c [new file with mode: 0644]
lib/math.in.h
m4/log10f.m4 [new file with mode: 0644]
m4/math_h.m4
modules/log10f [new file with mode: 0644]
modules/math
tests/test-math-c++.cc