gnulib.git
12 years agoisinf: Ensure macro on AIX 5.1.
Bruno Haible [Sun, 9 Oct 2011 11:27:29 +0000 (13:27 +0200)]
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.

12 years ago*printf-posix tests: Fix for platforms where 'long double' == 'double'.
Bruno Haible [Sun, 9 Oct 2011 11:11:45 +0000 (13:11 +0200)]
*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.

12 years ago*printf: Fix for platforms where 'long double' == 'double'.
Bruno Haible [Sun, 9 Oct 2011 11:06:52 +0000 (13:06 +0200)]
*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.

12 years agoisnanl[-nolibm]: Fix for platforms where 'long double' == 'double'.
Bruno Haible [Sun, 9 Oct 2011 10:14:12 +0000 (12:14 +0200)]
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.

12 years agoisinf: Fix for platforms where 'long double' == 'double'.
Bruno Haible [Sun, 9 Oct 2011 10:09:21 +0000 (12:09 +0200)]
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'.

12 years agoisfinite: Fix for platforms where 'long double' == 'double'.
Bruno Haible [Sun, 9 Oct 2011 10:08:25 +0000 (12:08 +0200)]
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'.

12 years agoisfinite, isinf, isnan tests: Avoid syntax error on MSVC 9.
Bruno Haible [Sun, 9 Oct 2011 09:26:58 +0000 (11:26 +0200)]
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.

12 years agoTests for module 'tanhf'.
Bruno Haible [Sat, 8 Oct 2011 22:59:39 +0000 (00:59 +0200)]
Tests for module 'tanhf'.

* modules/tanhf-tests: New file.
* tests/test-tanhf.c: New file.

12 years agoNew module 'tanhf'.
Bruno Haible [Sat, 8 Oct 2011 22:59:02 +0000 (00:59 +0200)]
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.

12 years agotanh: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 22:49:50 +0000 (00:49 +0200)]
tanh: Use a .m4 file.

* m4/tanh.m4: New file.
* modules/tanh (Files): Add it.
(configure.ac): Just invoke gl_FUNC_TANH.

12 years agoTests for module 'coshf'.
Bruno Haible [Sat, 8 Oct 2011 22:48:58 +0000 (00:48 +0200)]
Tests for module 'coshf'.

* modules/coshf-tests: New file.
* tests/test-coshf.c: New file.

12 years agoNew module 'coshf'.
Bruno Haible [Sat, 8 Oct 2011 22:48:38 +0000 (00:48 +0200)]
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.

12 years agocosh: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 22:41:36 +0000 (00:41 +0200)]
cosh: Use a .m4 file.

* m4/cosh.m4: New file.
* modules/cosh (Files): Add it.
(configure.ac): Just invoke gl_FUNC_COSH.

12 years agoTests for module 'sinhf'.
Bruno Haible [Sat, 8 Oct 2011 22:40:38 +0000 (00:40 +0200)]
Tests for module 'sinhf'.

* modules/sinhf-tests: New file.
* tests/test-sinhf.c: New file.

12 years agoNew module 'sinhf'.
Bruno Haible [Sat, 8 Oct 2011 22:40:19 +0000 (00:40 +0200)]
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.

12 years agosinh: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 22:33:24 +0000 (00:33 +0200)]
sinh: Use a .m4 file.

* m4/sinh.m4: New file.
* modules/sinh (Files): Add it.
(configure.ac): Just invoke gl_FUNC_SINH.

12 years agoTests for module 'atan2f'.
Bruno Haible [Sat, 8 Oct 2011 22:32:11 +0000 (00:32 +0200)]
Tests for module 'atan2f'.

* modules/atan2f-tests: New file.
* tests/test-atan2f.c: New file.

12 years agoNew module 'atan2f'.
Bruno Haible [Sat, 8 Oct 2011 22:31:51 +0000 (00:31 +0200)]
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.

12 years agoatan2: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 21:57:27 +0000 (23:57 +0200)]
atan2: Use a .m4 file.

* m4/atan2.m4: New file.
* modules/atan2 (Files): Add it.
(configure.ac): Just invoke gl_FUNC_ATAN2.

