This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/y2038 in repository glibc.
discards 9bc4bc3523 timezone: Use LFS and 64 bit time_t for installed programs discards c3c42e7197 posix: Use LFS and 64 bit time_t for installed programs discards 6e5bafd104 nss: Use LFS and 64 bit time_t for installed programs discards de0df0e8ff locale: Use LFS and 64 bit time_t for installed programs discards e813b6f8e9 iconv: Use LFS and 64 bit time_t for installed programs discards 8fddb5d418 elf: Use LFS and 64 bit time_t for installed programs discards ae894554d5 debug: build pcprofiledump with LFS and 64 bit time support discards 425e290d69 Use 64 bit time_t stat internally discards 874435c4ed y2038: Add test coverage discards 823db48d7e libsupport: Add 64 bit time_t support for stat functions discards e0cdb6a8ee libsupport: Add 64 bit time_t support for time functions discards cda1aa8b8a io: Add ftw64 with 64 bit time_t support discards 0827008713 io: Add fts64 with 64 bit time_t support discards 2d276e1f00 posix: Add glob64 with 64 bit time_t support discards 3222a8ca6c y2038: Add support for 64 bit time on legacy ABIs new 4fb73f8e86 y2038: Add support for 64 bit time on legacy ABIs new 264e227e7c posix: Add glob64 with 64 bit time_t support new ca578d1e06 io: Add fts64 with 64 bit time_t support new 7694fe0576 io: Add ftw64 with 64 bit time_t support new e53a3e138b libsupport: Add 64 bit time_t support for time functions new 60878dcedc libsupport: Add 64 bit time_t support for stat functions new e3fdc891ab y2038: Add test coverage new 034d215ead Use 64 bit time_t stat internally new 24548c3a58 debug: build pcprofiledump with LFS and 64 bit time support new cad5c96e35 elf: Use LFS and 64 bit time_t for installed programs new fe7fa61c45 iconv: Use LFS and 64 bit time_t for installed programs new f3ff49a405 locale: Use LFS and 64 bit time_t for installed programs new 5efa807edf nss: Use LFS and 64 bit time_t for installed programs new 0c01de7dc1 posix: Use LFS and 64 bit time_t for installed programs new d6471dfe98 timezone: Use LFS and 64 bit time_t for installed programs
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 (9bc4bc3523) \ N -- N -- N refs/heads/azanella/y2038 (d6471dfe98)
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 15 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: elf/cache.c | 18 +++--- elf/chroot_canon.c | 4 +- elf/ldconfig.c | 58 +++++++++---------- elf/readlib.c | 6 +- elf/sln.c | 4 +- elf/sprof.c | 4 +- iconv/iconv_charmap.c | 4 +- iconv/iconv_prog.c | 4 +- io/sys/stat.h | 2 +- locale/programs/charmap-dir.c | 12 ++-- locale/programs/locale.c | 26 ++++----- locale/programs/locarchive.c | 80 +++++++++++++-------------- locale/programs/locfile.c | 24 ++++---- posix/glob.c | 31 ++++------- posix/glob.h | 14 ++++- posix/glob64-lstat-compat.c | 3 +- sysdeps/generic/ldconfig.h | 6 +- sysdeps/gnu/glob64-lstat-compat.c | 3 +- sysdeps/unix/sysv/linux/glob-lstat-compat.c | 6 +- sysdeps/unix/sysv/linux/glob.c | 6 ++ sysdeps/unix/sysv/linux/glob64-lstat-compat.c | 12 ++-- sysdeps/unix/sysv/linux/glob64-time64.c | 8 ++- sysdeps/unix/sysv/linux/glob64.c | 8 ++- sysdeps/unix/sysv/linux/oldglob.c | 11 ++-- 24 files changed, 186 insertions(+), 168 deletions(-)