New module 'fmal'.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Oct 2011 21:54:37 +0000 (23:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Nov 2011 01:36:33 +0000 (02:36 +0100)
commitf16415c07025fdec551dfc1dc7275c2a88819d44
treefd16b59e4c6cfb70ea78e6650423caee567848e1
parent2b5d199a03ec8e72615a222ef6ecf8337d52b3d1
New module 'fmal'.

* lib/math.in.h (fmal): New declaration.
* lib/fmal.c: New file.
* m4/fmal.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whethern fmal is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_FMAL, HAVE_FMAL, REPLACE_FMAL.
* modules/math (Makefile.am): Substitute GNULIB_FMAL, HAVE_FMAL,
REPLACE_FMAL.
* modules/fmal: New file.
* doc/posix-functions/fmal.texi: Mention the new module and the various
bugs.
ChangeLog
doc/posix-functions/fmal.texi
lib/fmal.c [new file with mode: 0644]
lib/math.in.h
m4/fmal.m4 [new file with mode: 0644]
m4/math_h.m4
modules/fmal [new file with mode: 0644]
modules/math