forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* time/strftime.c: Pass reference to tzset_called around to handle recursive calls. [BZ #6612] * time/strftime.c (__strftime_internal): Call tzset() only when printing timezone-dependent values. Based on a patch by Petr Baudis <[email protected]>.
- Loading branch information
Ulrich Drepper
committed
Jun 13, 2008
1 parent
f854efd
commit 5bcc6c0
Showing
2 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
2008-06-12 Ulrich Drepper <[email protected]> | ||
|
||
* time/strftime.c: Pass reference to tzset_called around to handle | ||
recursive calls. | ||
|
||
[BZ #6612] | ||
* time/strftime.c (__strftime_internal): Call tzset() only | ||
when printing timezone-dependent values. | ||
Based on a patch by Petr Baudis <[email protected]>. | ||
|
||
* resolv/nss_dns/dns-host.c (gaih_getanswer): Don't | ||
unconditionally use second gaih_getanswer_slice result. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters