truncl-ieee: Make it work on OSF/1 5.1 with cc.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 11:06:28 +0000 (12:06 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Dec 2010 11:06:28 +0000 (12:06 +0100)
commitdcfdd254dc3d43139dc4058521287a48753b7db3
tree5862d8fb406e08c3ba58c21609a33a7712fafa66
parent5fa8dede5f9d5dfa45972829942ee0b3ee726779
truncl-ieee: Make it work on OSF/1 5.1 with cc.

* doc/posix-functions/truncl.texi: Mention the OSF/1 5.1 bug.
* m4/truncl.m4 (gl_FUNC_TRUNCL): If gl_FUNC_TRUNCL_IEEE is also used,
test whether truncl works according to ISO C 99 with IEC 60559.
* m4/truncl-ieee.m4: New file.
* modules/truncl-ieee (Files): Add it and m4/minus-zero.m4,
m4/signbit.m4.
(configure.ac): Invoke gl_FUNC_TRUNCL_IEEE.
ChangeLog
doc/posix-functions/truncl.texi
m4/truncl-ieee.m4 [new file with mode: 0644]
m4/truncl.m4
modules/truncl-ieee