summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-17 14:46:12 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-17 14:46:12 +0000
commit62eaf7c899c6afff2a9788c7245555dc31b53d73 (patch)
treea13c81fa9238f26da06f4cefb8ecb85f7df5b199
parentc6d381d3b3213bc6957c617c404e88e7d11e702a (diff)
* 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>
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b7096e274c..635852fccf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-10-17 Ulrich Drepper <drepper@redhat.com>
+
+ * 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 <drepper@redhat.com>
* time/tzfile.c (__tzfile_read): Help the compiler recognize
@@ -11,7 +19,7 @@
(__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 <drepper@redhat.com>
* time/tzfile.c (__tzfile_read): Take extra memory requested by caller
@@ -19,6 +27,11 @@
2007-10-16 Jakub Jelinek <jakub@redhat.com>
+ * 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>
+
* sysdeps/x86_64/memset.S (memset): Fix sse2_nt_move
PIC indirect jump.