New module 'fabsf'.
[gnulib.git] / ChangeLog
index cccd6f6..8c5b96e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2011-10-05  Bruno Haible  <bruno@clisp.org>
 
+       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.
+
        fabs: Use a .m4 file.
        * m4/fabs.m4: New file.
        * modules/fabs (Files): Add it.