Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 11 Aug 2004 19:26:20 +0000 (19:26 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 11 Aug 2004 19:26:20 +0000 (19:26 +0000)
commit640b76b7dc0bd8a5263d001b7d4f2024dafb70bb
tree1e0e37d5f72293e63804a8d1dbf6d4788db1a8e5
parentc3d1af70af685c68c8dfcebd3121062d25cc5c69
Update.

2004-08-11  Ulrich Drepper  <drepper@redhat.com>

* time/tzset.c (tzset_internal): Add new parameter which is
nonzero if called through tzset.  Use TZDEFAULT name including
name comparison if the new parameter is zero.  This means implicit
tzset calls will not cause files to be opened and read by tzfile.c
all the time.

2004-08-11  Jakub Jelinek  <jakub@redhat.com>

* time/tzfile.c (__tzfile_read): Free transitions only if it will
not be reused.
ChangeLog
time/tzfile.c