New module 'ilogbl'.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 19:58:52 +0000 (21:58 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 19:58:52 +0000 (21:58 +0200)
commit811b6ef05c574d054648a2f41bc5a2efc92f5371
tree8a403fc81665acffa95698c3cd76c76d4eba3205
parentafecf4a0bde14016fb4ab2a18395d82cfbc0fe28
New module 'ilogbl'.

* lib/math.in.h (ilogbl): New declaration.
* lib/ilogbl.c: New file.
* m4/ilogbl.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether ilogbl is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_ILOGBL, HAVE_ILOGBL.
* modules/math (Makefile.am): Substitute GNULIB_ILOGBL, HAVE_ILOGBL.
Split sed invocation, to avoid the limit of 100 substitutions of
HP-UX 'sed'.
* modules/ilogbl: New file.
* tests/test-math-c++.cc: Check the declaration of ilogbl.
* doc/posix-functions/ilogbl.texi: Mention the new module.
ChangeLog
doc/posix-functions/ilogbl.texi
lib/ilogbl.c [new file with mode: 0644]
lib/math.in.h
m4/ilogbl.m4 [new file with mode: 0644]
m4/math_h.m4
modules/ilogbl [new file with mode: 0644]
modules/math
tests/test-math-c++.cc