New module 'round-ieee'.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 17:55:59 +0000 (18:55 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 21:49:36 +0000 (22:49 +0100)
commit9b144e908f361bc95b309fd33bfa0bc09ae55cc7
tree88832f347ed85acd0a4f35e2de2077e37aae452c
parent0c5e7922f80eae16b5a89233d5a8c0d1f88c18a7
New module 'round-ieee'.

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