12 years agoTests for module 'atanf'.
Bruno Haible [Sat, 8 Oct 2011 21:56:01 +0000 (23:56 +0200)]
Tests for module 'atanf'.

* modules/atanf-tests: New file.
* tests/test-atanf.c: New file.

12 years agoNew module 'atanf'.
Bruno Haible [Sat, 8 Oct 2011 21:55:44 +0000 (23:55 +0200)]
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.

12 years agoatan: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 21:44:14 +0000 (23:44 +0200)]
atan: Use a .m4 file.

* m4/atan.m4: New file.
* modules/atan (Files): Add it.
(configure.ac): Just invoke gl_FUNC_ATAN.

12 years agoTests for module 'acosf'.
Bruno Haible [Sat, 8 Oct 2011 21:43:16 +0000 (23:43 +0200)]
Tests for module 'acosf'.

* modules/acosf-tests: New file.
* tests/test-acosf.c: New file.

12 years agoNew module 'acosf'.
Bruno Haible [Sat, 8 Oct 2011 21:42:50 +0000 (23:42 +0200)]
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.

12 years agoacos: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 21:33:45 +0000 (23:33 +0200)]
acos: Use a .m4 file.

* m4/acos.m4: New file.
* modules/acos (Files): Add it.
(configure.ac): Just invoke gl_FUNC_ACOS.

12 years agoTests for module 'asinf'.
Bruno Haible [Sat, 8 Oct 2011 21:29:58 +0000 (23:29 +0200)]
Tests for module 'asinf'.

* modules/asinf-tests: New file.
* tests/test-asinf.c: New file.

12 years agoNew module 'asinf'.
Bruno Haible [Sat, 8 Oct 2011 21:29:33 +0000 (23:29 +0200)]
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.

12 years agoasin: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 21:18:27 +0000 (23:18 +0200)]
asin: Use a .m4 file.

* m4/asin.m4: New file.
* modules/asin (Files): Add it.
(configure.ac): Just invoke gl_FUNC_ASIN.

12 years agoTests for module 'tanf'.
Bruno Haible [Sat, 8 Oct 2011 21:17:02 +0000 (23:17 +0200)]
Tests for module 'tanf'.

* modules/tanf-tests: New file.
* tests/test-tanf.c: New file.

12 years agoNew module 'tanf'.
Bruno Haible [Sat, 8 Oct 2011 21:16:29 +0000 (23:16 +0200)]
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.

12 years agotan: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 21:10:08 +0000 (23:10 +0200)]
tan: Use a .m4 file.

* m4/tan.m4: New file.
* modules/tan (Files): Add it.
(configure.ac): Just invoke gl_FUNC_TAN.

12 years agoTests for module 'cosf'.
Bruno Haible [Sat, 8 Oct 2011 21:08:00 +0000 (23:08 +0200)]
Tests for module 'cosf'.

* modules/cosf-tests: New file.
* tests/test-cosf.c: New file.

12 years agoNew module 'cosf'.
Bruno Haible [Sat, 8 Oct 2011 21:07:36 +0000 (23:07 +0200)]
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.

12 years agocos: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 20:59:41 +0000 (22:59 +0200)]
cos: Use a .m4 file.

* m4/cos.m4: New file.
* modules/cos (Files): Add it.
(configure.ac): Just invoke gl_FUNC_COS.

12 years agoTests for module 'sinf'.
Bruno Haible [Sat, 8 Oct 2011 20:58:51 +0000 (22:58 +0200)]
Tests for module 'sinf'.

* modules/sinf-tests: New file.
* tests/test-sinf.c: New file.

12 years agoNew module 'sinf'.
Bruno Haible [Sat, 8 Oct 2011 20:57:59 +0000 (22:57 +0200)]
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.

12 years agosin: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 20:48:25 +0000 (22:48 +0200)]
sin: Use a .m4 file.

* m4/sin.m4: New file.
* modules/sin (Files): Add it.
(configure.ac): Just invoke gl_FUNC_SIN.

12 years agoTests for module 'powf'.
Bruno Haible [Sat, 8 Oct 2011 20:46:18 +0000 (22:46 +0200)]
Tests for module 'powf'.

* modules/powf-tests: New file.
* tests/test-powf.c: New file.

