New module 'copysignl'.
authorBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2011 13:53:49 +0000 (15:53 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2011 14:21:26 +0000 (16:21 +0200)
commit28805c10858cd92365be6f74113da8d4939c3dca
tree0070bc944051771acc05b74872b2c97eb39c1882
parent85aa818d44dd0243490d81045c06e6289ab9d43a
New module 'copysignl'.

* lib/math.in.h (copysignl): New declaration.
* lib/copysignl.c: New file.
* m4/copysignl.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether copysignl is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_COPYSIGNL, HAVE_COPYSIGNL.
* modules/math (Makefile.am): Substitute GNULIB_COPYSIGNL,
HAVE_COPYSIGNL.
* modules/copysignl: New file.
* tests/test-math-c++.cc: Check the declaration of copysignl.
* modules/math-c++-tests (Makefile.am): Link test-math-c++ against
$(COPYSIGNL_LIBM). Needed on IRIX 6.5 with cc.
* doc/posix-functions/copysignl.texi: Mention the new module.
ChangeLog
doc/posix-functions/copysignl.texi
lib/copysignl.c [new file with mode: 0644]
lib/math.in.h
m4/copysignl.m4 [new file with mode: 0644]
m4/math_h.m4
modules/copysignl [new file with mode: 0644]
modules/math
modules/math-c++-tests
tests/test-math-c++.cc