New module 'ldexpf'.
authorBruno Haible <bruno@clisp.org>
Fri, 7 Oct 2011 09:17:58 +0000 (11:17 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 7 Oct 2011 09:17:58 +0000 (11:17 +0200)
commite677143bef643fc74c206d19a7f8767745ba8774
tree0e3fdeacc837f6ce10c7eaf5cc33187b4d90592a
parent64f8702c4e327806f329b7f46f7a1796032b2111
New module 'ldexpf'.

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