New module 'copysignf'.
authorBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2011 13:42:35 +0000 (15:42 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2011 13:42:35 +0000 (15:42 +0200)
commitf96458bc2604b8ce5f632387d2d948287376b023
tree63ff0f8722e872cd4b3bff16fed960903f23270f
parent48a6564774f35e0c0b2ca55c73ccb26067396439
New module 'copysignf'.

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