12 years agoNew module 'powf'.
Bruno Haible [Sat, 8 Oct 2011 20:45:54 +0000 (22:45 +0200)]
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.

12 years agopow: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 20:34:38 +0000 (22:34 +0200)]
pow: Use a .m4 file.

* m4/pow.m4: New file.
* modules/pow (Files): Add it.
(configure.ac): Just invoke gl_FUNC_POW.

12 years agoTests for module 'log10f'.
Bruno Haible [Sat, 8 Oct 2011 20:32:57 +0000 (22:32 +0200)]
Tests for module 'log10f'.

* modules/log10f-tests: New file.
* tests/test-log10f.c: New file.

12 years agoNew module 'log10f'.
Bruno Haible [Sat, 8 Oct 2011 20:32:31 +0000 (22:32 +0200)]
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.

12 years agolog10: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 20:20:16 +0000 (22:20 +0200)]
log10: Use a .m4 file.

* m4/log10.m4: New file.
* modules/log10 (Files): Add it.
(configure.ac): Just invoke gl_FUNC_LOG10.

12 years agoTests for module 'logf'.
Bruno Haible [Sat, 8 Oct 2011 20:19:12 +0000 (22:19 +0200)]
Tests for module 'logf'.

* modules/logf-tests: New file.
* tests/test-logf.c: New file.

12 years agoNew module 'logf'.
Bruno Haible [Sat, 8 Oct 2011 20:18:44 +0000 (22:18 +0200)]
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.

12 years agolog: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 20:12:22 +0000 (22:12 +0200)]
log: Use a .m4 file.

* m4/log.m4: New file.
* modules/log (Files): Add it.
(configure.ac): Just invoke gl_FUNC_LOG.

12 years agoTests for module 'expf'.
Bruno Haible [Sat, 8 Oct 2011 20:11:11 +0000 (22:11 +0200)]
Tests for module 'expf'.

* modules/expf-tests: New file.
* tests/test-expf.c: New file.

12 years agoNew module 'expf'.
Bruno Haible [Sat, 8 Oct 2011 20:10:45 +0000 (22:10 +0200)]
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.

12 years agoexp: Use a .m4 file.
Bruno Haible [Sat, 8 Oct 2011 20:09:55 +0000 (22:09 +0200)]
exp: Use a .m4 file.

* m4/exp.m4: New file.
* modules/exp (Files): Add it.
(configure.ac): Just invoke gl_FUNC_EXP.

12 years agoTests for module 'sqrtf'.
Bruno Haible [Sat, 8 Oct 2011 19:17:35 +0000 (21:17 +0200)]
Tests for module 'sqrtf'.

* modules/sqrtf-tests: New file.
* tests/test-sqrtf.c: New file.

12 years agoNew module 'sqrtf'.
Bruno Haible [Sat, 8 Oct 2011 19:16:48 +0000 (21:16 +0200)]
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.

12 years agoTests: Avoid link failures w.r.t. libintl.
Bruno Haible [Sat, 8 Oct 2011 14:36:22 +0000 (16:36 +0200)]
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).

12 years agopow tests: Defeat compiler optimizations.
Bruno Haible [Sat, 8 Oct 2011 12:03:06 +0000 (14:03 +0200)]
pow tests: Defeat compiler optimizations.

* tests/test-pow.c (main): Assign arguments to x and y before use.

12 years agognulib-tool: Improve last commit.
Bruno Haible [Sat, 8 Oct 2011 08:20:58 +0000 (10:20 +0200)]
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.

12 years agognulib-tool: don't follow dependencies to avoided modules
Paul Eggert [Fri, 7 Oct 2011 20:59:10 +0000 (13:59 -0700)]
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.

12 years agognulib-tool: fix typo that broke Emacs on powerpc-apple-darwin9.8.0.
Paul Eggert [Fri, 7 Oct 2011 20:04:52 +0000 (13:04 -0700)]
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".

12 years agoFix documentation about math functions on MacOS X.
Bruno Haible [Fri, 7 Oct 2011 10:55:09 +0000 (12:55 +0200)]
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.

