This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 6e8f32d39a malloc: Do not call madvise if heap's oldsize >= THP size new e96e426caf Disable __USE_EXTERN_INLINES for clang new 848342ae15 configure: Use -Wno-maybe-uninitialized iff compiler supports it new 76dfd91275 Suppress -Wmaybe-uninitialized only for gcc new c6278687d9 nptl: Fix Wincompatible-pointer-types on clang new 6eb1d9a9ed sunrpc: Suppress clang -Wgnu-variable-sized-type-not-at-end [...] new d7dbcab417 elf: Fix clang -Wstring-plus-int on rtld.c new ea3f174e85 iconvdata: Fix clang -Wstring-plus-int clang warning new 717d44840a catgets: Remove catgets/config.h new 39bf95c1ba math: Suppress clang -Wabsolute-value warning on math_check_ [...] new 407b2eea75 math: use fabs on __ieee754_lgamma_r new 9d0b7ec87c math: Suppress clang -Wincompatible-library-redeclaration on [...] new b0eb01ef48 support: Use CHAR_MAX as maximum value new b9b28ce35f math: Suppress more aliases builtin type conflicts new ca3e2f12af stdio: Fix -Wtautological-constant-out-of-range-compare on clang new 77bab6dd99 support: Handle clang support/dtotimespec.c on dtotimespec new ff758345eb elf: Suppress unused function clang warning for __ifunc_resolver new 2ebfb31b35 elf: Fix tunable handing with clang new 228ae5a354 stdio: Only use __va_arg_pack if compiler supports it new 062510a0c1 termios: Suppress clang -Winitializer-overrider on ___cbaud_ [...] new ab22e5ec37 gmon: Only used -fno-tree-loop-distribute-patterns if compil [...] new 0e4ca88bd2 math: Fix compare sort function on compoundn new 87e850fb26 sunrpc: Fix clang build
The 22 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: catgets/config.h | 14 --------- catgets/gencat.c | 3 +- configure | 37 ++++++++++++++++++++-- configure.ac | 10 ++++++ elf/dl-load.c | 2 +- elf/dl-printf.c | 1 + elf/dl-tunables.c | 13 ++++++-- elf/rtld.c | 2 +- gmon/Makefile | 5 ++- hurd/hurdsig.c | 2 +- iconv/loop.c | 2 +- iconvdata/gbk.c | 6 ++-- iconvdata/iso-2022-cn-ext.c | 6 ++-- iconvdata/iso-2022-cn.c | 2 +- include/features.h | 2 +- include/libc-diag.h | 3 ++ include/libc-symbols.h | 6 +++- include/stdio.h | 7 +++-- locale/weight.h | 6 ++-- locale/weightwc.h | 8 ++--- malloc/malloc-check.c | 2 +- math/Makefile | 39 ++++++++++++++++++++++-- math/math-underflow.h | 11 ++++++- math/s_compoundn_template.c | 4 +-- nis/nis_table.c | 2 +- nptl/pthread_join_common.c | 2 +- nptl_db/thread_dbP.h | 2 +- posix/regexec.c | 2 +- resolv/res_send.c | 10 +++--- stdio-common/vfprintf-internal.c | 7 ++++- stdio-common/vfscanf-internal.c | 2 +- string/strcoll_l.c | 4 +-- string/wordcopy.c | 6 ++-- sunrpc/clnt_udp.c | 2 +- sunrpc/rtime.c | 2 +- sunrpc/svc_unix.c | 7 +++++ support/dtotimespec.c | 2 +- support/support_process_state.c | 4 +-- sysdeps/ieee754/dbl-64/Makefile | 3 ++ sysdeps/ieee754/dbl-64/e_lgamma_r.c | 4 +-- sysdeps/ieee754/dbl-64/s_log1p.c | 2 +- sysdeps/ieee754/ldbl-128/k_tanl.c | 2 +- sysdeps/ieee754/ldbl-128ibm/k_tanl.c | 2 +- sysdeps/ieee754/ldbl-96/e_lgammal_r.c | 2 +- sysdeps/ieee754/ldbl-96/k_tanl.c | 2 +- sysdeps/ieee754/soft-fp/s_ddivl.c | 2 +- sysdeps/ieee754/soft-fp/s_dfmal.c | 2 +- sysdeps/ieee754/soft-fp/s_dsqrtl.c | 2 +- sysdeps/ieee754/soft-fp/s_fdiv.c | 2 +- sysdeps/ieee754/soft-fp/s_fdivl.c | 3 +- sysdeps/ieee754/soft-fp/s_ffma.c | 2 +- sysdeps/ieee754/soft-fp/s_ffmal.c | 2 +- sysdeps/ieee754/soft-fp/s_fma.c | 2 +- sysdeps/ieee754/soft-fp/s_fmaf.c | 2 +- sysdeps/ieee754/soft-fp/s_fmal.c | 2 +- sysdeps/ieee754/soft-fp/s_fsqrt.c | 2 +- sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 2 +- sysdeps/unix/sysv/linux/speed.c | 6 ++++ timezone/Makefile | 2 +- 59 files changed, 205 insertions(+), 92 deletions(-) delete mode 100644 catgets/config.h