This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8ed70de2fa nss_files: Refactor gethostbyname3 multi case into separate [...] new 24b6515d87 Add libm_alias_*_other_r macros.
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 | 48 +++++++++++++++++++++++++++ math/w_exp2f.c | 1 + math/w_expf.c | 1 + math/w_lgamma_main.c | 2 ++ math/w_lgammaf_main.c | 2 ++ math/w_lgammal_main.c | 2 ++ math/w_log2f.c | 1 + math/w_logf.c | 1 + math/w_powf.c | 1 + sysdeps/generic/libm-alias-double.h | 16 +++++++-- sysdeps/generic/libm-alias-float.h | 13 +++++++- sysdeps/generic/libm-alias-float128.h | 14 +++++++- sysdeps/generic/libm-alias-ldouble.h | 13 +++++++- sysdeps/ieee754/flt-32/e_exp2f.c | 2 ++ sysdeps/ieee754/flt-32/e_expf.c | 2 ++ sysdeps/ieee754/flt-32/e_log2f.c | 2 ++ sysdeps/ieee754/flt-32/e_logf.c | 2 ++ sysdeps/ieee754/flt-32/e_powf.c | 2 ++ sysdeps/ieee754/ldbl-opt/libm-alias-double.h | 13 +++++++- sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h | 13 +++++++- 20 files changed, 144 insertions(+), 7 deletions(-)