diff options
author | Roland McGrath <roland@gnu.org> | 2004-11-11 00:28:28 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-11-11 00:28:28 +0000 |
commit | a579c7f543da8cc2a097d5df1f98687bd1addae8 (patch) | |
tree | ae8d15dcefca143c52335ca740c4b96b9527dab3 | |
parent | 1c67fabdb8d0db71d6f402b0c18c93bbd3c6be0e (diff) | |
download | glibc-a579c7f543da8cc2a097d5df1f98687bd1addae8.tar.gz glibc-a579c7f543da8cc2a097d5df1f98687bd1addae8.tar.xz glibc-a579c7f543da8cc2a097d5df1f98687bd1addae8.zip |
[BZ #541]
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>.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 474d36eaea..41dedbb93a 100644 --- 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... |