12 years agomodff: Drop assumption about library that defines modff.
Bruno Haible [Fri, 7 Oct 2011 10:25:52 +0000 (12:25 +0200)]
modff: Drop assumption about library that defines modff.

* m4/modff.m4 (gl_FUNC_MODFF): Use gl_MATHFUNC macro instead of
AC_CHECK_FUNCS.
* modules/modff (Files): Add m4/mathfunc.m4.

12 years agoraise tests: Avoid a GCC warning.
Bernhard Voelker [Fri, 7 Oct 2011 09:37:31 +0000 (11:37 +0200)]
raise tests: Avoid a GCC warning.

* tests/test-raise.c (handler): Use _Noreturn.

12 years agoTests for module 'ldexpf'.
Bruno Haible [Fri, 7 Oct 2011 09:18:49 +0000 (11:18 +0200)]
Tests for module 'ldexpf'.

* modules/ldexpf-tests: New file.
* tests/test-ldexpf.c: New file.

12 years agoNew module 'ldexpf'.
Bruno Haible [Fri, 7 Oct 2011 09:17:58 +0000 (11:17 +0200)]
New module 'ldexpf'.

* lib/math.in.h (ldexpf): New declaration.
* lib/ldexpf.c: New file.
* m4/ldexpf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether ldexpf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_LDEXPF, HAVE_LDEXPF.
* modules/math (Makefile.am): Substitute GNULIB_LDEXPF, HAVE_LDEXPF.
* modules/ldexpf: New file.
* tests/test-math-c++.cc: Check the declaration of ldexpf.
* doc/posix-functions/ldexpf.texi: Mention the new module.

12 years agoTweak last commit.
Bruno Haible [Fri, 7 Oct 2011 09:17:34 +0000 (11:17 +0200)]
Tweak last commit.

12 years agofrexpf: Work around problems on IRIX and mingw.
Bruno Haible [Thu, 6 Oct 2011 22:59:38 +0000 (00:59 +0200)]
frexpf: Work around problems on IRIX and mingw.

* lib/math.in.h (frexpf): Consider also REPLACE_FREXPF.
* m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPF.
* m4/frexpf.m4 (gl_FUNC_FREXPF_WORKS): New macro.
(gl_FUNC_FREXPF): Invoke it. Set REPLACE_FREXPF.
* modules/frexpf (Depends-on, configure.ac): Consider REPLACE_FREXPF.
* modules/math (Makefile.am): Substitute REPLACE_FREXPF.
* doc/posix-functions/frexpf.texi: Mention the IRIX and mingw problems.

12 years agofabsf: Drop assumption about library that defines fabsf.
Bruno Haible [Thu, 6 Oct 2011 22:21:57 +0000 (00:21 +0200)]
fabsf: Drop assumption about library that defines fabsf.

* m4/fabsf.m4 (gl_FUNC_FABSF): Use gl_MATHFUNC macro instead of
AC_CHECK_FUNCS.
* modules/fabsf (Files): Add m4/mathfunc.m4.

12 years agofrexpf: Drop assumption about library that defines frexpf.
Bruno Haible [Thu, 6 Oct 2011 22:11:51 +0000 (00:11 +0200)]
frexpf: Drop assumption about library that defines frexpf.

* m4/mathfunc.m4 (gl_MATHFUNC): Support also the argument types
'int *', 'float *', 'long double *', 'float', 'long double'.
* m4/frexpf.m4 (gl_FUNC_FREXPF): Use gl_MATHFUNC macro instead of
AC_CHECK_FUNCS.
* modules/frexpf (Files): Add m4/mathfunc.m4.

12 years agoTests for module 'frexpf'.
Bruno Haible [Thu, 6 Oct 2011 09:29:34 +0000 (11:29 +0200)]
Tests for module 'frexpf'.

* modules/frexpf-tests: New file.
* tests/test-frexpf.c: New file.

12 years agoNew module 'frexpf'.
Bruno Haible [Thu, 6 Oct 2011 09:28:38 +0000 (11:28 +0200)]
New module 'frexpf'.

