New module 'powf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:45:54 +0000 (22:45 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:45:54 +0000 (22:45 +0200)
commitb398592c340a33c50703310c3df0d50ed777fe0d
tree9359a548259fa9593e9904d216cb205f5fee45d1
parenta331bf8b658c222546b51596dbadcfaa3d8514f0
New module 'powf'.

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