From: Ulrich Drepper Date: Wed, 17 Oct 2007 14:46:12 +0000 (+0000) Subject: * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available X-Git-Tag: cvs/fedora-glibc-20071017T2007~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62eaf7c899c6afff2a9788c7245555dc31b53d73;p=thirdparty%2Fglibc.git * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available even when time_t is 32-bit. (__tzfile_compute): Override POSIX TZ string STD/DST zone names if timezone data read by __tzfile_default. Ensure __tzname[0] is always set after the search. * time/tzfile.c (__tzfile_compute): For use_last case set i to num_transition rather than num_transitions - 1. 2007-10-16 Jakub Jelinek --- diff --git a/ChangeLog b/ChangeLog index b7096e274c8..635852fccf8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-10-17 Ulrich Drepper + + * time/tzfile.c (__tzfile_read): Read POSIX TZ string if available + even when time_t is 32-bit. + (__tzfile_compute): Override POSIX TZ string STD/DST zone names if + timezone data read by __tzfile_default. Ensure __tzname[0] is + always set after the search. + 2007-10-16 Ulrich Drepper * time/tzfile.c (__tzfile_read): Help the compiler recognize @@ -11,12 +19,17 @@ (__strftime_internal): ... new function. Add tzset_called argument, pass it down to recursive calls, don't call tzset () if already true, set to true after call to tzset (). - + 2007-10-16 Ulrich Drepper * time/tzfile.c (__tzfile_read): Take extra memory requested by caller into account when copying TZ string. +2007-10-16 Jakub Jelinek + + * time/tzfile.c (__tzfile_compute): For use_last case set i to + num_transition rather than num_transitions - 1. + 2007-10-16 Jakub Jelinek * sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move