New module 'fabsl'.
authorBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 12:18:33 +0000 (13:18 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 25 Feb 2012 12:18:33 +0000 (13:18 +0100)
commit653b905f9a93de7280216e1f58be6068fb21acf4
treef7f03ea79a2e2fa586959a76312b1ae88fb9c4c3
parent9175ae232830f814b8d6ad2450f58161fe7d6836
New module 'fabsl'.

* lib/math.in.h (fabsl): New declaration.
* lib/fabsl.c: New file.
* m4/fabsl.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether fabsl is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_FABSL, HAVE_FABSL,
REPLACE_FABSL.
* modules/math (Makefile.am): Substitute GNULIB_FABSL, HAVE_FABSL,
REPLACE_FABSL.
* modules/fabsl: New file.
* doc/posix-functions/fabsl.texi: Mention the new module.
ChangeLog
doc/posix-functions/fabsl.texi
lib/fabsl.c [new file with mode: 0644]
lib/math.in.h
m4/fabsl.m4 [new file with mode: 0644]
m4/math_h.m4
modules/fabsl [new file with mode: 0644]
modules/math