This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch zack/y2038-preliminaries in repository glibc.
discards ca15d90019 Revise the documentation of ‘simple calendar time’. discards 7f0acebb6b Linux/Alpha: don’t use timeval32 system calls. discards b12e7a6f9d Warn when gettimeofday is called with non-null tzp argument. discards fce7a734b0 Finish move of clock_* functions to libc. discards 557dceaba0 Use clock_gettime to implement gettimeofday. discards a98d0813fb Use clock_gettime to implement ftime. discards 90b7676ef5 Use clock_gettime to implement time. discards 458e752a5d Use clock_settime to implement settimeofday. discards da7859ec6f Use clock_settime to implement stime. discards 2b46d373df Don’t use the argument to time. discards f9ed7198ad Change most internal uses of __gettimeofday to __clock_gettime. discards 68d2df078e Remove implementations of clock_[gs]ettime using [gs]ettimeofday. adds b72971845a Update i386 libm-test-ulps adds f9fabc1b02 Add tgmath.h macros for narrowing functions. new 1baae4aa6f Don't use the argument to time. new b04bc5697f Remove implementations of clock_[gs]ettime using [gs]ettimeofday. new 43086baf7a Change most internal uses of __gettimeofday to __clock_gettime. new e157993600 Use clock_settime to implement stime. new dc6c34fbda Use clock_settime to implement settimeofday. new 389594cf8b Use clock_gettime to implement time. new ac699a8809 Use clock_gettime to implement ftime. new d0ca6737ca Use clock_gettime to implement gettimeofday. new 26dd0a410d Finish move of clock_* functions to libc. new 0103ebfb26 Warn when gettimeofday is called with non-null tzp argument. new 94bd1c6f68 Linux/Alpha: don’t use timeval32 system calls. new 26bea6c4bd Revise the documentation of ‘simple calendar time’.
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 (ca15d90019) \ N -- N -- N refs/heads/zack/y2038-preliminaries (26bea6c4bd)
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 12 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 | 98 +++++++++++++++++++++ NEWS | 5 ++ math/Makefile | 6 +- math/gen-tgmath-tests.py | 184 +++++++++++++++++++++++++++++++++++----- math/tgmath.h | 167 ++++++++++++++++++++++++++++++++++++ sysdeps/i386/fpu/libm-test-ulps | 4 +- 6 files changed, 442 insertions(+), 22 deletions(-)