This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4615f5aefe Add more tests for memchr new 199fc19d3a Remove __need macros from stdio.h and wchar.h.
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 | 25 +++++ 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 +- 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 ++----------------------------- 34 files changed, 194 insertions(+), 524 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%)