]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[BZ #541]
authorRoland McGrath <roland@gnu.org>
Thu, 11 Nov 2004 00:28:28 +0000 (00:28 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 11 Nov 2004 00:28:28 +0000 (00:28 +0000)
2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
[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
<http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.

ChangeLog

index 474d36eaea41317b504404258cf0a58cfabf0002..41dedbb93a8840fc661aaf061bde753aa2b376cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       [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
+       <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
+
 2004-11-09  Paolo Bonzini  <bonzini@gnu.org>
 
        * posix/regexec.c (match_ctx_free_subtops): Remove, merge into...