New module 'remainderf'.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 18:41:33 +0000 (19:41 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 18:41:33 +0000 (19:41 +0100)
commit71c2d246ee5df17c4bbceacdd1836174c8349fbe
tree53af056680f2cd01fcaca275a9f3a05cdd7c2bcc
parent59cd972bd4e6d5a53e31ed175779f24c63d4b6c4
New module 'remainderf'.

* lib/math.in.h (remainderf): New declaration.
* lib/remainderf.c: New file.
* m4/remainderf.m4: New file.
* modules/remainderf: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether remainderf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_REMAINDERF, HAVE_REMAINDERF.
* modules/math (Makefile.am): Substitute GNULIB_REMAINDERF,
HAVE_REMAINDERF.
* doc/posix-functions/remainderf.texi: Mention the new module.
ChangeLog
doc/posix-functions/remainderf.texi
lib/math.in.h
lib/remainderf.c [new file with mode: 0644]
m4/math_h.m4
m4/remainderf.m4 [new file with mode: 0644]
modules/math
modules/remainderf [new file with mode: 0644]