This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8c6c3fb0bc hurd: Fix build with GCC 9 new de20b81a03 mktime: fix EOVERFLOW bug new 32c12f3f7a mktime: new test for mktime failure new 6c90d759f6 mktime: simplify offset guess new efbdddc381 mktime: make more room for overflow new f6b3331bba mktime: fix bug with Y2038 DST transition new 86aece3bfb mktime: fix non-EOVERFLOW errno handling new 5d8af1566b mktime: DEBUG_MKTIME cleanup
The 7 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 | 52 +++++++ time/Makefile | 2 +- time/bug-mktime4.c | 92 +++++++++++++ time/mktime.c | 391 +++++++++++++++++------------------------------------ 4 files changed, 270 insertions(+), 267 deletions(-) create mode 100644 time/bug-mktime4.c