New module 'log1pf'.
authorBruno Haible <bruno@clisp.org>
Sat, 10 Mar 2012 21:28:49 +0000 (22:28 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 01:40:32 +0000 (02:40 +0100)
commit6a2bdd8e10abd669186bf2d618bfb1f106c8fcb7
treed58737ec5f015ecd6ae636053aa9b40669c9c2ca
parentf846e191ec7ffc638fc2ebbc6fdfa7f75e37d179
New module 'log1pf'.

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