This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/tunables/master in repository glibc.
discards e935e64770 Add TUNABLES to control IFUNC selection and cache sizes discards 9f8e103a6c ld.so: Consolidate 2 strtouls into _dl_strtoul adds 199fc19d3a Remove __need macros from stdio.h and wchar.h. new 37b66c0b1a ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528] new 70e39a058e Add TUNABLES to control IFUNC selection and cache sizes
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e935e64770) \ N -- N -- N refs/heads/hjl/tunables/master (70e39a058e)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 2 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 | 38 +++++++ grp/grp.h | 3 +- gshadow/gshadow.h | 4 +- hurd/hurd.h | 3 +- iconv/gconv.h | 6 +- include/bits/types/FILE.h | 1 + include/bits/types/__FILE.h | 1 + include/bits/types/__mbstate_t.h | 1 + include/bits/types/mbstate_t.h | 1 + include/bits/types/wint_t.h | 1 + include/bits/wctype-wchar.h | 1 + include/stdio.h | 16 ++- include/wchar.h | 10 +- include/wctype.h | 29 +---- libio/Makefile | 3 +- libio/bits/types/FILE.h | 9 ++ libio/bits/types/__FILE.h | 7 ++ libio/stdio.h | 47 ++------- mach/mach.h | 6 +- misc/mntent.h | 4 +- pwd/pwd.h | 3 +- shadow/shadow.h | 4 +- stdio-common/printf.h | 5 +- sysdeps/generic/_G_config.h | 7 +- sysdeps/unix/sysv/linux/_G_config.h | 7 +- sysdeps/x86/cpu-features.h | 1 - wcsmbs/Makefile | 3 +- wcsmbs/bits/types/__mbstate_t.h | 23 ++++ wcsmbs/bits/types/mbstate_t.h | 8 ++ wcsmbs/bits/types/wint_t.h | 23 ++++ wcsmbs/uchar.h | 9 +- wcsmbs/wchar.h | 119 +++++---------------- wctype/Makefile | 2 +- wctype/{wctype.h => bits/wctype-wchar.h} | 152 ++------------------------- wctype/wctype.h | 175 ++----------------------------- 35 files changed, 207 insertions(+), 525 deletions(-) create mode 100644 include/bits/types/FILE.h create mode 100644 include/bits/types/__FILE.h create mode 100644 include/bits/types/__mbstate_t.h create mode 100644 include/bits/types/mbstate_t.h create mode 100644 include/bits/types/wint_t.h create mode 100644 include/bits/wctype-wchar.h create mode 100644 libio/bits/types/FILE.h create mode 100644 libio/bits/types/__FILE.h create mode 100644 wcsmbs/bits/types/__mbstate_t.h create mode 100644 wcsmbs/bits/types/mbstate_t.h create mode 100644 wcsmbs/bits/types/wint_t.h copy wctype/{wctype.h => bits/wctype-wchar.h} (53%)