New module 'modff'.
authorBruno Haible <bruno@clisp.org>
Thu, 6 Oct 2011 00:49:14 +0000 (02:49 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 6 Oct 2011 00:49:14 +0000 (02:49 +0200)
commit7dcf3dfac3a1451f81d19494cca65c33428fe8c4
treed2e852827a3170495cb0c59cfa95cf9db2c84d61
parent998fc74ae9ee503dcf6353851c6284d667624447
New module 'modff'.

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