This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/headers-cleanups in repository glibc.
discards f89275e3c7 Factor out universally shared definitions from bits/signum.h. discards 3aefb10def For experimental purposes, remove bits/string.h. discards 3791844b28 For experimental purposes, remove bits/string2.h. discards b626800a8d Don't install libio.h or _G_config.h. discards 1ef7c5365e Remove __need_schedparam and __cpu_set_t_defined. discards b2b2d51079 Remove __need_IOV_MAX and __need_FOPEN_MAX. discards f5375ffdea Remove __need macros from stdio.h and wchar.h. discards 1b8b5d9307 Remove __need macros from errno.h (__need_Emath, __need_error_t). adds 6b69f98dcd benchtests: Add more tests for memrchr new 8951dd0b14 Regenerate sysdeps/gnu/errlist.c. new de795784ed Remove __need macros from errno.h (__need_Emath, __need_error_t). new dba2742c44 Remove __need macros from stdio.h and wchar.h. new f4d2948c59 Remove __need_IOV_MAX and __need_FOPEN_MAX. new eee10fb457 Remove __need_schedparam and __cpu_set_t_defined. new 2e06e575bd Factor out shared definitions from bits/signum.h. new 03059dbd2f Remove bits/string2.h (to be superseded). new 0efa86a94e Remove bits/string.h. new 557039aa23 Don't install libio.h or _G_config.h.
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 (f89275e3c7) \ N -- N -- N refs/heads/zack/headers-cleanups (557039aa23)
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 9 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 | 11 ++++++++ benchtests/bench-memchr.c | 17 +++++++++++- libio/libioP.h | 6 +++-- libio/oldfileops.c | 41 +++++++++++++++-------------- libio/oldiofdopen.c | 16 +++++------ libio/oldiofopen.c | 10 +++---- libio/oldiopopen.c | 12 ++++----- libio/oldstdfiles.c | 10 +++---- sysdeps/ieee754/ldbl-opt/Makefile | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-compat.c | 4 +-- sysdeps/ieee754/ldbl-opt/nldbl-compat.h | 1 - sysdeps/ieee754/ldbl-opt/nldbl-fscanf.c | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-iovfscanf.c | 8 ------ sysdeps/ieee754/ldbl-opt/nldbl-scanf.c | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-vfscanf.c | 2 +- sysdeps/ieee754/ldbl-opt/nldbl-vscanf.c | 2 +- sysdeps/unix/sysv/linux/alpha/bits/signum.h | 4 +-- 17 files changed, 85 insertions(+), 65 deletions(-) delete mode 100644 sysdeps/ieee754/ldbl-opt/nldbl-iovfscanf.c