Skip to content

Commit

Permalink
* time/tzfile.c (__tzfile_read): Read POSIX TZ string if available
Browse files Browse the repository at this point in the history
	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>
  • Loading branch information
Ulrich Drepper committed Oct 17, 2007
1 parent c6d381d commit 62eaf7c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <drepper@redhat.com>

* time/tzfile.c (__tzfile_read): Take extra memory requested by caller
into account when copying TZ string.

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
Expand Down

0 comments on commit 62eaf7c

Please sign in to comment.