* lib/math.in.h (frexpf): New declaration.
* lib/frexpf.c: New file.
* m4/frexpf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether frexpf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPF, HAVE_FREXPF.
* modules/math (Makefile.am): Substitute GNULIB_FREXPF, HAVE_FREXPF.
* modules/frexpf: New file.
* tests/test-math-c++.cc: Check the declaration of frexpf.
* doc/posix-functions/frexpf.texi: Mention the new module.

12 years agomath: Sort function declarations of math.in.h.
Bruno Haible [Thu, 6 Oct 2011 08:56:19 +0000 (10:56 +0200)]
math: Sort function declarations of math.in.h.

* lib/math.in.h (frexp, logb): Move declarations.

12 years agoTests for module 'modff'.
Bruno Haible [Thu, 6 Oct 2011 00:49:48 +0000 (02:49 +0200)]
Tests for module 'modff'.

* modules/modff-tests: New file.
* tests/test-modff.c: New file.

12 years agoNew module 'modff'.
Bruno Haible [Thu, 6 Oct 2011 00:49:14 +0000 (02:49 +0200)]
New module 'modff'.

* lib/math.in.h (modff): New declaration.
* lib/modff.c: New file.
* m4/modff.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether modff is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_MODFF, HAVE_MODFF.
* modules/math (Makefile.am): Substitute GNULIB_MODFF, HAVE_MODFF.
* modules/modff: New file.
* tests/test-math-c++.cc: Check the declaration of modff.
* doc/posix-functions/modff.texi: Mention the new module.

12 years agomodf tests: Make test sharper.
Bruno Haible [Thu, 6 Oct 2011 00:44:05 +0000 (02:44 +0200)]
modf tests: Make test sharper.

* tests/test-modf.c (main): Strengthen upper bound.

12 years agomodf: Use a .m4 file.
Bruno Haible [Wed, 5 Oct 2011 23:21:12 +0000 (01:21 +0200)]
modf: Use a .m4 file.

* m4/modf.m4: New file.
* modules/modf (Files): Add it.
(configure.ac): Just invoke gl_FUNC_MODF.

12 years agoTweak new module 'fmodf'.
Bruno Haible [Wed, 5 Oct 2011 23:23:46 +0000 (01:23 +0200)]
Tweak new module 'fmodf'.

12 years agoTweak new module 'fmodf'.
Bruno Haible [Wed, 5 Oct 2011 23:16:36 +0000 (01:16 +0200)]
Tweak new module 'fmodf'.

12 years agoTests for module 'fmodf'.
Bruno Haible [Wed, 5 Oct 2011 23:02:24 +0000 (01:02 +0200)]
Tests for module 'fmodf'.

* modules/fmodf-tests: New file.
* tests/test-fmodf.c: New file.

12 years agoNew module 'fmodf'.
Bruno Haible [Wed, 5 Oct 2011 23:01:52 +0000 (01:01 +0200)]
New module 'fmodf'.

* lib/math.in.h (fmodf): New declaration.
* lib/fmodf.c: New file.
* m4/fmodf.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether fmodf is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_FMODF, HAVE_FMODF.
* modules/math (Makefile.am): Substitute GNULIB_FMODF, HAVE_FMODF.
* modules/fmodf: New file.
* tests/test-math-c++.cc: Check the declaration of fmodf.
* doc/posix-functions/fmodf.texi: Mention the new module.

12 years agofmod: Use a .m4 file.
Bruno Haible [Wed, 5 Oct 2011 22:37:54 +0000 (00:37 +0200)]
fmod: Use a .m4 file.

* m4/fmod.m4: New file.
* modules/fmod (Files): Add it.
(configure.ac): Just invoke gl_FUNC_FMOD.

12 years agoNew module 'fabsf'.
Bruno Haible [Wed, 5 Oct 2011 22:45:57 +0000 (00:45 +0200)]
New module 'fabsf'.

12 years agoTests for module 'fabsf'.
Bruno Haible [Wed, 5 Oct 2011 22:16:53 +0000 (00:16 +0200)]
Tests for module 'fabsf'.

* modules/fabsf-tests: New file.
* tests/test-fabsf.c: New file.

12 years agoNew module 'fabsf'.
Bruno Haible [Wed, 5 Oct 2011 22:03:44 +0000 (00:03 +0200)]
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.

