New module 'roundl-ieee'.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 21:27:02 +0000 (22:27 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 21:50:17 +0000 (22:50 +0100)
commit0f2428a839e2a11049eac5b8bf1d913be2a5dd56
treeab957e480ca7bc0b903b6f61bb57e12a73f05360
parent8fe3f433681b195f1deef11bcb4ccec850597c81
New module 'roundl-ieee'.

* modules/roundl-ieee: New file.
* m4/roundl.m4 (gl_FUNC_ROUNDL): If gl_FUNC_ROUNDL_IEEE is also used,
test whether roundl works according to ISO C 99 with IEC 60559.
* m4/roundl-ieee.m4: New file.
* modules/roundl-ieee-tests: New file.
* tests/test-roundl-ieee.c: New file, based on tests/test-roundl.c.
* tests/test-roundl.c (main): Remove signbit tests.
* modules/roundl-tests (Depends-on): Remove signbit.
* doc/posix-functions/roundl.texi: Mention the new module.
ChangeLog
doc/posix-functions/roundl.texi
m4/roundl-ieee.m4 [new file with mode: 0644]
m4/roundl.m4
modules/roundl-ieee [new file with mode: 0644]
modules/roundl-ieee-tests [new file with mode: 0644]
modules/roundl-tests
tests/test-roundl-ieee.c [new file with mode: 0644]
tests/test-roundl.c