summaryrefslogtreecommitdiff
path: root/libc/math
diff options
context:
space:
mode:
Diffstat (limited to 'libc/math')
-rw-r--r--libc/math/Makefile2
-rw-r--r--libc/math/atest-exp.c2
-rw-r--r--libc/math/atest-exp2.c2
-rw-r--r--libc/math/atest-sincos.c2
-rw-r--r--libc/math/basic-test.c2
-rw-r--r--libc/math/bits/cmathcalls.h2
-rw-r--r--libc/math/bits/math-finite.h2
-rw-r--r--libc/math/bits/mathcalls.h5
-rw-r--r--libc/math/cabs.c2
-rw-r--r--libc/math/cabsf.c2
-rw-r--r--libc/math/cabsl.c2
-rw-r--r--libc/math/carg.c2
-rw-r--r--libc/math/cargf.c2
-rw-r--r--libc/math/cargl.c2
-rw-r--r--libc/math/cimag.c2
-rw-r--r--libc/math/cimagf.c2
-rw-r--r--libc/math/cimagl.c2
-rw-r--r--libc/math/complex.h2
-rw-r--r--libc/math/conj.c2
-rw-r--r--libc/math/conjf.c2
-rw-r--r--libc/math/conjl.c2
-rw-r--r--libc/math/creal.c2
-rw-r--r--libc/math/crealf.c2
-rw-r--r--libc/math/creall.c2
-rw-r--r--libc/math/divtc3.c2
-rw-r--r--libc/math/e_exp10.c2
-rw-r--r--libc/math/e_exp10f.c2
-rw-r--r--libc/math/e_exp10l.c2
-rw-r--r--libc/math/e_exp2l.c2
-rw-r--r--libc/math/e_scalb.c2
-rw-r--r--libc/math/e_scalbf.c2
-rw-r--r--libc/math/e_scalbl.c2
-rw-r--r--libc/math/fclrexcpt.c2
-rw-r--r--libc/math/fedisblxcpt.c2
-rw-r--r--libc/math/feenablxcpt.c2
-rw-r--r--libc/math/fegetenv.c2
-rw-r--r--libc/math/fegetexcept.c2
-rw-r--r--libc/math/fegetround.c2
-rw-r--r--libc/math/feholdexcpt.c2
-rw-r--r--libc/math/fenv.h2
-rw-r--r--libc/math/fesetenv.c2
-rw-r--r--libc/math/fesetround.c2
-rw-r--r--libc/math/feupdateenv.c2
-rw-r--r--libc/math/fgetexcptflg.c2
-rw-r--r--libc/math/fpu_control.c2
-rw-r--r--libc/math/fraiseexcpt.c2
-rw-r--r--libc/math/fsetexcptflg.c2
-rw-r--r--libc/math/ftestexcept.c2
-rwxr-xr-xlibc/math/gen-libm-test.pl2
-rw-r--r--libc/math/libm-test.inc76
-rw-r--r--libc/math/math.h3
-rw-r--r--libc/math/multc3.c2
-rw-r--r--libc/math/s_cacos.c2
-rw-r--r--libc/math/s_cacosf.c2
-rw-r--r--libc/math/s_cacosh.c2
-rw-r--r--libc/math/s_cacoshf.c2
-rw-r--r--libc/math/s_cacoshl.c2
-rw-r--r--libc/math/s_cacosl.c2
-rw-r--r--libc/math/s_casin.c2
-rw-r--r--libc/math/s_casinf.c2
-rw-r--r--libc/math/s_casinh.c38
-rw-r--r--libc/math/s_casinhf.c38
-rw-r--r--libc/math/s_casinhl.c43
-rw-r--r--libc/math/s_casinl.c2
-rw-r--r--libc/math/s_catan.c2
-rw-r--r--libc/math/s_catanf.c2
-rw-r--r--libc/math/s_catanh.c2
-rw-r--r--libc/math/s_catanhf.c2
-rw-r--r--libc/math/s_catanhl.c2
-rw-r--r--libc/math/s_catanl.c2
-rw-r--r--libc/math/s_ccos.c2
-rw-r--r--libc/math/s_ccosf.c2
-rw-r--r--libc/math/s_ccosh.c2
-rw-r--r--libc/math/s_ccoshf.c2
-rw-r--r--libc/math/s_ccoshl.c2
-rw-r--r--libc/math/s_ccosl.c2
-rw-r--r--libc/math/s_cexp.c2
-rw-r--r--libc/math/s_cexpf.c2
-rw-r--r--libc/math/s_cexpl.c2
-rw-r--r--libc/math/s_clog.c2
-rw-r--r--libc/math/s_clog10.c2
-rw-r--r--libc/math/s_clog10f.c2
-rw-r--r--libc/math/s_clog10l.c2
-rw-r--r--libc/math/s_clogf.c2
-rw-r--r--libc/math/s_clogl.c2
-rw-r--r--libc/math/s_cpow.c2
-rw-r--r--libc/math/s_cpowf.c2
-rw-r--r--libc/math/s_cpowl.c2
-rw-r--r--libc/math/s_cproj.c2
-rw-r--r--libc/math/s_cprojf.c2
-rw-r--r--libc/math/s_cprojl.c2
-rw-r--r--libc/math/s_csin.c2
-rw-r--r--libc/math/s_csinf.c2
-rw-r--r--libc/math/s_csinh.c2
-rw-r--r--libc/math/s_csinhf.c2
-rw-r--r--libc/math/s_csinhl.c2
-rw-r--r--libc/math/s_csinl.c2
-rw-r--r--libc/math/s_csqrt.c2
-rw-r--r--libc/math/s_csqrtf.c2
-rw-r--r--libc/math/s_csqrtl.c2
-rw-r--r--libc/math/s_ctan.c2
-rw-r--r--libc/math/s_ctanf.c2
-rw-r--r--libc/math/s_ctanh.c2
-rw-r--r--libc/math/s_ctanhf.c2
-rw-r--r--libc/math/s_ctanhl.c2
-rw-r--r--libc/math/s_ctanl.c2
-rw-r--r--libc/math/s_fdim.c2
-rw-r--r--libc/math/s_fdimf.c2
-rw-r--r--libc/math/s_fdiml.c2
-rw-r--r--libc/math/s_fma.c2
-rw-r--r--libc/math/s_fmaf.c2
-rw-r--r--libc/math/s_fmal.c2
-rw-r--r--libc/math/s_fmax.c2
-rw-r--r--libc/math/s_fmaxf.c2
-rw-r--r--libc/math/s_fmaxl.c2
-rw-r--r--libc/math/s_fmin.c2
-rw-r--r--libc/math/s_fminf.c2
-rw-r--r--libc/math/s_fminl.c2
-rw-r--r--libc/math/s_nan.c2
-rw-r--r--libc/math/s_nanf.c2
-rw-r--r--libc/math/s_nanl.c2
-rw-r--r--libc/math/setfpucw.c2
-rw-r--r--libc/math/test-double.c2
-rw-r--r--libc/math/test-fenv.c3
-rw-r--r--libc/math/test-float.c2
-rw-r--r--libc/math/test-fpucw.c2
-rw-r--r--libc/math/test-idouble.c2
-rw-r--r--libc/math/test-ifloat.c2
-rw-r--r--libc/math/test-ildoubl.c2
-rw-r--r--libc/math/test-ldouble.c2
-rw-r--r--libc/math/test-misc.c2
-rw-r--r--libc/math/test-powl.c2
-rw-r--r--libc/math/test-tgmath-int.c2
-rw-r--r--libc/math/test-tgmath-ret.c2
-rw-r--r--libc/math/test-tgmath.c2
-rw-r--r--libc/math/test-tgmath2.c2
-rw-r--r--libc/math/tgmath.h3
-rw-r--r--libc/math/tst-CMPLX2.c2
-rw-r--r--libc/math/tst-definitions.c2
-rw-r--r--libc/math/w_acos.c2
-rw-r--r--libc/math/w_acosf.c2
-rw-r--r--libc/math/w_acosh.c2
-rw-r--r--libc/math/w_acoshf.c2
-rw-r--r--libc/math/w_acoshl.c2
-rw-r--r--libc/math/w_acosl.c2
-rw-r--r--libc/math/w_asin.c2
-rw-r--r--libc/math/w_asinf.c2
-rw-r--r--libc/math/w_asinl.c2
-rw-r--r--libc/math/w_atan2.c2
-rw-r--r--libc/math/w_atan2f.c2
-rw-r--r--libc/math/w_atan2l.c2
-rw-r--r--libc/math/w_atanh.c2
-rw-r--r--libc/math/w_atanhf.c2
-rw-r--r--libc/math/w_atanhl.c2
-rw-r--r--libc/math/w_exp10.c2
-rw-r--r--libc/math/w_exp10f.c2
-rw-r--r--libc/math/w_exp10l.c2
-rw-r--r--libc/math/w_fmod.c2
-rw-r--r--libc/math/w_fmodf.c2
-rw-r--r--libc/math/w_fmodl.c2
-rw-r--r--libc/math/w_ilogb.c2
-rw-r--r--libc/math/w_ilogbf.c2
-rw-r--r--libc/math/w_ilogbl.c2
-rw-r--r--libc/math/w_j0.c2
-rw-r--r--libc/math/w_j0f.c2
-rw-r--r--libc/math/w_j0l.c2
-rw-r--r--libc/math/w_j1.c2
-rw-r--r--libc/math/w_j1f.c2
-rw-r--r--libc/math/w_j1l.c2
-rw-r--r--libc/math/w_jn.c2
-rw-r--r--libc/math/w_jnf.c2
-rw-r--r--libc/math/w_log.c2
-rw-r--r--libc/math/w_log10.c2
-rw-r--r--libc/math/w_log10f.c2
-rw-r--r--libc/math/w_log10l.c2
-rw-r--r--libc/math/w_log2.c2
-rw-r--r--libc/math/w_log2f.c2
-rw-r--r--libc/math/w_log2l.c2
-rw-r--r--libc/math/w_logf.c2
-rw-r--r--libc/math/w_logl.c2
-rw-r--r--libc/math/w_pow.c2
-rw-r--r--libc/math/w_powf.c2
-rw-r--r--libc/math/w_powl.c2
-rw-r--r--libc/math/w_remainder.c2
-rw-r--r--libc/math/w_remainderf.c2
-rw-r--r--libc/math/w_remainderl.c2
-rw-r--r--libc/math/w_scalb.c2
-rw-r--r--libc/math/w_scalbf.c2
-rw-r--r--libc/math/w_scalbl.c2
-rw-r--r--libc/math/w_sqrt.c2
-rw-r--r--libc/math/w_sqrtf.c2
-rw-r--r--libc/math/w_sqrtl.c2
192 files changed, 354 insertions, 223 deletions
diff --git a/libc/math/Makefile b/libc/math/Makefile
index 395742cd1..d7588e382 100644
--- a/libc/math/Makefile
+++ b/libc/math/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2006,2011,2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/atest-exp.c b/libc/math/atest-exp.c
index 9f7fbcba7..2678e743c 100644
--- a/libc/math/atest-exp.c
+++ b/libc/math/atest-exp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2000, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997.
diff --git a/libc/math/atest-exp2.c b/libc/math/atest-exp2.c
index 4e8bfe71e..b05d43b40 100644
--- a/libc/math/atest-exp2.c
+++ b/libc/math/atest-exp2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2000, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997.
diff --git a/libc/math/atest-sincos.c b/libc/math/atest-sincos.c
index f4394c243..bea157c28 100644
--- a/libc/math/atest-sincos.c
+++ b/libc/math/atest-sincos.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 2000, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Geoffrey Keating <Geoff.Keating@anu.edu.au>, 1997.
diff --git a/libc/math/basic-test.c b/libc/math/basic-test.c
index b3d996b28..f9b9752de 100644
--- a/libc/math/basic-test.c
+++ b/libc/math/basic-test.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999.
diff --git a/libc/math/bits/cmathcalls.h b/libc/math/bits/cmathcalls.h
index 34cd84f28..235b0e8d0 100644
--- a/libc/math/bits/cmathcalls.h
+++ b/libc/math/bits/cmathcalls.h
@@ -1,6 +1,6 @@
/* Prototype declarations for complex math functions;
helper file for <complex.h>.
- Copyright (C) 1997, 1998, 2001, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/bits/math-finite.h b/libc/math/bits/math-finite.h
index ae447371b..6888462e2 100644
--- a/libc/math/bits/math-finite.h
+++ b/libc/math/bits/math-finite.h
@@ -1,5 +1,5 @@
/* Entry points to finite-math-only compiler runs.
- Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/bits/mathcalls.h b/libc/math/bits/mathcalls.h
index e0b160e19..41b1367e7 100644
--- a/libc/math/bits/mathcalls.h
+++ b/libc/math/bits/mathcalls.h
@@ -1,5 +1,5 @@
/* Prototype declarations for math functions; helper file for <math.h>.
- Copyright (C) 1996-2003, 2006, 2011, 2012 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -112,8 +112,7 @@ __MATHCALL (log,, (_Mdouble_ __x));
__MATHCALL (log10,, (_Mdouble_ __x));
/* Break VALUE into integral and fractional parts. */
-__MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr))
- __attribute__ ((__nonnull__ (2)));
+__MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr)) __nonnull ((2));
_Mdouble_END_NAMESPACE
#ifdef __USE_GNU
diff --git a/libc/math/cabs.c b/libc/math/cabs.c
index dcb95b5d9..aee483ab7 100644
--- a/libc/math/cabs.c
+++ b/libc/math/cabs.c
@@ -1,5 +1,5 @@
/* Return the complex absolute value of double complex value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/cabsf.c b/libc/math/cabsf.c
index 76796b6ed..009ed78ad 100644
--- a/libc/math/cabsf.c
+++ b/libc/math/cabsf.c
@@ -1,5 +1,5 @@
/* Return the complex absolute value of float complex value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/cabsl.c b/libc/math/cabsl.c
index 139f4ef1e..631332778 100644
--- a/libc/math/cabsl.c
+++ b/libc/math/cabsl.c
@@ -1,5 +1,5 @@
/* Return the complex absolute value of long double complex value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/carg.c b/libc/math/carg.c
index bb819c1ac..5f2ac89ce 100644
--- a/libc/math/carg.c
+++ b/libc/math/carg.c
@@ -1,5 +1,5 @@
/* Compute argument of complex double value.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/cargf.c b/libc/math/cargf.c
index 1027134fd..39d4b8bb9 100644
--- a/libc/math/cargf.c
+++ b/libc/math/cargf.c
@@ -1,5 +1,5 @@
/* Compute argument of complex float value.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/cargl.c b/libc/math/cargl.c
index 907cd2c1a..9fb06ef82 100644
--- a/libc/math/cargl.c
+++ b/libc/math/cargl.c
@@ -1,5 +1,5 @@
/* Compute argument of complex long double value.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/cimag.c b/libc/math/cimag.c
index 203546212..0c571cd42 100644
--- a/libc/math/cimag.c
+++ b/libc/math/cimag.c
@@ -1,5 +1,5 @@
/* Return imaginary part of complex double value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/cimagf.c b/libc/math/cimagf.c
index d583c0b43..e5252be41 100644
--- a/libc/math/cimagf.c
+++ b/libc/math/cimagf.c
@@ -1,5 +1,5 @@
/* Return imaginary part of complex float value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/cimagl.c b/libc/math/cimagl.c
index 4394e0dfe..ed465951c 100644
--- a/libc/math/cimagl.c
+++ b/libc/math/cimagl.c
@@ -1,5 +1,5 @@
/* Return imaginary part of complex long double value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/complex.h b/libc/math/complex.h
index d643db8ef..3b0d45d7a 100644
--- a/libc/math/complex.h
+++ b/libc/math/complex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2000, 2006, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/conj.c b/libc/math/conj.c
index ba5c440ba..986a7b48a 100644
--- a/libc/math/conj.c
+++ b/libc/math/conj.c
@@ -1,5 +1,5 @@
/* Return complex conjugate of complex double value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/conjf.c b/libc/math/conjf.c
index 3df30c71f..a1248b6bd 100644
--- a/libc/math/conjf.c
+++ b/libc/math/conjf.c
@@ -1,5 +1,5 @@
/* Return complex conjugate of complex float value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/conjl.c b/libc/math/conjl.c
index 6d57713e1..2e73fb966 100644
--- a/libc/math/conjl.c
+++ b/libc/math/conjl.c
@@ -1,5 +1,5 @@
/* Return complex conjugate of complex long double value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/creal.c b/libc/math/creal.c
index 08352d21f..57867f556 100644
--- a/libc/math/creal.c
+++ b/libc/math/creal.c
@@ -1,5 +1,5 @@
/* Return real part of complex double value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/crealf.c b/libc/math/crealf.c
index 84658b187..c23e38464 100644
--- a/libc/math/crealf.c
+++ b/libc/math/crealf.c
@@ -1,5 +1,5 @@
/* Return real part of complex float value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/creall.c b/libc/math/creall.c
index f8b7dc51c..81ed8488d 100644
--- a/libc/math/creall.c
+++ b/libc/math/creall.c
@@ -1,5 +1,5 @@
/* Return real part of complex long double value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/divtc3.c b/libc/math/divtc3.c
index c05123cb8..2855ab698 100644
--- a/libc/math/divtc3.c
+++ b/libc/math/divtc3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson <rth@redhat.com>, 2005.
diff --git a/libc/math/e_exp10.c b/libc/math/e_exp10.c
index ce319fdcd..e980531d2 100644
--- a/libc/math/e_exp10.c
+++ b/libc/math/e_exp10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
diff --git a/libc/math/e_exp10f.c b/libc/math/e_exp10f.c
index 582824fcf..079d2d784 100644
--- a/libc/math/e_exp10f.c
+++ b/libc/math/e_exp10f.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
diff --git a/libc/math/e_exp10l.c b/libc/math/e_exp10l.c
index d57c8cfa4..31c3ea8b2 100644
--- a/libc/math/e_exp10l.c
+++ b/libc/math/e_exp10l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
diff --git a/libc/math/e_exp2l.c b/libc/math/e_exp2l.c
index 8904d3e4a..ac8ff3d7e 100644
--- a/libc/math/e_exp2l.c
+++ b/libc/math/e_exp2l.c
@@ -1,5 +1,5 @@
/* Compute 2^x.
- Copyright (C) 2012 Free Software Foundation, Inc.
+ Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/e_scalb.c b/libc/math/e_scalb.c
index 146422cd8..5b9e1f499 100644
--- a/libc/math/e_scalb.c
+++ b/libc/math/e_scalb.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/e_scalbf.c b/libc/math/e_scalbf.c
index 98f85ab04..bcb0b4c6d 100644
--- a/libc/math/e_scalbf.c
+++ b/libc/math/e_scalbf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/e_scalbl.c b/libc/math/e_scalbl.c
index 4d7d9a171..123ab302c 100644
--- a/libc/math/e_scalbl.c
+++ b/libc/math/e_scalbl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/fclrexcpt.c b/libc/math/fclrexcpt.c
index b38070d8f..a68c9ef1f 100644
--- a/libc/math/fclrexcpt.c
+++ b/libc/math/fclrexcpt.c
@@ -1,5 +1,5 @@
/* Clear given exceptions in current floating-point environment.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/fedisblxcpt.c b/libc/math/fedisblxcpt.c
index 610f62df9..9b6ef2788 100644
--- a/libc/math/fedisblxcpt.c
+++ b/libc/math/fedisblxcpt.c
@@ -1,5 +1,5 @@
/* Disable floating-point exceptions.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999.
diff --git a/libc/math/feenablxcpt.c b/libc/math/feenablxcpt.c
index f05e1aa64..d8620a03f 100644
--- a/libc/math/feenablxcpt.c
+++ b/libc/math/feenablxcpt.c
@@ -1,5 +1,5 @@
/* Enable floating-point exceptions.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999.
diff --git a/libc/math/fegetenv.c b/libc/math/fegetenv.c
index f8fbdffdb..fe08edaa7 100644
--- a/libc/math/fegetenv.c
+++ b/libc/math/fegetenv.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment.
- Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/fegetexcept.c b/libc/math/fegetexcept.c
index e55f22d0b..42aaf935e 100644
--- a/libc/math/fegetexcept.c
+++ b/libc/math/fegetexcept.c
@@ -1,5 +1,5 @@
/* Get floating-point exceptions.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1999.
diff --git a/libc/math/fegetround.c b/libc/math/fegetround.c
index 9c5c40804..deb3c5d02 100644
--- a/libc/math/fegetround.c
+++ b/libc/math/fegetround.c
@@ -1,5 +1,5 @@
/* Return current rounding direction.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/feholdexcpt.c b/libc/math/feholdexcpt.c
index a3909bd27..b4e326096 100644
--- a/libc/math/feholdexcpt.c
+++ b/libc/math/feholdexcpt.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment and clear exceptions.
- Copyright (C) 1997, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/fenv.h b/libc/math/fenv.h
index b7ab788c3..f8f3d6a02 100644
--- a/libc/math/fenv.h
+++ b/libc/math/fenv.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999, 2000, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/fesetenv.c b/libc/math/fesetenv.c
index c12d19f34..058700f19 100644
--- a/libc/math/fesetenv.c
+++ b/libc/math/fesetenv.c
@@ -1,5 +1,5 @@
/* Install given floating-point environment.
- Copyright (C) 1997, 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/fesetround.c b/libc/math/fesetround.c
index 9742033b8..0e0621714 100644
--- a/libc/math/fesetround.c
+++ b/libc/math/fesetround.c
@@ -1,5 +1,5 @@
/* Set current rounding direction.
- Copyright (C) 1997, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/feupdateenv.c b/libc/math/feupdateenv.c
index c31f8ad42..e0350b328 100644
--- a/libc/math/feupdateenv.c
+++ b/libc/math/feupdateenv.c
@@ -1,5 +1,5 @@
/* Install given floating-point environment and raise exceptions.
- Copyright (C) 1997, 1999, 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/fgetexcptflg.c b/libc/math/fgetexcptflg.c
index 1b8a589cc..151286454 100644
--- a/libc/math/fgetexcptflg.c
+++ b/libc/math/fgetexcptflg.c
@@ -1,5 +1,5 @@
/* Store current representation for exceptions.
- Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/fpu_control.c b/libc/math/fpu_control.c
index 36eddee76..9fa99a8df 100644
--- a/libc/math/fpu_control.c
+++ b/libc/math/fpu_control.c
@@ -1,5 +1,5 @@
/* Default FPU control word initialization.
- Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/fraiseexcpt.c b/libc/math/fraiseexcpt.c
index 9b3fbfd19..61a673571 100644
--- a/libc/math/fraiseexcpt.c
+++ b/libc/math/fraiseexcpt.c
@@ -1,5 +1,5 @@
/* Raise given exceptions.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/fsetexcptflg.c b/libc/math/fsetexcptflg.c
index a90f54e13..7d1a2afb9 100644
--- a/libc/math/fsetexcptflg.c
+++ b/libc/math/fsetexcptflg.c
@@ -1,5 +1,5 @@
/* Set floating-point environment exception handling.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/ftestexcept.c b/libc/math/ftestexcept.c
index bea48e37e..1b7147055 100644
--- a/libc/math/ftestexcept.c
+++ b/libc/math/ftestexcept.c
@@ -1,5 +1,5 @@
/* Test exception in current environment.
- Copyright (C) 1997, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/gen-libm-test.pl b/libc/math/gen-libm-test.pl
index 5d9b2ea4b..47062eb7f 100755
--- a/libc/math/gen-libm-test.pl
+++ b/libc/math/gen-libm-test.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl -w
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Andreas Jaeger <aj@suse.de>, 1999.
diff --git a/libc/math/libm-test.inc b/libc/math/libm-test.inc
index 7dfce9d65..1c479171f 100644
--- a/libc/math/libm-test.inc
+++ b/libc/math/libm-test.inc
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2006, 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1997.
@@ -1706,6 +1706,43 @@ casin_test (void)
TEST_c_c (casin, 1.5L, plus_zero, M_PI_2l, 0.9624236501192068949955178268487368462704L);
TEST_c_c (casin, 1.5L, minus_zero, M_PI_2l, -0.9624236501192068949955178268487368462704L);
+ TEST_c_c (casin, 0x1p50L, 1.0L, 1.570796326794895731052901991514519103193L, 3.535050620855721078027883819436720218708e1L);
+ TEST_c_c (casin, 0x1p50L, -1.0L, 1.570796326794895731052901991514519103193L, -3.535050620855721078027883819436720218708e1L);
+ TEST_c_c (casin, -0x1p50L, 1.0L, -1.570796326794895731052901991514519103193L, 3.535050620855721078027883819436720218708e1L);
+ TEST_c_c (casin, -0x1p50L, -1.0L, -1.570796326794895731052901991514519103193L, -3.535050620855721078027883819436720218708e1L);
+ TEST_c_c (casin, 1.0L, 0x1p50L, 8.881784197001252323389053344720723756399e-16L, 3.535050620855721078027883819436759661753e1L);
+ TEST_c_c (casin, -1.0L, 0x1p50L, -8.881784197001252323389053344720723756399e-16L, 3.535050620855721078027883819436759661753e1L);
+ TEST_c_c (casin, 1.0L, -0x1p50L, 8.881784197001252323389053344720723756399e-16L, -3.535050620855721078027883819436759661753e1L);
+ TEST_c_c (casin, -1.0L, -0x1p50L, -8.881784197001252323389053344720723756399e-16L, -3.535050620855721078027883819436759661753e1L);
+#ifndef TEST_FLOAT
+ TEST_c_c (casin, 0x1p500L, 1.0L, 1.570796326794896619231321691639751442099L, 3.472667374605326000180332928505464606058e2L);
+ TEST_c_c (casin, 0x1p500L, -1.0L, 1.570796326794896619231321691639751442099L, -3.472667374605326000180332928505464606058e2L);
+ TEST_c_c (casin, -0x1p500L, 1.0L, -1.570796326794896619231321691639751442099L, 3.472667374605326000180332928505464606058e2L);
+ TEST_c_c (casin, -0x1p500L, -1.0L, -1.570796326794896619231321691639751442099L, -3.472667374605326000180332928505464606058e2L);
+ TEST_c_c (casin, 1.0L, 0x1p500L, 3.054936363499604682051979393213617699789e-151L, 3.472667374605326000180332928505464606058e2L);
+ TEST_c_c (casin, -1.0L, 0x1p500L, -3.054936363499604682051979393213617699789e-151L, 3.472667374605326000180332928505464606058e2L);
+ TEST_c_c (casin, 1.0L, -0x1p500L, 3.054936363499604682051979393213617699789e-151L, -3.472667374605326000180332928505464606058e2L);
+ TEST_c_c (casin, -1.0L, -0x1p500L, -3.054936363499604682051979393213617699789e-151L, -3.472667374605326000180332928505464606058e2L);
+#endif
+#if defined TEST_LDOUBLE && LDBL_MAX_EXP >= 16384
+ TEST_c_c (casin, 0x1p5000L, 1.0L, 1.570796326794896619231321691639751442099L, 3.466429049980286492395577839412341016946e3L);
+ TEST_c_c (casin, 0x1p5000L, -1.0L, 1.570796326794896619231321691639751442099L, -3.466429049980286492395577839412341016946e3L);
+ TEST_c_c (casin, -0x1p5000L, 1.0L, -1.570796326794896619231321691639751442099L, 3.466429049980286492395577839412341016946e3L);
+ TEST_c_c (casin, -0x1p5000L, -1.0L, -1.570796326794896619231321691639751442099L, -3.466429049980286492395577839412341016946e3L);
+ TEST_c_c (casin, 1.0L, 0x1p5000L, 7.079811261048172892385615158694057552948e-1506L, 3.466429049980286492395577839412341016946e3L);
+ TEST_c_c (casin, -1.0L, 0x1p5000L, -7.079811261048172892385615158694057552948e-1506L, 3.466429049980286492395577839412341016946e3L);
+ TEST_c_c (casin, 1.0L, -0x1p5000L, 7.079811261048172892385615158694057552948e-1506L, -3.466429049980286492395577839412341016946e3L);
+ TEST_c_c (casin, -1.0L, -0x1p5000L, -7.079811261048172892385615158694057552948e-1506L, -3.466429049980286492395577839412341016946e3L);
+#endif
+
+ TEST_c_c (casin, 0x1.fp127L, 0x1.fp127L, 7.853981633974483096156608458198757210493e-1L, 8.973081118419833726837456344608533993585e1L);
+#ifndef TEST_FLOAT
+ TEST_c_c (casin, 0x1.fp1023L, 0x1.fp1023L, 7.853981633974483096156608458198757210493e-1L, 7.107906849659093345062145442726115449315e2L);
+#endif
+#if defined TEST_LDOUBLE && LDBL_MAX_EXP >= 16384
+ TEST_c_c (casin, 0x1.fp16383L, 0x1.fp16383L, 7.853981633974483096156608458198757210493e-1L, 1.135753137836666928715489992987020363057e4L);
+#endif
+
TEST_c_c (casin, 0.75L, 1.25L, 0.453276177638793913448921196101971749L, 1.13239363160530819522266333696834467L);
TEST_c_c (casin, -2, -3, -0.57065278432109940071028387968566963L, -1.9833870299165354323470769028940395L);
@@ -1796,6 +1833,43 @@ casinh_test (void)
TEST_c_c (casinh, 1.5L, plus_zero, 1.194763217287109304111930828519090523536L, plus_zero);
TEST_c_c (casinh, 1.5L, minus_zero, 1.194763217287109304111930828519090523536L, minus_zero);
+ TEST_c_c (casinh, 0x1p50L, 1.0L, 3.535050620855721078027883819436759661753e1L, 8.881784197001252323389053344720723756399e-16L);
+ TEST_c_c (casinh, 0x1p50L, -1.0L, 3.535050620855721078027883819436759661753e1L, -8.881784197001252323389053344720723756399e-16L);
+ TEST_c_c (casinh, -0x1p50L, 1.0L, -3.535050620855721078027883819436759661753e1L, 8.881784197001252323389053344720723756399e-16L);
+ TEST_c_c (casinh, -0x1p50L, -1.0L, -3.535050620855721078027883819436759661753e1L, -8.881784197001252323389053344720723756399e-16L);
+ TEST_c_c (casinh, 1.0L, 0x1p50L, 3.535050620855721078027883819436720218708e1L, 1.570796326794895731052901991514519103193L);
+ TEST_c_c (casinh, -1.0L, 0x1p50L, -3.535050620855721078027883819436720218708e1L, 1.570796326794895731052901991514519103193L);
+ TEST_c_c (casinh, 1.0L, -0x1p50L, 3.535050620855721078027883819436720218708e1L, -1.570796326794895731052901991514519103193L);
+ TEST_c_c (casinh, -1.0L, -0x1p50L, -3.535050620855721078027883819436720218708e1L, -1.570796326794895731052901991514519103193L);
+#ifndef TEST_FLOAT
+ TEST_c_c (casinh, 0x1p500L, 1.0L, 3.472667374605326000180332928505464606058e2L, 3.054936363499604682051979393213617699789e-151L);
+ TEST_c_c (casinh, 0x1p500L, -1.0L, 3.472667374605326000180332928505464606058e2L, -3.054936363499604682051979393213617699789e-151L);
+ TEST_c_c (casinh, -0x1p500L, 1.0L, -3.472667374605326000180332928505464606058e2L, 3.054936363499604682051979393213617699789e-151L);
+ TEST_c_c (casinh, -0x1p500L, -1.0L, -3.472667374605326000180332928505464606058e2L, -3.054936363499604682051979393213617699789e-151L);
+ TEST_c_c (casinh, 1.0L, 0x1p500L, 3.472667374605326000180332928505464606058e2L, 1.570796326794896619231321691639751442099L);
+ TEST_c_c (casinh, -1.0L, 0x1p500L, -3.472667374605326000180332928505464606058e2L, 1.570796326794896619231321691639751442099L);
+ TEST_c_c (casinh, 1.0L, -0x1p500L, 3.472667374605326000180332928505464606058e2L, -1.570796326794896619231321691639751442099L);
+ TEST_c_c (casinh, -1.0L, -0x1p500L, -3.472667374605326000180332928505464606058e2L, -1.570796326794896619231321691639751442099L);
+#endif
+#if defined TEST_LDOUBLE && LDBL_MAX_EXP >= 16384
+ TEST_c_c (casinh, 0x1p5000L, 1.0L, 3.466429049980286492395577839412341016946e3L, 7.079811261048172892385615158694057552948e-1506L);
+ TEST_c_c (casinh, 0x1p5000L, -1.0L, 3.466429049980286492395577839412341016946e3L, -7.079811261048172892385615158694057552948e-1506L);
+ TEST_c_c (casinh, -0x1p5000L, 1.0L, -3.466429049980286492395577839412341016946e3L, 7.079811261048172892385615158694057552948e-1506L);
+ TEST_c_c (casinh, -0x1p5000L, -1.0L, -3.466429049980286492395577839412341016946e3L, -7.079811261048172892385615158694057552948e-1506L);
+ TEST_c_c (casinh, 1.0L, 0x1p5000L, 3.466429049980286492395577839412341016946e3L, 1.570796326794896619231321691639751442099L);
+ TEST_c_c (casinh, -1.0L, 0x1p5000L, -3.466429049980286492395577839412341016946e3L, 1.570796326794896619231321691639751442099L);
+ TEST_c_c (casinh, 1.0L, -0x1p5000L, 3.466429049980286492395577839412341016946e3L, -1.570796326794896619231321691639751442099L);
+ TEST_c_c (casinh, -1.0L, -0x1p5000L, -3.466429049980286492395577839412341016946e3L, -1.570796326794896619231321691639751442099L);
+#endif
+
+ TEST_c_c (casinh, 0x1.fp127L, 0x1.fp127L, 8.973081118419833726837456344608533993585e1L, 7.853981633974483096156608458198757210493e-1L);
+#ifndef TEST_FLOAT
+ TEST_c_c (casinh, 0x1.fp1023L, 0x1.fp1023L, 7.107906849659093345062145442726115449315e2L, 7.853981633974483096156608458198757210493e-1L);
+#endif
+#if defined TEST_LDOUBLE && LDBL_MAX_EXP >= 16384
+ TEST_c_c (casinh, 0x1.fp16383L, 0x1.fp16383L, 1.135753137836666928715489992987020363057e4L, 7.853981633974483096156608458198757210493e-1L);
+#endif
+
TEST_c_c (casinh, 0.75L, 1.25L, 1.03171853444778027336364058631006594L, 0.911738290968487636358489564316731207L);
TEST_c_c (casinh, -2, -3, -1.9686379257930962917886650952454982L, -0.96465850440760279204541105949953237L);
diff --git a/libc/math/math.h b/libc/math/math.h
index 0547a2c2e..61c51e2df 100644
--- a/libc/math/math.h
+++ b/libc/math/math.h
@@ -1,6 +1,5 @@
/* Declarations for math functions.
- Copyright (C) 1991-1993, 1995-1999, 2001, 2002, 2004, 2006, 2009, 2011, 2012
- Free Software Foundation, Inc.
+ Copyright (C) 1991-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/multc3.c b/libc/math/multc3.c
index 6bece3a00..c1965badd 100644
--- a/libc/math/multc3.c
+++ b/libc/math/multc3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005, 2006, 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Richard Henderson <rth@redhat.com>, 2005.
diff --git a/libc/math/s_cacos.c b/libc/math/s_cacos.c
index 0e8b659da..6604b5aec 100644
--- a/libc/math/s_cacos.c
+++ b/libc/math/s_cacos.c
@@ -1,5 +1,5 @@
/* Return cosine of complex double value.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cacosf.c b/libc/math/s_cacosf.c
index d015d1702..04c13e4fa 100644
--- a/libc/math/s_cacosf.c
+++ b/libc/math/s_cacosf.c
@@ -1,5 +1,5 @@
/* Return cosine of complex float value.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cacosh.c b/libc/math/s_cacosh.c
index ef49088c3..9c31cb80a 100644
--- a/libc/math/s_cacosh.c
+++ b/libc/math/s_cacosh.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole cosine for double value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cacoshf.c b/libc/math/s_cacoshf.c
index fc716ac51..74cb2760d 100644
--- a/libc/math/s_cacoshf.c
+++ b/libc/math/s_cacoshf.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole cosine for float value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cacoshl.c b/libc/math/s_cacoshl.c
index 3bcab1d27..7fd0b8206 100644
--- a/libc/math/s_cacoshl.c
+++ b/libc/math/s_cacoshl.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole cosine for long double value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cacosl.c b/libc/math/s_cacosl.c
index f9169e9e6..304076ddf 100644
--- a/libc/math/s_cacosl.c
+++ b/libc/math/s_cacosl.c
@@ -1,5 +1,5 @@
/* Return cosine of complex long double value.
- Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_casin.c b/libc/math/s_casin.c
index a0c82887b..eade6cd02 100644
--- a/libc/math/s_casin.c
+++ b/libc/math/s_casin.c
@@ -1,5 +1,5 @@
/* Return arc sine of complex double value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_casinf.c b/libc/math/s_casinf.c
index e468dfb2c..93c894ee6 100644
--- a/libc/math/s_casinf.c
+++ b/libc/math/s_casinf.c
@@ -1,5 +1,5 @@
/* Return arc sine of complex float value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_casinh.c b/libc/math/s_casinh.c
index 24ae676a8..b493982d8 100644
--- a/libc/math/s_casinh.c
+++ b/libc/math/s_casinh.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole sine for double value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -20,7 +20,7 @@
#include <complex.h>
#include <math.h>
#include <math_private.h>
-
+#include <float.h>
__complex__ double
__casinh (__complex__ double x)
@@ -62,20 +62,38 @@ __casinh (__complex__ double x)
}
else
{
+ double rx, ix;
__complex__ double y;
- __real__ y = (__real__ x - __imag__ x) * (__real__ x + __imag__ x) + 1.0;
- __imag__ y = 2.0 * __real__ x * __imag__ x;
+ /* Avoid cancellation by reducing to the first quadrant. */
+ rx = fabs (__real__ x);
+ ix = fabs (__imag__ x);
- y = __csqrt (y);
+ if (rx >= 1.0 / DBL_EPSILON || ix >= 1.0 / DBL_EPSILON)
+ {
+ /* For large x in the first quadrant, x + csqrt (1 + x * x)
+ is sufficiently close to 2 * x to make no significant
+ difference to the result; avoid possible overflow from
+ the squaring and addition. */
+ __real__ y = rx;
+ __imag__ y = ix;
+ res = __clog (y);
+ __real__ res += M_LN2;
+ }
+ else
+ {
+ __real__ y = (rx - ix) * (rx + ix) + 1.0;
+ __imag__ y = 2.0 * rx * ix;
+
+ y = __csqrt (y);
- __real__ y += __real__ x;
- __imag__ y += __imag__ x;
+ __real__ y += rx;
+ __imag__ y += ix;
- res = __clog (y);
+ res = __clog (y);
+ }
- /* Ensure zeros have correct sign and results are correct if
- very close to branch cuts. */
+ /* Give results the correct sign for the original argument. */
__real__ res = __copysign (__real__ res, __real__ x);
__imag__ res = __copysign (__imag__ res, __imag__ x);
}
diff --git a/libc/math/s_casinhf.c b/libc/math/s_casinhf.c
index c7098ef30..f865e1449 100644
--- a/libc/math/s_casinhf.c
+++ b/libc/math/s_casinhf.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole sine for float value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -20,7 +20,7 @@
#include <complex.h>
#include <math.h>
#include <math_private.h>
-
+#include <float.h>
__complex__ float
__casinhf (__complex__ float x)
@@ -62,20 +62,38 @@ __casinhf (__complex__ float x)
}
else
{
+ float rx, ix;
__complex__ float y;
- __real__ y = (__real__ x - __imag__ x) * (__real__ x + __imag__ x) + 1.0;
- __imag__ y = 2.0 * __real__ x * __imag__ x;
+ /* Avoid cancellation by reducing to the first quadrant. */
+ rx = fabsf (__real__ x);
+ ix = fabsf (__imag__ x);
- y = __csqrtf (y);
+ if (rx >= 1.0f / FLT_EPSILON || ix >= 1.0f / FLT_EPSILON)
+ {
+ /* For large x in the first quadrant, x + csqrt (1 + x * x)
+ is sufficiently close to 2 * x to make no significant
+ difference to the result; avoid possible overflow from
+ the squaring and addition. */
+ __real__ y = rx;
+ __imag__ y = ix;
+ res = __clogf (y);
+ __real__ res += (float) M_LN2;
+ }
+ else
+ {
+ __real__ y = (rx - ix) * (rx + ix) + 1.0;
+ __imag__ y = 2.0 * rx * ix;
+
+ y = __csqrtf (y);
- __real__ y += __real__ x;
- __imag__ y += __imag__ x;
+ __real__ y += rx;
+ __imag__ y += ix;
- res = __clogf (y);
+ res = __clogf (y);
+ }
- /* Ensure zeros have correct sign and results are correct if
- very close to branch cuts. */
+ /* Give results the correct sign for the original argument. */
__real__ res = __copysignf (__real__ res, __real__ x);
__imag__ res = __copysignf (__imag__ res, __imag__ x);
}
diff --git a/libc/math/s_casinhl.c b/libc/math/s_casinhl.c
index 80d7bf500..d7c74593e 100644
--- a/libc/math/s_casinhl.c
+++ b/libc/math/s_casinhl.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole sine for long double value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -20,7 +20,14 @@
#include <complex.h>
#include <math.h>
#include <math_private.h>
+#include <float.h>
+/* To avoid spurious overflows, use this definition to treat IBM long
+ double as approximating an IEEE-style format. */
+#if LDBL_MANT_DIG == 106
+# undef LDBL_EPSILON
+# define LDBL_EPSILON 0x1p-106L
+#endif
__complex__ long double
__casinhl (__complex__ long double x)
@@ -62,20 +69,38 @@ __casinhl (__complex__ long double x)
}
else
{
+ long double rx, ix;
__complex__ long double y;
- __real__ y = (__real__ x - __imag__ x) * (__real__ x + __imag__ x) + 1.0;
- __imag__ y = 2.0 * __real__ x * __imag__ x;
+ /* Avoid cancellation by reducing to the first quadrant. */
+ rx = fabsl (__real__ x);
+ ix = fabsl (__imag__ x);
- y = __csqrtl (y);
+ if (rx >= 1.0L / LDBL_EPSILON || ix >= 1.0L / LDBL_EPSILON)
+ {
+ /* For large x in the first quadrant, x + csqrt (1 + x * x)
+ is sufficiently close to 2 * x to make no significant
+ difference to the result; avoid possible overflow from
+ the squaring and addition. */
+ __real__ y = rx;
+ __imag__ y = ix;
+ res = __clogl (y);
+ __real__ res += M_LN2l;
+ }
+ else
+ {
+ __real__ y = (rx - ix) * (rx + ix) + 1.0;
+ __imag__ y = 2.0 * rx * ix;
+
+ y = __csqrtl (y);
- __real__ y += __real__ x;
- __imag__ y += __imag__ x;
+ __real__ y += rx;
+ __imag__ y += ix;
- res = __clogl (y);
+ res = __clogl (y);
+ }
- /* Ensure zeros have correct sign and results are correct if
- very close to branch cuts. */
+ /* Give results the correct sign for the original argument. */
__real__ res = __copysignl (__real__ res, __real__ x);
__imag__ res = __copysignl (__imag__ res, __imag__ x);
}
diff --git a/libc/math/s_casinl.c b/libc/math/s_casinl.c
index 5d31b74ec..0172324c0 100644
--- a/libc/math/s_casinl.c
+++ b/libc/math/s_casinl.c
@@ -1,5 +1,5 @@
/* Return arc sine of complex long double value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_catan.c b/libc/math/s_catan.c
index 0546f8ad4..46c18bf2a 100644
--- a/libc/math/s_catan.c
+++ b/libc/math/s_catan.c
@@ -1,5 +1,5 @@
/* Return arc tangent of complex double value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_catanf.c b/libc/math/s_catanf.c
index 7eda697a0..5a432471c 100644
--- a/libc/math/s_catanf.c
+++ b/libc/math/s_catanf.c
@@ -1,5 +1,5 @@
/* Return arc tangent of complex float value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_catanh.c b/libc/math/s_catanh.c
index c11b1e223..5371f44b6 100644
--- a/libc/math/s_catanh.c
+++ b/libc/math/s_catanh.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole tangent for double value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_catanhf.c b/libc/math/s_catanhf.c
index dc63da0b8..8385af41b 100644
--- a/libc/math/s_catanhf.c
+++ b/libc/math/s_catanhf.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole tangent for float value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_catanhl.c b/libc/math/s_catanhl.c
index f4a109071..6844f03de 100644
--- a/libc/math/s_catanhl.c
+++ b/libc/math/s_catanhl.c
@@ -1,5 +1,5 @@
/* Return arc hyperbole tangent for long double value.
- Copyright (C) 1997, 1998, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_catanl.c b/libc/math/s_catanl.c
index 4ef73a1dc..57d2e5955 100644
--- a/libc/math/s_catanl.c
+++ b/libc/math/s_catanl.c
@@ -1,5 +1,5 @@
/* Return arc tangent of complex long double value.
- Copyright (C) 1997, 1998, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ccos.c b/libc/math/s_ccos.c
index e2a4df4d7..effed2832 100644
--- a/libc/math/s_ccos.c
+++ b/libc/math/s_ccos.c
@@ -1,5 +1,5 @@
/* Return cosine of complex double value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ccosf.c b/libc/math/s_ccosf.c
index 36ff3d639..1286d1005 100644
--- a/libc/math/s_ccosf.c
+++ b/libc/math/s_ccosf.c
@@ -1,5 +1,5 @@
/* Return cosine of complex float value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ccosh.c b/libc/math/s_ccosh.c
index 91477ee2d..2c05b63de 100644
--- a/libc/math/s_ccosh.c
+++ b/libc/math/s_ccosh.c
@@ -1,5 +1,5 @@
/* Complex cosine hyperbole function for double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ccoshf.c b/libc/math/s_ccoshf.c
index 9ca57b25b..de7e7d302 100644
--- a/libc/math/s_ccoshf.c
+++ b/libc/math/s_ccoshf.c
@@ -1,5 +1,5 @@
/* Complex cosine hyperbole function for float.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ccoshl.c b/libc/math/s_ccoshl.c
index 1d561b4e3..4bbd31148 100644
--- a/libc/math/s_ccoshl.c
+++ b/libc/math/s_ccoshl.c
@@ -1,5 +1,5 @@
/* Complex cosine hyperbole function for long double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ccosl.c b/libc/math/s_ccosl.c
index 3637a458b..f302d9f80 100644
--- a/libc/math/s_ccosl.c
+++ b/libc/math/s_ccosl.c
@@ -1,5 +1,5 @@
/* Return cosine of complex long double value.
- Copyright (C) 1997, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cexp.c b/libc/math/s_cexp.c
index d0a95ba79..36157ff61 100644
--- a/libc/math/s_cexp.c
+++ b/libc/math/s_cexp.c
@@ -1,5 +1,5 @@
/* Return value of complex exponential function for double complex value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cexpf.c b/libc/math/s_cexpf.c
index 41fcea51d..364be8ac3 100644
--- a/libc/math/s_cexpf.c
+++ b/libc/math/s_cexpf.c
@@ -1,5 +1,5 @@
/* Return value of complex exponential function for float complex value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cexpl.c b/libc/math/s_cexpl.c
index d67cc5e5e..1bfce78ae 100644
--- a/libc/math/s_cexpl.c
+++ b/libc/math/s_cexpl.c
@@ -1,5 +1,5 @@
/* Return value of complex exponential function for long double complex value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_clog.c b/libc/math/s_clog.c
index 79b1f375d..77ccd0a21 100644
--- a/libc/math/s_clog.c
+++ b/libc/math/s_clog.c
@@ -1,5 +1,5 @@
/* Compute complex natural logarithm.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_clog10.c b/libc/math/s_clog10.c
index 4ccb5bcaa..c55a4624e 100644
--- a/libc/math/s_clog10.c
+++ b/libc/math/s_clog10.c
@@ -1,5 +1,5 @@
/* Compute complex base 10 logarithm.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_clog10f.c b/libc/math/s_clog10f.c
index 1789f1aed..56bf0efe5 100644
--- a/libc/math/s_clog10f.c
+++ b/libc/math/s_clog10f.c
@@ -1,5 +1,5 @@
/* Compute complex base 10 logarithm.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_clog10l.c b/libc/math/s_clog10l.c
index 958f74abd..b4c48b782 100644
--- a/libc/math/s_clog10l.c
+++ b/libc/math/s_clog10l.c
@@ -1,5 +1,5 @@
/* Compute complex base 10 logarithm.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_clogf.c b/libc/math/s_clogf.c
index 2b9038b41..008970e2b 100644
--- a/libc/math/s_clogf.c
+++ b/libc/math/s_clogf.c
@@ -1,5 +1,5 @@
/* Compute complex natural logarithm.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_clogl.c b/libc/math/s_clogl.c
index af3ed9971..4923b102a 100644
--- a/libc/math/s_clogl.c
+++ b/libc/math/s_clogl.c
@@ -1,5 +1,5 @@
/* Compute complex natural logarithm.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cpow.c b/libc/math/s_cpow.c
index 164534c5d..4a7f5b2ca 100644
--- a/libc/math/s_cpow.c
+++ b/libc/math/s_cpow.c
@@ -1,5 +1,5 @@
/* Complex power of double values.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cpowf.c b/libc/math/s_cpowf.c
index 20fc110e3..a8136b853 100644
--- a/libc/math/s_cpowf.c
+++ b/libc/math/s_cpowf.c
@@ -1,5 +1,5 @@
/* Complex power of float values.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cpowl.c b/libc/math/s_cpowl.c
index 284dec3cf..986236e5e 100644
--- a/libc/math/s_cpowl.c
+++ b/libc/math/s_cpowl.c
@@ -1,5 +1,5 @@
/* Complex power of long double values.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cproj.c b/libc/math/s_cproj.c
index ed7e6de79..c0be4618d 100644
--- a/libc/math/s_cproj.c
+++ b/libc/math/s_cproj.c
@@ -1,5 +1,5 @@
/* Compute projection of complex double value to Riemann sphere.
- Copyright (C) 1997, 1999, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cprojf.c b/libc/math/s_cprojf.c
index 6cbc93bb5..188bbe3be 100644
--- a/libc/math/s_cprojf.c
+++ b/libc/math/s_cprojf.c
@@ -1,5 +1,5 @@
/* Compute projection of complex float value to Riemann sphere.
- Copyright (C) 1997, 1999, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_cprojl.c b/libc/math/s_cprojl.c
index f316b7fc8..fbdf2797e 100644
--- a/libc/math/s_cprojl.c
+++ b/libc/math/s_cprojl.c
@@ -1,5 +1,5 @@
/* Compute projection of complex long double value to Riemann sphere.
- Copyright (C) 1997, 1999, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_csin.c b/libc/math/s_csin.c
index 725989c9c..cc1c9cd7a 100644
--- a/libc/math/s_csin.c
+++ b/libc/math/s_csin.c
@@ -1,5 +1,5 @@
/* Complex sine function for double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_csinf.c b/libc/math/s_csinf.c
index d53f943fa..92b858ae6 100644
--- a/libc/math/s_csinf.c
+++ b/libc/math/s_csinf.c
@@ -1,5 +1,5 @@
/* Complex sine function for float.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_csinh.c b/libc/math/s_csinh.c
index 20edbd13f..be3c6bbb8 100644
--- a/libc/math/s_csinh.c
+++ b/libc/math/s_csinh.c
@@ -1,5 +1,5 @@
/* Complex sine hyperbole function for double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_csinhf.c b/libc/math/s_csinhf.c
index 4b019a0ed..6c58c1d0d 100644
--- a/libc/math/s_csinhf.c
+++ b/libc/math/s_csinhf.c
@@ -1,5 +1,5 @@
/* Complex sine hyperbole function for float.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_csinhl.c b/libc/math/s_csinhl.c
index d9a928a40..8acf6dec5 100644
--- a/libc/math/s_csinhl.c
+++ b/libc/math/s_csinhl.c
@@ -1,5 +1,5 @@
/* Complex sine hyperbole function for long double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_csinl.c b/libc/math/s_csinl.c
index 9812bddd5..6b3c1ea2f 100644
--- a/libc/math/s_csinl.c
+++ b/libc/math/s_csinl.c
@@ -1,5 +1,5 @@
/* Complex sine function for long double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_csqrt.c b/libc/math/s_csqrt.c
index f4d0f998e..992f73355 100644
--- a/libc/math/s_csqrt.c
+++ b/libc/math/s_csqrt.c
@@ -1,5 +1,5 @@
/* Complex square root of double value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_csqrtf.c b/libc/math/s_csqrtf.c
index 5a274fd87..e66b1cdf7 100644
--- a/libc/math/s_csqrtf.c
+++ b/libc/math/s_csqrtf.c
@@ -1,5 +1,5 @@
/* Complex square root of float value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_csqrtl.c b/libc/math/s_csqrtl.c
index 579d9768c..f729b7c01 100644
--- a/libc/math/s_csqrtl.c
+++ b/libc/math/s_csqrtl.c
@@ -1,5 +1,5 @@
/* Complex square root of long double value.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Based on an algorithm by Stephen L. Moshier <moshier@world.std.com>.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ctan.c b/libc/math/s_ctan.c
index fdba84744..c6565c0d3 100644
--- a/libc/math/s_ctan.c
+++ b/libc/math/s_ctan.c
@@ -1,5 +1,5 @@
/* Complex tangent function for double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ctanf.c b/libc/math/s_ctanf.c
index fd2b79788..e08571b93 100644
--- a/libc/math/s_ctanf.c
+++ b/libc/math/s_ctanf.c
@@ -1,5 +1,5 @@
/* Complex tangent function for float.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ctanh.c b/libc/math/s_ctanh.c
index fee191055..cfc71ec08 100644
--- a/libc/math/s_ctanh.c
+++ b/libc/math/s_ctanh.c
@@ -1,5 +1,5 @@
/* Complex hyperbole tangent for double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ctanhf.c b/libc/math/s_ctanhf.c
index 862845f8c..d37d5bb82 100644
--- a/libc/math/s_ctanhf.c
+++ b/libc/math/s_ctanhf.c
@@ -1,5 +1,5 @@
/* Complex hyperbole tangent for float.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ctanhl.c b/libc/math/s_ctanhl.c
index c4fc1d3d0..135e987e6 100644
--- a/libc/math/s_ctanhl.c
+++ b/libc/math/s_ctanhl.c
@@ -1,5 +1,5 @@
/* Complex hyperbole tangent for long double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_ctanl.c b/libc/math/s_ctanl.c
index 0affe9321..a22e30ade 100644
--- a/libc/math/s_ctanl.c
+++ b/libc/math/s_ctanl.c
@@ -1,5 +1,5 @@
/* Complex tangent function for long double.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fdim.c b/libc/math/s_fdim.c
index 6a1991fa2..2f97948b2 100644
--- a/libc/math/s_fdim.c
+++ b/libc/math/s_fdim.c
@@ -1,5 +1,5 @@
/* Return positive difference between arguments.
- Copyright (C) 1997, 2004, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fdimf.c b/libc/math/s_fdimf.c
index e5260cfdb..03810b572 100644
--- a/libc/math/s_fdimf.c
+++ b/libc/math/s_fdimf.c
@@ -1,5 +1,5 @@
/* Return positive difference between arguments.
- Copyright (C) 1997, 2004, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fdiml.c b/libc/math/s_fdiml.c
index 677adb954..56045329a 100644
--- a/libc/math/s_fdiml.c
+++ b/libc/math/s_fdiml.c
@@ -1,5 +1,5 @@
/* Return positive difference between arguments.
- Copyright (C) 1997, 2004, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fma.c b/libc/math/s_fma.c
index 021035c68..501dca6e4 100644
--- a/libc/math/s_fma.c
+++ b/libc/math/s_fma.c
@@ -1,5 +1,5 @@
/* Compute x * y + z as ternary operation.
- Copyright (C) 1997, 2001, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fmaf.c b/libc/math/s_fmaf.c
index c458a6778..574723c6d 100644
--- a/libc/math/s_fmaf.c
+++ b/libc/math/s_fmaf.c
@@ -1,5 +1,5 @@
/* Compute x * y + z as ternary operation.
- Copyright (C) 1997, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fmal.c b/libc/math/s_fmal.c
index 7bcdc60e9..2491ef14a 100644
--- a/libc/math/s_fmal.c
+++ b/libc/math/s_fmal.c
@@ -1,5 +1,5 @@
/* Compute x * y + z as ternary operation.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fmax.c b/libc/math/s_fmax.c
index 10bc1ccfb..f5898ee4d 100644
--- a/libc/math/s_fmax.c
+++ b/libc/math/s_fmax.c
@@ -1,5 +1,5 @@
/* Return maximum numeric value of X and Y.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fmaxf.c b/libc/math/s_fmaxf.c
index 4e052b1ae..b05533d31 100644
--- a/libc/math/s_fmaxf.c
+++ b/libc/math/s_fmaxf.c
@@ -1,5 +1,5 @@
/* Return maximum numeric value of X and Y.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fmaxl.c b/libc/math/s_fmaxl.c
index 5cfc865d4..ea6fd850c 100644
--- a/libc/math/s_fmaxl.c
+++ b/libc/math/s_fmaxl.c
@@ -1,5 +1,5 @@
/* Return maximum numeric value of X and Y.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fmin.c b/libc/math/s_fmin.c
index 8cd6583f7..e83c1f3a7 100644
--- a/libc/math/s_fmin.c
+++ b/libc/math/s_fmin.c
@@ -1,5 +1,5 @@
/* Return minimum numeric value of X and Y.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fminf.c b/libc/math/s_fminf.c
index f6d0774a7..ad745006e 100644
--- a/libc/math/s_fminf.c
+++ b/libc/math/s_fminf.c
@@ -1,5 +1,5 @@
/* Return minimum numeric value of X and Y.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_fminl.c b/libc/math/s_fminl.c
index 4f37086db..cc8ae50f3 100644
--- a/libc/math/s_fminl.c
+++ b/libc/math/s_fminl.c
@@ -1,5 +1,5 @@
/* Return minimum numeric value of X and Y.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_nan.c b/libc/math/s_nan.c
index 6ad1f1042..38b46ab82 100644
--- a/libc/math/s_nan.c
+++ b/libc/math/s_nan.c
@@ -1,5 +1,5 @@
/* Return quiet nan.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_nanf.c b/libc/math/s_nanf.c
index 7d16903e1..e343b7ffc 100644
--- a/libc/math/s_nanf.c
+++ b/libc/math/s_nanf.c
@@ -1,5 +1,5 @@
/* Return quiet nan.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/s_nanl.c b/libc/math/s_nanl.c
index f30e4317f..b1ab582f6 100644
--- a/libc/math/s_nanl.c
+++ b/libc/math/s_nanl.c
@@ -1,5 +1,5 @@
/* Return quiet nan.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/setfpucw.c b/libc/math/setfpucw.c
index e4ac5ca67..3a390b30e 100644
--- a/libc/math/setfpucw.c
+++ b/libc/math/setfpucw.c
@@ -1,5 +1,5 @@
/* Set the FPU control word.
- Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/test-double.c b/libc/math/test-double.c
index 3c9733e03..a017e5220 100644
--- a/libc/math/test-double.c
+++ b/libc/math/test-double.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1997.
diff --git a/libc/math/test-fenv.c b/libc/math/test-fenv.c
index 19e5415f7..70d45f1de 100644
--- a/libc/math/test-fenv.c
+++ b/libc/math/test-fenv.c
@@ -1,5 +1,4 @@
-/* Copyright (C) 1997, 1998, 2000, 2001, 2003, 2007
- Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de> and
Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/math/test-float.c b/libc/math/test-float.c
index 6764fff47..95855af90 100644
--- a/libc/math/test-float.c
+++ b/libc/math/test-float.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1997.
diff --git a/libc/math/test-fpucw.c b/libc/math/test-fpucw.c
index 93237eae8..1961a6748 100644
--- a/libc/math/test-fpucw.c
+++ b/libc/math/test-fpucw.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 2000.
diff --git a/libc/math/test-idouble.c b/libc/math/test-idouble.c
index e340e1951..e8b91898a 100644
--- a/libc/math/test-idouble.c
+++ b/libc/math/test-idouble.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1997.
diff --git a/libc/math/test-ifloat.c b/libc/math/test-ifloat.c
index b8291d1f5..55ab84e06 100644
--- a/libc/math/test-ifloat.c
+++ b/libc/math/test-ifloat.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1997.
diff --git a/libc/math/test-ildoubl.c b/libc/math/test-ildoubl.c
index 787380431..ca5de7c53 100644
--- a/libc/math/test-ildoubl.c
+++ b/libc/math/test-ildoubl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1997.
diff --git a/libc/math/test-ldouble.c b/libc/math/test-ldouble.c
index a5ec7cba8..45889f068 100644
--- a/libc/math/test-ldouble.c
+++ b/libc/math/test-ldouble.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 1997.
diff --git a/libc/math/test-misc.c b/libc/math/test-misc.c
index 55da359ce..d64e8e2fc 100644
--- a/libc/math/test-misc.c
+++ b/libc/math/test-misc.c
@@ -1,5 +1,5 @@
/* Miscellaneous tests which don't fit anywhere else.
- Copyright (C) 2000, 2001, 2004, 2005, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/test-powl.c b/libc/math/test-powl.c
index 5fc17816a..45171856e 100644
--- a/libc/math/test-powl.c
+++ b/libc/math/test-powl.c
@@ -1,5 +1,5 @@
/* Test for powl
- Copyright (C) 2011 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/test-tgmath-int.c b/libc/math/test-tgmath-int.c
index e58341099..34300bdbd 100644
--- a/libc/math/test-tgmath-int.c
+++ b/libc/math/test-tgmath-int.c
@@ -1,5 +1,5 @@
/* Test compilation of tgmath macros.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 2005.
diff --git a/libc/math/test-tgmath-ret.c b/libc/math/test-tgmath-ret.c
index 7e494d2bb..1cc1eecfc 100644
--- a/libc/math/test-tgmath-ret.c
+++ b/libc/math/test-tgmath-ret.c
@@ -1,5 +1,5 @@
/* Test compilation of tgmath macros.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Jaeger <aj@suse.de>, 2003.
diff --git a/libc/math/test-tgmath.c b/libc/math/test-tgmath.c
index af5552a01..5aa5b32e4 100644
--- a/libc/math/test-tgmath.c
+++ b/libc/math/test-tgmath.c
@@ -1,5 +1,5 @@
/* Test compilation of tgmath macros.
- Copyright (C) 2001, 2003, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2001-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com> and
Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/libc/math/test-tgmath2.c b/libc/math/test-tgmath2.c
index 64cb6f3d4..4459cdcdc 100644
--- a/libc/math/test-tgmath2.c
+++ b/libc/math/test-tgmath2.c
@@ -1,5 +1,5 @@
/* Test compilation of tgmath macros.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
diff --git a/libc/math/tgmath.h b/libc/math/tgmath.h
index 8ae962c08..a29efd3b8 100644
--- a/libc/math/tgmath.h
+++ b/libc/math/tgmath.h
@@ -1,5 +1,4 @@
-/* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2007
- Free Software Foundation, Inc.
+/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/math/tst-CMPLX2.c b/libc/math/tst-CMPLX2.c
index f8ef9e128..4b62f8857 100644
--- a/libc/math/tst-CMPLX2.c
+++ b/libc/math/tst-CMPLX2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Marek Polacek <polacek@redhat.com>, 2012.
diff --git a/libc/math/tst-definitions.c b/libc/math/tst-definitions.c
index 3f71611ef..06b6d1aa9 100644
--- a/libc/math/tst-definitions.c
+++ b/libc/math/tst-definitions.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
diff --git a/libc/math/w_acos.c b/libc/math/w_acos.c
index 049093329..52479b101 100644
--- a/libc/math/w_acos.c
+++ b/libc/math/w_acos.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_acosf.c b/libc/math/w_acosf.c
index 2500a7d77..ab13db3f6 100644
--- a/libc/math/w_acosf.c
+++ b/libc/math/w_acosf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_acosh.c b/libc/math/w_acosh.c
index d6329878a..c69fc3fa4 100644
--- a/libc/math/w_acosh.c
+++ b/libc/math/w_acosh.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_acoshf.c b/libc/math/w_acoshf.c
index f77df2b82..1eb91fc2d 100644
--- a/libc/math/w_acoshf.c
+++ b/libc/math/w_acoshf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_acoshl.c b/libc/math/w_acoshl.c
index def7be435..9a6ff7f80 100644
--- a/libc/math/w_acoshl.c
+++ b/libc/math/w_acoshl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_acosl.c b/libc/math/w_acosl.c
index 394fce194..bbd22c3b7 100644
--- a/libc/math/w_acosl.c
+++ b/libc/math/w_acosl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_asin.c b/libc/math/w_asin.c
index 0fa9487a3..ab860b87e 100644
--- a/libc/math/w_asin.c
+++ b/libc/math/w_asin.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_asinf.c b/libc/math/w_asinf.c
index c28edabcf..9db1b8e87 100644
--- a/libc/math/w_asinf.c
+++ b/libc/math/w_asinf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_asinl.c b/libc/math/w_asinl.c
index e56e2e527..3def235ba 100644
--- a/libc/math/w_asinl.c
+++ b/libc/math/w_asinl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_atan2.c b/libc/math/w_atan2.c
index aed28200c..41faff6d5 100644
--- a/libc/math/w_atan2.c
+++ b/libc/math/w_atan2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_atan2f.c b/libc/math/w_atan2f.c
index 4519214a5..eb4523e02 100644
--- a/libc/math/w_atan2f.c
+++ b/libc/math/w_atan2f.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_atan2l.c b/libc/math/w_atan2l.c
index 30f9512f9..3044229fa 100644
--- a/libc/math/w_atan2l.c
+++ b/libc/math/w_atan2l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_atanh.c b/libc/math/w_atanh.c
index 190d2e9d9..609e315cf 100644
--- a/libc/math/w_atanh.c
+++ b/libc/math/w_atanh.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_atanhf.c b/libc/math/w_atanhf.c
index e0c5dc39b..5e5128e7e 100644
--- a/libc/math/w_atanhf.c
+++ b/libc/math/w_atanhf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_atanhl.c b/libc/math/w_atanhl.c
index 6b00bbb4e..d144389e6 100644
--- a/libc/math/w_atanhl.c
+++ b/libc/math/w_atanhl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_exp10.c b/libc/math/w_exp10.c
index 08071c6f3..3db012d1f 100644
--- a/libc/math/w_exp10.c
+++ b/libc/math/w_exp10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_exp10f.c b/libc/math/w_exp10f.c
index 315a3efd6..082b34faf 100644
--- a/libc/math/w_exp10f.c
+++ b/libc/math/w_exp10f.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_exp10l.c b/libc/math/w_exp10l.c
index 7f426ea32..10f3f81fe 100644
--- a/libc/math/w_exp10l.c
+++ b/libc/math/w_exp10l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_fmod.c b/libc/math/w_fmod.c
index cd7bb007b..9e872da6b 100644
--- a/libc/math/w_fmod.c
+++ b/libc/math/w_fmod.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_fmodf.c b/libc/math/w_fmodf.c
index 73d6979e2..4af5e94e9 100644
--- a/libc/math/w_fmodf.c
+++ b/libc/math/w_fmodf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_fmodl.c b/libc/math/w_fmodl.c
index f508a1f64..5e7a9edee 100644
--- a/libc/math/w_fmodl.c
+++ b/libc/math/w_fmodl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_ilogb.c b/libc/math/w_ilogb.c
index 7cb897ad1..1374a243a 100644
--- a/libc/math/w_ilogb.c
+++ b/libc/math/w_ilogb.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Adhemerval Zanella <azanella@linux.vnet.ibm.com>, 2011.
diff --git a/libc/math/w_ilogbf.c b/libc/math/w_ilogbf.c
index aa48bc4c3..5bf8c340d 100644
--- a/libc/math/w_ilogbf.c
+++ b/libc/math/w_ilogbf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Adhemerval Zanella <azanella@linux.vnet.ibm.com>, 2011.
diff --git a/libc/math/w_ilogbl.c b/libc/math/w_ilogbl.c
index 7cfc648e8..3f5a61b3a 100644
--- a/libc/math/w_ilogbl.c
+++ b/libc/math/w_ilogbl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2012-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Adhemerval Zanella <azanella@linux.vnet.ibm.com>, 2011.
diff --git a/libc/math/w_j0.c b/libc/math/w_j0.c
index 0171a0bc7..53671c330 100644
--- a/libc/math/w_j0.c
+++ b/libc/math/w_j0.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_j0f.c b/libc/math/w_j0f.c
index 9e1681a24..c9a6c53ff 100644
--- a/libc/math/w_j0f.c
+++ b/libc/math/w_j0f.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_j0l.c b/libc/math/w_j0l.c
index 1532d2ebd..717253c00 100644
--- a/libc/math/w_j0l.c
+++ b/libc/math/w_j0l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_j1.c b/libc/math/w_j1.c
index 40600503e..743c940b1 100644
--- a/libc/math/w_j1.c
+++ b/libc/math/w_j1.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_j1f.c b/libc/math/w_j1f.c
index a3f5ee2e2..bf7deb09f 100644
--- a/libc/math/w_j1f.c
+++ b/libc/math/w_j1f.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_j1l.c b/libc/math/w_j1l.c
index 0b0136026..c4f8111ca 100644
--- a/libc/math/w_j1l.c
+++ b/libc/math/w_j1l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_jn.c b/libc/math/w_jn.c
index 63658a93c..e2e69b423 100644
--- a/libc/math/w_jn.c
+++ b/libc/math/w_jn.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_jnf.c b/libc/math/w_jnf.c
index 41d9bc571..c9114e7b0 100644
--- a/libc/math/w_jnf.c
+++ b/libc/math/w_jnf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_log.c b/libc/math/w_log.c
index ec33605f3..e4071ebe5 100644
--- a/libc/math/w_log.c
+++ b/libc/math/w_log.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_log10.c b/libc/math/w_log10.c
index fe799ad07..5ba1a0065 100644
--- a/libc/math/w_log10.c
+++ b/libc/math/w_log10.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_log10f.c b/libc/math/w_log10f.c
index 4b821f713..cde2ac412 100644
--- a/libc/math/w_log10f.c
+++ b/libc/math/w_log10f.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_log10l.c b/libc/math/w_log10l.c
index 3371b7bd5..0c9c4f522 100644
--- a/libc/math/w_log10l.c
+++ b/libc/math/w_log10l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_log2.c b/libc/math/w_log2.c
index e58e10979..2f2e37ae3 100644
--- a/libc/math/w_log2.c
+++ b/libc/math/w_log2.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_log2f.c b/libc/math/w_log2f.c
index 6963ed211..8aeeebbc8 100644
--- a/libc/math/w_log2f.c
+++ b/libc/math/w_log2f.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_log2l.c b/libc/math/w_log2l.c
index 1400c938e..cb2c94bbc 100644
--- a/libc/math/w_log2l.c
+++ b/libc/math/w_log2l.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_logf.c b/libc/math/w_logf.c
index 38d408f18..a13d60bcd 100644
--- a/libc/math/w_logf.c
+++ b/libc/math/w_logf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_logl.c b/libc/math/w_logl.c
index 9ea4ff726..316f54a8f 100644
--- a/libc/math/w_logl.c
+++ b/libc/math/w_logl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_pow.c b/libc/math/w_pow.c
index ef4dbfa9a..d86833bf0 100644
--- a/libc/math/w_pow.c
+++ b/libc/math/w_pow.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_powf.c b/libc/math/w_powf.c
index c78e76f09..918c76c51 100644
--- a/libc/math/w_powf.c
+++ b/libc/math/w_powf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_powl.c b/libc/math/w_powl.c
index 37863889c..901caba24 100644
--- a/libc/math/w_powl.c
+++ b/libc/math/w_powl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_remainder.c b/libc/math/w_remainder.c
index 67567b642..df991b822 100644
--- a/libc/math/w_remainder.c
+++ b/libc/math/w_remainder.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_remainderf.c b/libc/math/w_remainderf.c
index 99a1e8cae..078abf12e 100644
--- a/libc/math/w_remainderf.c
+++ b/libc/math/w_remainderf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_remainderl.c b/libc/math/w_remainderl.c
index a21065cd7..d68166c81 100644
--- a/libc/math/w_remainderl.c
+++ b/libc/math/w_remainderl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_scalb.c b/libc/math/w_scalb.c
index cdf7218a8..968869154 100644
--- a/libc/math/w_scalb.c
+++ b/libc/math/w_scalb.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_scalbf.c b/libc/math/w_scalbf.c
index 7aec34f6f..01070f697 100644
--- a/libc/math/w_scalbf.c
+++ b/libc/math/w_scalbf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_scalbl.c b/libc/math/w_scalbl.c
index 1181874ce..148cdc2c2 100644
--- a/libc/math/w_scalbl.c
+++ b/libc/math/w_scalbl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_sqrt.c b/libc/math/w_sqrt.c
index f6ba5423a..8d9ed69ad 100644
--- a/libc/math/w_sqrt.c
+++ b/libc/math/w_sqrt.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_sqrtf.c b/libc/math/w_sqrtf.c
index c128e9b55..c3408d0b5 100644
--- a/libc/math/w_sqrtf.c
+++ b/libc/math/w_sqrtf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
diff --git a/libc/math/w_sqrtl.c b/libc/math/w_sqrtl.c
index 74529f9e2..f03d2b463 100644
--- a/libc/math/w_sqrtl.c
+++ b/libc/math/w_sqrtl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.