From: Roland McGrath Date: Thu, 11 Nov 2004 00:28:28 +0000 (+0000) Subject: [BZ #541] X-Git-Tag: cvs/fedora-glibc-20041112T1640~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a579c7f543da8cc2a097d5df1f98687bd1addae8;p=thirdparty%2Fglibc.git [BZ #541] 2004-11-10 Paul Eggert [BZ #541] * time/mktime.c (SHR): New macro, which is a portable substitute for >> that should work even on Crays. (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it. Problem reported by Mark D. Baushke in . --- diff --git a/ChangeLog b/ChangeLog index 474d36eaea4..41dedbb93a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-11-10 Paul Eggert + + [BZ #541] + * time/mktime.c (SHR): New macro, which is a portable + substitute for >> that should work even on Crays. + (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it. + Problem reported by Mark D. Baushke in + . + 2004-11-09 Paolo Bonzini * posix/regexec.c (match_ctx_free_subtops): Remove, merge into...