New module 'logbf'.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 02:44:59 +0000 (04:44 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 12:01:40 +0000 (14:01 +0200)
commit6c8149d7e17e4cbc70c3a777b746ac42fb3f8d5c
tree5c89c9003ee5e6f92a3e6e1366d6b8089c122a38
parent36d2768bd34a963cf2b4604e3f54d904ed9f17dd
New module 'logbf'.

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