New module 'log2f'.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 16:57:12 +0000 (17:57 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 22:28:22 +0000 (23:28 +0100)
commit6e3a819d76f9c40a95702409f1f838b2a6ffb186
treeef14fdda0a2ab7980043937eb832c2cc289dc30e
parentaecb8f2dcca8420384ffd76d06de443cf82b6187
New module 'log2f'.

* lib/math.in.h (log2f): New declaration.
* lib/log2f.c: New file.
* m4/log2f.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether log2f is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_LOG2F, HAVE_DECL_LOG2F,
REPLACE_LOG2F.
* modules/math (Makefile.am): Substitute GNULIB_LOG2F, HAVE_DECL_LOG2F,
REPLACE_LOG2F.
* modules/log2f: New file.
* tests/test-math-c++.cc: Check the declaration of log2f.
* doc/posix-functions/log2f.texi: Mention the new module and the IRIX
and OSF/1 and Cygwin problems.
ChangeLog
doc/posix-functions/log2f.texi
lib/log2f.c [new file with mode: 0644]
lib/math.in.h
m4/log2f.m4 [new file with mode: 0644]
m4/math_h.m4
modules/log2f [new file with mode: 0644]
modules/math
tests/test-math-c++.cc