New module 'ilogbf'.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 19:13:26 +0000 (21:13 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 19:14:16 +0000 (21:14 +0200)
commitd6d7a9dc245badda81a34e336dda7baaeee78322
tree3392d28d0bf27211ae246208ed2620f2c9deed42
parent2d538ff2c61e29c9a323b5e0f300ccc3610cebab
New module 'ilogbf'.

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