From 640b76b7dc0bd8a5263d001b7d4f2024dafb70bb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 11 Aug 2004 19:26:20 +0000 Subject: Update. 2004-08-11 Ulrich Drepper * 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 * time/tzfile.c (__tzfile_read): Free transitions only if it will not be reused. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58cd9b473e..459d1271a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-08-11 Ulrich Drepper + + * 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 + + * time/tzfile.c (__tzfile_read): Free transitions only if it will + not be reused. + 2004-08-11 Jakub Jelinek * sysdeps/ieee754/dbl-64/mpa.c: Include . -- cgit v1.2.3