New module 'ceilf-ieee'.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 13:32:25 +0000 (14:32 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 16:30:27 +0000 (17:30 +0100)
commitf10ca7e0a421ace0dd6124bd8f0ba8e7570ebec3
tree8c8d81065ed3e32e0bb50389674baedd70799e12
parent1d7de2b4c343cfb0eb4d1171acf0877630e32151
New module 'ceilf-ieee'.

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