New module 'remainderl'.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 19:37:43 +0000 (20:37 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 19:37:43 +0000 (20:37 +0100)
commit93c29eb8fc3e97d269fc8939ff47454702e7c585
tree61f62ceb881519411533f2160ad0dbd1620748d8
parent2b8f48e1bf5e73dea3c579e8dc1b404dcdecf0ea
New module 'remainderl'.

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