New module 'expm1-ieee'.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 23:38:50 +0000 (00:38 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 23:38:50 +0000 (00:38 +0100)
commit232b64ac929c3675c345d1b6003fc7ad725840a3
tree0d1aa353c7abe6d004239b9b99850f1c5adaf716
parent7c193d625308bb806418c61ec9062fc22a29aeaf
New module 'expm1-ieee'.

* modules/expm1-ieee: New file.
* m4/expm1-ieee.m4: New file.
* m4/expm1.m4 (gl_FUNC_EXPM1): If gl_FUNC_EXPM1_IEEE is present, test
whether expm1 works with a minus zero argument. Replace it if not.
* lib/math.in.h (expm1): Override if REPLACE_EXPM1 is 1.
* m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_EXPM1.
* modules/math (Makefile.am): Substitute REPLACE_EXPM1.
* modules/expm1 (configure.ac): Consider REPLACE_EXPM1.
(Depends-on): Update conditions.
* doc/posix-functions/expm1.texi: Mention the expm1-ieee module and the
AIX problem.
ChangeLog
doc/posix-functions/expm1.texi
lib/math.in.h
m4/expm1-ieee.m4 [new file with mode: 0644]
m4/expm1.m4
m4/math_h.m4
modules/expm1
modules/expm1-ieee [new file with mode: 0644]
modules/math