This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from bafcba22ac Consolidate Linux openat implementation new f0be25b633 Rename xlocale.h to bits/types/__locale_t.h. new af85385f31 Use locale_t, not __locale_t, throughout glibc new 8082d91e1c Factor out shared definitions from bits/signum.h.
The 3 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 | 90 +++++++++++++++++ NEWS | 6 ++ bits/{signum.h => signum-generic.h} | 46 ++++++--- bits/signum.h | 72 ++------------ ctype/ctype-c99_l.c | 2 +- ctype/ctype.h | 26 ++--- ctype/ctype_l.c | 6 +- sysdeps/generic/ld.abilist => dev/null | 0 include/bits/types/__locale_t.h | 1 + include/bits/types/locale_t.h | 1 + include/monetary.h | 2 +- include/printf.h | 2 +- include/stdlib.h | 16 +-- include/time.h | 4 +- include/wchar.h | 4 +- include/xlocale.h | 1 - locale/Makefile | 3 +- locale/{xlocale.h => bits/types/__locale_t.h} | 24 ++--- .../s_cosf-ppc64.c => locale/bits/types/locale_t.h | 12 +-- locale/duplocale.c | 6 +- locale/freelocale.c | 2 +- locale/global-locale.c | 2 +- locale/langinfo.h | 9 +- locale/locale.h | 32 +++--- locale/localeinfo.h | 4 +- locale/newlocale.c | 8 +- locale/nl_langinfo_l.c | 2 +- locale/uselocale.c | 2 +- localedata/bug-usesetlocale.c | 2 +- localedata/tst-xlocale2.c | 2 +- signal/Makefile | 3 +- signal/signal.h | 3 + stdio-common/vfscanf.c | 2 +- stdlib/monetary.h | 5 +- stdlib/stdlib.h | 38 +++---- stdlib/strfmon_l.c | 4 +- stdlib/strtod_l.c | 9 +- stdlib/strtof_l.c | 4 +- stdlib/strtol.c | 2 +- stdlib/strtol_l.c | 5 +- stdlib/strtold_l.c | 12 +-- stdlib/strtoll_l.c | 4 +- stdlib/strtoul_l.c | 4 +- stdlib/strtoull_l.c | 4 +- string/strcasecmp.c | 4 +- string/strcoll_l.c | 2 +- string/string.h | 9 +- string/strings.h | 7 +- string/strncase.c | 4 +- string/strxfrm_l.c | 2 +- sysdeps/generic/siglist.h | 24 +++-- sysdeps/ieee754/float128/strtof128_l.c | 2 +- sysdeps/ieee754/float128/wcstof128.c | 2 +- sysdeps/ieee754/float128/wcstof128_l.c | 2 +- sysdeps/ieee754/ldbl-128ibm/strtold_l.c | 5 +- sysdeps/ieee754/ldbl-64-128/strtold_l.c | 5 +- sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 4 +- sysdeps/ieee754/ldbl-opt/nldbl-strfmon_l.c | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c | 4 +- sysdeps/ieee754/ldbl-opt/nldbl-wcstold_l.c | 2 +- sysdeps/powerpc/powerpc32/power7/strcasecmp.S | 2 +- sysdeps/powerpc/powerpc64/power7/strcasecmp.S | 2 +- sysdeps/unix/bsd/bits/signum.h | 58 ++--------- sysdeps/unix/sysv/linux/Makefile | 14 +++ sysdeps/unix/sysv/linux/alpha/bits/signum.h | 69 +++---------- sysdeps/unix/sysv/linux/bits/signum.h | 91 +++++++---------- sysdeps/unix/sysv/linux/hppa/bits/signum.h | 110 +++++++++------------ sysdeps/unix/sysv/linux/mips/bits/signum.h | 94 ++++++++---------- sysdeps/unix/sysv/linux/sparc/bits/signum.h | 70 +++---------- sysdeps/unix/sysv/linux/tst-signal-numbers.sh | 86 ++++++++++++++++ sysdeps/x86_64/strcasecmp_l-nonascii.c | 2 +- sysdeps/x86_64/strncase_l-nonascii.c | 2 +- time/strftime_l.c | 2 +- time/strptime_l.c | 2 +- time/time.h | 6 +- wcsmbs/mbsrtowcs_l.c | 2 +- wcsmbs/wchar.h | 53 ++++------ wcsmbs/wcscasecmp.c | 2 +- wcsmbs/wcsncase.c | 2 +- wcsmbs/wcstod.c | 4 +- wcsmbs/wcstod_l.c | 4 +- wcsmbs/wcstof.c | 4 +- wcsmbs/wcstof_l.c | 4 +- wcsmbs/wcstol_l.c | 2 +- wcsmbs/wcstold.c | 4 +- wcsmbs/wcstold_l.c | 4 +- wcsmbs/wcstoll_l.c | 2 +- wcsmbs/wcstoul_l.c | 2 +- wcsmbs/wcstoull_l.c | 2 +- wctype/iswctype_l.c | 2 +- wctype/towctrans_l.c | 2 +- wctype/wcfuncs_l.c | 6 +- wctype/wctrans_l.c | 2 +- wctype/wctype.h | 40 ++++---- wctype/wctype_l.c | 2 +- 95 files changed, 634 insertions(+), 689 deletions(-) copy bits/{signum.h => signum-generic.h} (66%) copy sysdeps/generic/ld.abilist => dev/null (100%) create mode 100644 include/bits/types/__locale_t.h create mode 100644 include/bits/types/locale_t.h delete mode 100644 include/xlocale.h rename locale/{xlocale.h => bits/types/__locale_t.h} (72%) copy sysdeps/powerpc/powerpc64/fpu/multiarch/s_cosf-ppc64.c => locale/bits/types/l [...] create mode 100644 sysdeps/unix/sysv/linux/tst-signal-numbers.sh