New module 'acosf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:42:50 +0000 (23:42 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 21:42:50 +0000 (23:42 +0200)
commit668d099b94c3e88afc7e1957858adc963f072124
treef0428ccbc36d82283a623c1200a3cb062190a061
parent50c48fedc1864774612010f89cdda124f68545c2
New module 'acosf'.

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