12 years agofabs: Use a .m4 file.
Bruno Haible [Wed, 5 Oct 2011 21:28:52 +0000 (23:28 +0200)]
fabs: Use a .m4 file.

* m4/fabs.m4: New file.
* modules/fabs (Files): Add it.
(configure.ac): Just invoke gl_FUNC_FABS.

12 years agofile-has-acl: revert both recent changes, 80af92af and 95f7c57f
Jim Meyering [Wed, 5 Oct 2011 13:06:49 +0000 (15:06 +0200)]
file-has-acl: revert both recent changes, 80af92af and 95f7c57f

* lib/file-has-acl.c: While the 2011-10-03 change does fix the
ls -lL regression introduced in coreutils-8.12, it does so at the
cost of an additional stat call in the common case.  Besides, now
that the kernel change that prompted commit 95f7c57f has been reverted
(see https://bugzilla.redhat.com/show_bug.cgi?id=720325#c24)
we have no use for commit 95f7c57f, "file-has-acl: use
acl_extended_file_nofollow if available".

12 years agofile-has-acl: revert unintended change in behavior of ls -L
Kamil Dudka [Mon, 3 Oct 2011 10:17:22 +0000 (12:17 +0200)]
file-has-acl: revert unintended change in behavior of ls -L

* lib/file-has-acl.c (acl_extended_file_wrap): New function,
derived from...
(file_has_acl): ...code here.  Call it.
This problem was introduced with 2011-07-22 commit 95f7c57f,
"file-has-acl: use acl_extended_file_nofollow if available".
See http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/28538

12 years agopoll: Avoid link errors on MSVC.
Bruno Haible [Tue, 4 Oct 2011 01:33:21 +0000 (03:33 +0200)]
poll: Avoid link errors on MSVC.

* m4/poll.m4 (gl_FUNC_POLL): Determine LIB_POLL.
* modules/poll (Depends-on): Add sockets.
(Link): New section.
* NEWS: Mention the change.
* modules/poll-tests (Makefile.am): Link test-poll against $(LIB_POLL).
* modules/poll-h-c++-tests (Makefile.am): Link test-poll-h-c++ against
$(LIB_POLL) instead of $(LIBSOCKET).

12 years agosys_select tests: Fix link error on MSVC 9.
Bruno Haible [Tue, 4 Oct 2011 01:02:05 +0000 (03:02 +0200)]
sys_select tests: Fix link error on MSVC 9.

* modules/sys_select-c++-tests (Makefile.am): Link test-sys_select-c++
with $(LIB_SELECT) instead of $(LIBSOCKET).

12 years agosys_select: Fix compilation error on mingw.
Bruno Haible [Tue, 4 Oct 2011 00:32:48 +0000 (02:32 +0200)]
sys_select: Fix compilation error on mingw.

* lib/sys_select.in.h: On native Windows, include <io.h>.

12 years agowmemset: Support for MSVC.
Bruno Haible [Mon, 3 Oct 2011 23:51:23 +0000 (01:51 +0200)]
wmemset: Support for MSVC.

* m4/wmemset.m4 (gl_FUNC_WMEMSET): Use a small test program to test
whether wmemset() exists.

12 years agowmemmove: Support for MSVC.
Bruno Haible [Mon, 3 Oct 2011 23:50:45 +0000 (01:50 +0200)]
wmemmove: Support for MSVC.

* m4/wmemmove.m4 (gl_FUNC_WMEMMOVE): Use a small test program to test
whether wmemmove() exists.

12 years agowmemcpy: Support for MSVC.
Bruno Haible [Mon, 3 Oct 2011 23:49:58 +0000 (01:49 +0200)]
wmemcpy: Support for MSVC.

* m4/wmemcpy.m4 (gl_FUNC_WMEMCPY): Use a small test program to test
whether wmemcpy() exists.

12 years agowmemcmp: Support for MSVC.
Bruno Haible [Mon, 3 Oct 2011 23:49:09 +0000 (01:49 +0200)]
wmemcmp: Support for MSVC.

* m4/wmemcmp.m4 (gl_FUNC_WMEMCMP): Use a small test program to test
whether wmemcmp() exists.

12 years agowmemchr: Support for MSVC.
Bruno Haible [Mon, 3 Oct 2011 23:27:54 +0000 (01:27 +0200)]
wmemchr: Support for MSVC.

* m4/wmemchr.m4 (gl_FUNC_WMEMCHR): Use a small test program to test
whether wmemchr() exists.

12 years agoglthread/*, strsignal: Support for MSVC.
Bruno Haible [Mon, 3 Oct 2011 23:19:29 +0000 (01:19 +0200)]
glthread/*, strsignal: Support for MSVC.

* lib/glthread/cond.h: Define WIN32_LEAN_AND_MEAN, so as to avoid
including <winsock.h> on MSVC 9.
* lib/glthread/lock.h: Likewise.
* lib/glthread/thread.h: Likewise.
* lib/glthread/tls.h: Likewise.
* lib/glthread/yield.h: Likewise.
* lib/strsignal.c: Include <string.h> first. Don't include <unistd.h>
if HAVE_UNISTD_H is false.
* m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Test for <unistd.h>.

12 years agononblocking tests: Fix test failure on OpenBSD/SPARC64.
Bruno Haible [Mon, 3 Oct 2011 14:15:47 +0000 (16:15 +0200)]
nonblocking tests: Fix test failure on OpenBSD/SPARC64.

* tests/test-nonblocking-socket.h (SOCKET_DATA_BLOCK_SIZE) [OpenBSD]:
Set to 100000.

12 years agoacl: Fix specification.
Bruno Haible [Mon, 3 Oct 2011 13:48:57 +0000 (15:48 +0200)]
acl: Fix specification.

* lib/file-has-acl.c (file_has_acl): Fix specification.

12 years agorelocatable-lib[-lgpl]: Avoid expensive /proc access on Linux, Cygwin.
Bruno Haible [Mon, 3 Oct 2011 11:15:34 +0000 (13:15 +0200)]
relocatable-lib[-lgpl]: Avoid expensive /proc access on Linux, Cygwin.

* lib/relocatable.c (ENABLE_COSTLY_RELOCATABLE): New macro.
(compute_curr_prefix, shared_library_fullname,
find_shared_library_fullname, get_shared_library_fullname, relocate):
Use it together with PIC && INSTALLDIR.
Reported by <jojelino@gmail.com>
via Charles Wilson <cygwin@cwilson.fastmail.fm>.

12 years agoautoupdate
Karl Berry [Sun, 2 Oct 2011 13:31:01 +0000 (06:31 -0700)]
autoupdate

12 years agomaint.mk: adjust a release-related rule not to require use of gzip
Jim Meyering [Sat, 1 Oct 2011 15:33:42 +0000 (17:33 +0200)]
maint.mk: adjust a release-related rule not to require use of gzip

* top/maint.mk (writable-files): Don't hard-code use of .tar.gz.
Instead, check each file in $(DIST_ARCHIVES).  This is better for
projects that build only .tar.xz files.  Also fix an erroneous test.

12 years agotest-linkat: don't leave behind a temporary file
Jim Meyering [Sat, 1 Oct 2011 13:06:43 +0000 (15:06 +0200)]
test-linkat: don't leave behind a temporary file

* tests/test-linkat.c (main): Don't forget to remove a temporary file.
Otherwise, coreutils' "make distcheck" would fail with this:
  Only in /c/cu/tests/torture/coreutils/test/\
    coreutils-8.13.22-d5caf.old/gnulib-tests: test-linkat.too
  make[2]: *** [my-distcheck] Error 1

12 years agofloat, math: add omitted file
Jim Meyering [Sat, 1 Oct 2011 12:34:09 +0000 (14:34 +0200)]
float, math: add omitted file

* lib/itold.c: Add file, required for yesterday's float change.

12 years agoisinf: Fix for OpenBSD/x86.
Bruno Haible [Sat, 1 Oct 2011 10:07:28 +0000 (12:07 +0200)]
isinf: Fix for OpenBSD/x86.

* m4/isinf.m4 (gl_ISINFL_WORKS): Also test the behaviour of isinf on
pseudo-NaNs, pseudo-Infinities, and other non-IEEE values.
* doc/posix-functions/isinf.texi: Mention the problem on OpenBSD/x86.