New module 'log2l'.
authorBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 19:50:08 +0000 (20:50 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 11 Mar 2012 22:28:29 +0000 (23:28 +0100)
commit181e39ab350fae479c96e345262d7b6a53082923
tree9d4dce2f4efc2c7323317b8b0489f421a91ea2de
parent93b59558b7e1f17f4dfff9cbd0e1437613a14b34
New module 'log2l'.

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