This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 63e1c37 Add TFD_TIMER_CANCEL_ON_SET to sys/timerfd.h. new aec0821 Add new templates for IEEE wrappers
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 34 ++++++++++++++ math/Makefile | 6 ++- .../w_acos_template.c | 33 +++++++------ .../w_acosh_template.c | 33 +++++++------ .../w_asin_template.c | 33 +++++++------ .../w_atan2_template.c | 34 ++++++++------ math/w_atanh_template.c | 44 ++++++++++++++++++ .../w_cosh_template.c | 34 ++++++++------ .../w_exp10_template.c | 34 ++++++++------ .../w_exp2_template.c | 34 ++++++++------ math/w_exp_template.c | 43 +++++++++++++++++ math/w_fmod_template.c | 39 ++++++++++++++++ .../w_hypot_template.c | 34 ++++++++------ math/w_j0_template.c | 51 ++++++++++++++++++++ math/w_j1_template.c | 51 ++++++++++++++++++++ math/w_jn_template.c | 51 ++++++++++++++++++++ math/w_lgamma_r_template.c | 53 +++++++++++++++++++++ math/w_lgamma_template.c | 42 +++++++++++++++++ .../w_log10_template.c | 39 ++++++++++------ .../w_log2_template.c | 39 ++++++++++------ .../w_log_template.c | 39 ++++++++++------ math/w_pow_template.c | 51 ++++++++++++++++++++ math/w_remainder_template.c | 39 ++++++++++++++++ .../w_sinh_template.c | 34 ++++++++------ .../w_sqrt_template.c | 33 +++++++------ math/w_tgamma_template.c | 54 ++++++++++++++++++++++ sysdeps/generic/math-type-macros-double.h | 3 ++ sysdeps/generic/math-type-macros-float.h | 3 ++ sysdeps/generic/math-type-macros-ldouble.h | 3 ++ 29 files changed, 837 insertions(+), 183 deletions(-) copy sysdeps/generic/math-type-macros-ldouble.h => math/w_acos_template.c (52%) copy sysdeps/generic/math-type-macros-ldouble.h => math/w_acosh_template.c (53%) copy sysdeps/generic/math-type-macros-ldouble.h => math/w_asin_template.c (52%) copy sysdeps/generic/math-type-macros-ldouble.h => math/w_atan2_template.c (52%) create mode 100644 math/w_atanh_template.c copy sysdeps/generic/math-type-macros-ldouble.h => math/w_cosh_template.c (53%) copy sysdeps/generic/math-type-macros-ldouble.h => math/w_exp10_template.c (52%) copy sysdeps/generic/math-type-macros-ldouble.h => math/w_exp2_template.c (52%) create mode 100644 math/w_exp_template.c create mode 100644 math/w_fmod_template.c copy sysdeps/generic/math-type-macros-ldouble.h => math/w_hypot_template.c (52%) create mode 100644 math/w_j0_template.c create mode 100644 math/w_j1_template.c create mode 100644 math/w_jn_template.c create mode 100644 math/w_lgamma_r_template.c create mode 100644 math/w_lgamma_template.c copy sysdeps/generic/math-type-macros-ldouble.h => math/w_log10_template.c (50%) copy sysdeps/generic/math-type-macros-ldouble.h => math/w_log2_template.c (50%) copy sysdeps/generic/math-type-macros-ldouble.h => math/w_log_template.c (50%) create mode 100644 math/w_pow_template.c create mode 100644 math/w_remainder_template.c copy sysdeps/generic/math-type-macros-ldouble.h => math/w_sinh_template.c (53%) copy sysdeps/generic/math-type-macros-ldouble.h => math/w_sqrt_template.c (53%) create mode 100644 math/w_tgamma_template.c