New module 'frexpf'.
authorBruno Haible <bruno@clisp.org>
Thu, 6 Oct 2011 09:28:38 +0000 (11:28 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 6 Oct 2011 09:28:38 +0000 (11:28 +0200)
commitdf8ad3525d27df0b821539df90af26c7fa6d3188
tree7ed53664089869c2c1b11fd3c9bbbb3b7c9eea54
parent251b961d0fab0c655f732d2034771f75fa63a409
New module 'frexpf'.

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