New module 'fmodf'.
authorBruno Haible <bruno@clisp.org>
Wed, 5 Oct 2011 23:01:52 +0000 (01:01 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 5 Oct 2011 23:01:52 +0000 (01:01 +0200)
commitefad011252b012d39066be02454855be49170852
tree05bd1bc21df60851523ce5dc8a590da3aa012797
parent0e67d73886e2b78415e81e8a61995b7b214a7782
New module 'fmodf'.

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