* time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Oct 2007 14:46:12 +0000 (14:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Oct 2007 14:46:12 +0000 (14:46 +0000)
commit62eaf7c899c6afff2a9788c7245555dc31b53d73
treea13c81fa9238f26da06f4cefb8ecb85f7df5b199
parentc6d381d3b3213bc6957c617c404e88e7d11e702a
* 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  <jakub@redhat.com>
ChangeLog