New module 'sinhf'.
[gnulib.git] / ChangeLog
index f7819a6..ce2390e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,199 @@
 2011-10-08  Bruno Haible  <bruno@clisp.org>
 
+       New module 'sinhf'.
+       * lib/math.in.h (sinhf): New declaration.
+       * lib/sinhf.c: New file.
+       * m4/sinhf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether sinhf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_SINHF, HAVE_SINHF.
+       * modules/math (Makefile.am): Substitute GNULIB_SINHF, HAVE_SINHF.
+       * modules/sinhf: New file.
+       * tests/test-math-c++.cc: Check the declaration of sinhf.
+       * doc/posix-functions/sinhf.texi: Mention the new module.
+
+       sinh: Use a .m4 file.
+       * m4/sinh.m4: New file.
+       * modules/sinh (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_SINH.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'atan2f'.
+       * modules/atan2f-tests: New file.
+       * tests/test-atan2f.c: New file.
+
+       New module 'atan2f'.
+       * lib/math.in.h (atan2f): New declaration.
+       * lib/atan2f.c: New file.
+       * m4/atan2f.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether atan2f is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_ATAN2F, HAVE_ATAN2F.
+       * modules/math (Makefile.am): Substitute GNULIB_ATAN2F, HAVE_ATAN2F.
+       * modules/atan2f: New file.
+       * tests/test-math-c++.cc: Check the declaration of atan2f.
+       * doc/posix-functions/atan2f.texi: Mention the new module.
+
+       atan2: Use a .m4 file.
+       * m4/atan2.m4: New file.
+       * modules/atan2 (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_ATAN2.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'atanf'.
+       * modules/atanf-tests: New file.
+       * tests/test-atanf.c: New file.
+
+       New module 'atanf'.
+       * lib/math.in.h (atanf): New declaration.
+       * lib/atanf.c: New file.
+       * m4/atanf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether atanf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_ATANF, HAVE_ATANF.
+       * modules/math (Makefile.am): Substitute GNULIB_ATANF, HAVE_ATANF.
+       * modules/atanf: New file.
+       * tests/test-math-c++.cc: Check the declaration of atanf.
+       * doc/posix-functions/atanf.texi: Mention the new module.
+
+       atan: Use a .m4 file.
+       * m4/atan.m4: New file.
+       * modules/atan (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_ATAN.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'acosf'.
+       * modules/acosf-tests: New file.
+       * tests/test-acosf.c: New file.
+
+       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.
+
+       acos: Use a .m4 file.
+       * m4/acos.m4: New file.
+       * modules/acos (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_ACOS.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'asinf'.
+       * modules/asinf-tests: New file.
+       * tests/test-asinf.c: New file.
+
+       New module 'asinf'.
+       * lib/math.in.h (asinf): New declaration.
+       * lib/asinf.c: New file.
+       * m4/asinf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether asinf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_ASINF, HAVE_ASINF.
+       * modules/math (Makefile.am): Substitute GNULIB_ASINF, HAVE_ASINF.
+       * modules/asinf: New file.
+       * tests/test-math-c++.cc: Check the declaration of asinf.
+       * doc/posix-functions/asinf.texi: Mention the new module.
+
+       asin: Use a .m4 file.
+       * m4/asin.m4: New file.
+       * modules/asin (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_ASIN.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'tanf'.
+       * modules/tanf-tests: New file.
+       * tests/test-tanf.c: New file.
+
+       New module 'tanf'.
+       * lib/math.in.h (tanf): New declaration.
+       * lib/tanf.c: New file.
+       * m4/tanf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether tanf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_TANF, HAVE_TANF.
+       * modules/math (Makefile.am): Substitute GNULIB_TANF, HAVE_TANF.
+       * modules/tanf: New file.
+       * tests/test-math-c++.cc: Check the declaration of tanf.
+       * doc/posix-functions/tanf.texi: Mention the new module.
+
+       tan: Use a .m4 file.
+       * m4/tan.m4: New file.
+       * modules/tan (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_TAN.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'cosf'.
+       * modules/cosf-tests: New file.
+       * tests/test-cosf.c: New file.
+
+       New module 'cosf'.
+       * lib/math.in.h (cosf): New declaration.
+       * lib/cosf.c: New file.
+       * m4/cosf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether cosf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_COSF, HAVE_COSF.
+       * modules/math (Makefile.am): Substitute GNULIB_COSF, HAVE_COSF.
+       * modules/cosf: New file.
+       * tests/test-math-c++.cc: Check the declaration of cosf.
+       * doc/posix-functions/cosf.texi: Mention the new module.
+
+       cos: Use a .m4 file.
+       * m4/cos.m4: New file.
+       * modules/cos (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_COS.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'sinf'.
+       * modules/sinf-tests: New file.
+       * tests/test-sinf.c: New file.
+
+       New module 'sinf'.
+       * lib/math.in.h (sinf): New declaration.
+       * lib/sinf.c: New file.
+       * m4/sinf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether sinf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_SINF, HAVE_SINF.
+       * modules/math (Makefile.am): Substitute GNULIB_SINF, HAVE_SINF.
+       * modules/sinf: New file.
+       * tests/test-math-c++.cc: Check the declaration of sinf.
+       * doc/posix-functions/sinf.texi: Mention the new module.
+
+       sin: Use a .m4 file.
+       * m4/sin.m4: New file.
+       * modules/sin (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_SIN.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'powf'.
+       * modules/powf-tests: New file.
+       * tests/test-powf.c: New file.
+
+       New module 'powf'.
+       * lib/math.in.h (powf): New declaration.
+       * lib/powf.c: New file.
+       * m4/powf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether powf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_POWF, HAVE_POWF.
+       * modules/math (Makefile.am): Substitute GNULIB_POWF, HAVE_POWF.
+       * modules/powf: New file.
+       * tests/test-math-c++.cc: Check the declaration of powf.
+       * doc/posix-functions/powf.texi: Mention the new module.
+
+       pow: Use a .m4 file.
+       * m4/pow.m4: New file.
+       * modules/pow (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_POW.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
        Tests for module 'log10f'.
        * modules/log10f-tests: New file.
        * tests/test-log10f.c: New file.