X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=63609244fed30d36c9b1a132264a5a98a02c8f98;hb=e2de8c10bd15a92eff786f8f51d0a322fbc402ee;hp=88aebc381ff0b7fec0daf2e2fb34061905fd2bb2;hpb=8b2793cebe3b7803df6fa1bbce5ec1baf8a6b9b3;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 88aebc381..63609244f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 2011-10-08 Bruno Haible + 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.