New module 'logf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:18:44 +0000 (22:18 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:18:44 +0000 (22:18 +0200)
commit54a8ff340a865f5409072565e5b199c4451ea60e
tree723ff6eb43d48c0623741123f99f876d3b466b91
parent5ee056682b93c9282a02587c825b46eb1e64ee0d
New module 'logf'.

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