New module 'logbl'.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 10:53:31 +0000 (12:53 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 12:03:21 +0000 (14:03 +0200)
commit032debd69f3b84239767c727598fb3237a3eeaca
treeec408183718f93c5187200c799cdb3631d82cad6
parent96f114731b7af0b45b563012d57dfe008652102c
New module 'logbl'.

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