Ensure that HAVE_* variables are set to 1 before they are set to 0.
[gnulib.git] / ChangeLog
index 6d43b90..be2b20b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,504 @@
+2011-10-09  Bruno Haible  <bruno@clisp.org>
+
+       Ensure that HAVE_* variables are set to 1 before they are set to 0.
+       * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Require gl_DIRENT_H_DEFAULTS.
+       * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS.
+       * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Likewise.
+       * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Require
+       gl_SIGNAL_H_DEFAULTS.
+
+2011-10-09  Bruno Haible  <bruno@clisp.org>
+
+       poll: Make macro safer.
+       * m4/poll.m4 (gl_FUNC_POLL): Complain if, after invoking gl_POLL_H,
+       ac_cv_header_poll_h is not set.
+
+2011-10-09  Bruno Haible  <bruno@clisp.org>
+
+       copysign: Provide replacement.
+       * lib/math.in.h (copysign): New declaration.
+       * lib/copysign.c: New file.
+       * m4/copysign.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether copysign is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_COPYSIGN, HAVE_COPYSIGN.
+       * modules/math (Makefile.am): Substitute GNULIB_COPYSIGN,
+       HAVE_COPYSIGN.
+       * modules/copysign (Description): Clarify.
+       (Files): Add lib/copysign.c, m4/copysign.m4.
+       (Depends-on): Add math, signbit.
+       (configure.ac): Invoke gl_FUNC_COPYSIGN, AC_LIBOBJ,
+       gl_MATH_MODULE_INDICATOR.
+       * tests/test-math-c++.cc: Check the declaration of copysign.
+       * doc/posix-functions/copysign.texi: Mention the effects of the module
+       on Minix and MSVC.
+
+2011-10-09  Bruno Haible  <bruno@clisp.org>
+
+       isinf: Ensure macro on AIX 5.1.
+       * m4/isinf.m4 (gl_ISINF): Also test whether isinf is defined as a
+       macro.
+       * doc/posix-functions/isinf.texi: Mention also AIX 5.1 as deficient.
+
+2011-10-09  Bruno Haible  <bruno@clisp.org>
+
+       *printf-posix tests: Fix for platforms where 'long double' == 'double'.
+       * modules/snprintf-posix-tests (configure.ac): Require
+       gl_LONG_DOUBLE_VS_DOUBLE.
+       * modules/sprintf-posix-tests (configure.ac): Likewise.
+       * modules/vasnprintf-posix-tests (configure.ac): Likewise.
+       * modules/vasprintf-posix-tests (configure.ac): Likewise.
+       * modules/vsnprintf-posix-tests (configure.ac): Likewise.
+       * modules/vsprintf-posix-tests (configure.ac): Likewise.
+       * tests/test-snprintf-posix.h (test_function): Avoid 80-bit long double
+       tests on platforms where 'long double' is the same as 'double'.
+       * tests/test-sprintf-posix.h (test_function): Likewise.
+       * tests/test-vasnprintf-posix.c (test_function): Likewise.
+       * tests/test-vasprintf-posix.c (test_function): Likewise.
+
+       *printf: Fix for platforms where 'long double' == 'double'.
+       * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
+       gl_LONG_DOUBLE_VS_DOUBLE. Don't blindly assume 80-bit 'long double'.
+       * modules/dprintf-posix (Files): Add m4/math_h.m4.
+       * modules/fprintf-posix (Files): Likewise.
+       * modules/obstack-printf-posix (Files): Likewise.
+       * modules/snprintf-posix (Files): Likewise.
+       * modules/sprintf-posix (Files): Likewise.
+       * modules/vasnprintf (Files): Likewise.
+       * modules/vasnprintf-posix (Files): Likewise.
+       * modules/vasprintf-posix (Files): Likewise.
+       * modules/vdprintf-posix (Files): Likewise.
+       * modules/vfprintf-posix (Files): Likewise.
+       * modules/vsnprintf-posix (Files): Likewise.
+       * modules/vsprintf-posix (Files): Likewise.
+       * modules/unistdio/u8-vasnprintf (Files): Likewise.
+       * modules/unistdio/u8-u8-vasnprintf (Files): Likewise.
+       * modules/unistdio/u16-vasnprintf (Files): Likewise.
+       * modules/unistdio/u16-u16-vasnprintf (Files): Likewise.
+       * modules/unistdio/u32-vasnprintf (Files): Likewise.
+       * modules/unistdio/u32-u32-vasnprintf (Files): Likewise.
+       * modules/unistdio/ulc-vasnprintf (Files): Likewise.
+
+       isnanl[-nolibm]: Fix for platforms where 'long double' == 'double'.
+       * lib/isnan.c (rpl_isnanl): Don't blindly assume 80-bit 'long double'.
+       * m4/isnanl.m4 (gl_PREREQ_ISNANL): Require gl_LONG_DOUBLE_VS_DOUBLE.
+       (gl_FUNC_ISNANL_WORKS): Likewise. Don't blindly assume 80-bit
+       'long double'.
+       * modules/isnanl-nolibm (Files): Add m4/math_h.m4.
+
+       isinf: Fix for platforms where 'long double' == 'double'.
+       * m4/isinf.m4 (gl_ISINFL_WORKS): Require gl_LONG_DOUBLE_VS_DOUBLE.
+       Don't blindly assume 80-bit 'long double'.
+
+       isfinite: Fix for platforms where 'long double' == 'double'.
+       * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Require gl_LONG_DOUBLE_VS_DOUBLE.
+       Don't blindly assume 80-bit 'long double'.
+
+       isfinite, isinf, isnan tests: Avoid syntax error on MSVC 9.
+       * m4/math_h.m4 (gl_LONG_DOUBLE_VS_DOUBLE): New macro.
+       * modules/isfinite-tests (configure.ac): Require
+       gl_LONG_DOUBLE_VS_DOUBLE.
+       * modules/isinf-tests (configure.ac): Likewise.
+       * modules/isnan-tests (configure.ac): Likewise.
+       * modules/isnanl-tests (configure.ac): Likewise.
+       * modules/isnanl-nolibm-tests (configure.ac): Likewise.
+       * tests/test-isfinite.c (test_isfinitel): Avoid 80-bit long double
+       tests on platforms where 'long double' is the same as 'double'.
+       * tests/test-isinf.c (test_isinfl): Likewise.
+       * tests/test-isnan.c (test_long_double): Likewise.
+       * tests/test-isnanl.h (main): Likewise.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'tanhf'.
+       * modules/tanhf-tests: New file.
+       * tests/test-tanhf.c: New file.
+
+       New module 'tanhf'.
+       * lib/math.in.h (tanhf): New declaration.
+       * lib/tanhf.c: New file.
+       * m4/tanhf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether tanhf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_TANHF, HAVE_TANHF.
+       * modules/math (Makefile.am): Substitute GNULIB_TANHF, HAVE_TANHF.
+       * modules/tanhf: New file.
+       * tests/test-math-c++.cc: Check the declaration of tanhf.
+       * doc/posix-functions/tanhf.texi: Mention the new module.
+
+       tanh: Use a .m4 file.
+       * m4/tanh.m4: New file.
+       * modules/tanh (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_TANH.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'coshf'.
+       * modules/coshf-tests: New file.
+       * tests/test-coshf.c: New file.
+
+       New module 'coshf'.
+       * lib/math.in.h (coshf): New declaration.
+       * lib/coshf.c: New file.
+       * m4/coshf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether coshf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_COSHF, HAVE_COSHF.
+       * modules/math (Makefile.am): Substitute GNULIB_COSHF, HAVE_COSHF.
+       * modules/coshf: New file.
+       * tests/test-math-c++.cc: Check the declaration of coshf.
+       * doc/posix-functions/coshf.texi: Mention the new module.
+
+       cosh: Use a .m4 file.
+       * m4/cosh.m4: New file.
+       * modules/cosh (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_COSH.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'sinhf'.
+       * modules/sinhf-tests: New file.
+       * tests/test-sinhf.c: New file.
+
+       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.
+
+       New module 'log10f'.
+       * lib/math.in.h (log10f): New declaration.
+       * lib/log10f.c: New file.
+       * m4/log10f.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether log10f is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOG10F, HAVE_LOG10F.
+       * modules/math (Makefile.am): Substitute GNULIB_LOG10F, HAVE_LOG10F.
+       * modules/log10f: New file.
+       * tests/test-math-c++.cc: Check the declaration of log10f.
+       * doc/posix-functions/log10f.texi: Mention the new module.
+
+       log10: Use a .m4 file.
+       * m4/log10.m4: New file.
+       * modules/log10 (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_LOG10.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'logf'.
+       * modules/logf-tests: New file.
+       * tests/test-logf.c: New file.
+
+       New module 'logf'.
+       * lib/math.in.h (logf): New declaration.
+       * lib/logf.c: New file.
+       * m4/logf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether logf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGF, HAVE_LOGF.
+       * modules/math (Makefile.am): Substitute GNULIB_LOGF, HAVE_LOGF.
+       * modules/logf: New file.
+       * tests/test-math-c++.cc: Check the declaration of logf.
+       * doc/posix-functions/logf.texi: Mention the new module.
+
+       log: Use a .m4 file.
+       * m4/log.m4: New file.
+       * modules/log (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_LOG.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'expf'.
+       * modules/expf-tests: New file.
+       * tests/test-expf.c: New file.
+
+       New module 'expf'.
+       * lib/math.in.h (expf): New declaration.
+       * lib/expf.c: New file.
+       * m4/expf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether expf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_EXPF, HAVE_EXPF.
+       * modules/math (Makefile.am): Substitute GNULIB_EXPF, HAVE_EXPF.
+       * modules/expf: New file.
+       * tests/test-math-c++.cc: Check the declaration of expf.
+       * doc/posix-functions/expf.texi: Mention the new module.
+
+       exp: Use a .m4 file.
+       * m4/exp.m4: New file.
+       * modules/exp (Files): Add it.
+       (configure.ac): Just invoke gl_FUNC_EXP.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'sqrtf'.
+       * modules/sqrtf-tests: New file.
+       * tests/test-sqrtf.c: New file.
+
+       New module 'sqrtf'.
+       * lib/math.in.h (sqrtf): New declaration.
+       * lib/sqrtf.c: New file.
+       * m4/sqrtf.m4: New file.
+       * m4/math_h.m4 (gl_MATH_H): Test whether sqrtf is declared.
+       (gl_MATH_H_DEFAULTS): Initialize GNULIB_SQRTF, HAVE_SQRTF.
+       * modules/math (Makefile.am): Substitute GNULIB_SQRTF, HAVE_SQRTF.
+       * modules/sqrtf: New file.
+       * tests/test-math-c++.cc: Check the declaration of sqrtf.
+       * doc/posix-functions/sqrtf.texi: Mention the new module.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       Tests: Avoid link failures w.r.t. libintl.
+       * modules/faccessat-tests (Makefile.am): Link test-faccessat against
+       $(LIBINTL).
+       * modules/fchdir-tests (Makefile.am): Link test-fchdir against
+       $(LIBINTL).
+       * modules/getcwd-lgpl-tests (Makefile.am): Link test-getcwd-lgpl
+       against $(LIBINTL).
+       * modules/getcwd-tests (Makefile.am): Link test-getcwd against
+       $(LIBINTL).
+       * modules/openat-tests (Makefile.am): Link test-fchmodat against
+       $(LIBINTL).
+       * modules/stat-tests (Makefile.am): Link test-stat against $(LIBINTL).
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       pow tests: Defeat compiler optimizations.
+       * tests/test-pow.c (main): Assign arguments to x and y before use.
+
+2011-10-08  Bruno Haible  <bruno@clisp.org>
+
+       gnulib-tool: Improve last commit.
+       * gnulib-tool (func_modules_transitive_closure): Simplify code.
+       (func_emit_autoconf_snippets): Instead of invoking func_acceptable,
+       ignore dependencies that are not among the modules list.
+
+2011-10-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       gnulib-tool: don't follow dependencies to avoided modules
+       This fixes a bug that is related to the previous one.
+       * gnulib-tool (func_modules_transitive_closure)
+       (func_emit_autoconf_snippets):
+       Check whether a dependency is acceptable before using it.
+       (--extract-dependencies): Report an error if --avoid is also used,
+       since this combination of options is not yet supported.
+
+       gnulib-tool: fix typo that broke Emacs on powerpc-apple-darwin9.8.0.
+       Problem reported by Peter Dyballa in
+       <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9696>.
+       * gnulib-tool (func_emit_autoconf_snippets): Quote with "", not '',
+       when echoing "$condition".
+
+2011-10-07  Bruno Haible  <bruno@clisp.org>
+
+       Fix documentation about math functions on MacOS X.
+       * doc/posix-functions/exp2.texi: Don't say the function is missing on
+       MacOS X 10.5.
+       * doc/posix-functions/fdim.texi: Likewise.
+       * doc/posix-functions/feclearexcept.texi: Likewise.
+       * doc/posix-functions/fegetenv.texi: Likewise.
+       * doc/posix-functions/fegetround.texi: Likewise.
+       * doc/posix-functions/feholdexcept.texi: Likewise.
+       * doc/posix-functions/feraiseexcept.texi: Likewise.
+       * doc/posix-functions/fesetenv.texi: Likewise.
+       * doc/posix-functions/fesetround.texi: Likewise.
+       * doc/posix-functions/fetestexcept.texi: Likewise.
+       * doc/posix-functions/feupdateenv.texi: Likewise.
+       * doc/posix-functions/fmax.texi: Likewise.
+       * doc/posix-functions/fmin.texi: Likewise.
+       * doc/posix-functions/log2.texi: Likewise.
+       * doc/posix-functions/modff.texi: Likewise.
+       * doc/posix-functions/nan.texi: Likewise.
+       * doc/posix-functions/nanf.texi: Likewise.
+       * doc/posix-functions/nextafterf.texi: Likewise.
+       * doc/posix-functions/remquo.texi: Likewise.
+
 2011-10-07  Bruno Haible  <bruno@clisp.org>
 
        modff: Drop assumption about library that defines modff.