New module 'fabsf'.
authorBruno Haible <bruno@clisp.org>
Wed, 5 Oct 2011 22:03:44 +0000 (00:03 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 5 Oct 2011 22:03:44 +0000 (00:03 +0200)
commit7f26f4f75fc3aee7a5e351ecdf05278d9890ff3e
tree9806b0757bcaa00da27cd9e6fae4fdc628cabebb
parent4b5996b3ab59b1765c95df7ddfe19dea0623517a
New module 'fabsf'.

* lib/math.in.h (fabsf): New declaration.
* lib/fabsf.c: New file.
* m4/fabsf.m4: New file.
* m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FABSF,
HAVE_FABSF.
* modules/math (Makefile.am): Substitute GNULIB_FABSF, HAVE_FABSF.
* modules/fabsf: New file.
* tests/test-math-c++.cc: Check the declaration of fabsf.
* doc/posix-functions/fabsf.texi: Mention the new module.
ChangeLog
doc/posix-functions/fabsf.texi
lib/fabsf.c [new file with mode: 0644]
lib/math.in.h
m4/fabsf.m4 [new file with mode: 0644]
m4/math_h.m4
modules/fabsf [new file with mode: 0644]
modules/math
tests/test-math-c++.cc