New module 'rintf'.
authorBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2011 17:05:54 +0000 (19:05 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 Oct 2011 18:37:33 +0000 (20:37 +0200)
commit20f0673b1b22f84e39b3bacae027cdc21be2ed39
tree4ef41ef005b1a93f0a1d5edc980bd6dcf5a65537
parent624e3c286e69a92e1610b28020c966c84f61b531
New module 'rintf'.

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