diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-06-13 06:08:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-06-13 06:08:54 +0000 |
commit | 5bcc6c0f96789e52caa4ffdded7856472bb895e2 (patch) | |
tree | 0dd661d0982012366bfd3335249c178af8c77a5c /ChangeLog | |
parent | f854efd7224944b15ba3068de28c0d00550f88b7 (diff) | |
download | glibc-5bcc6c0f96789e52caa4ffdded7856472bb895e2.tar.gz glibc-5bcc6c0f96789e52caa4ffdded7856472bb895e2.tar.xz glibc-5bcc6c0f96789e52caa4ffdded7856472bb895e2.zip |
[BZ #6612] cvs/fedora-glibc-20080613T1601
* 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 <pasky@suse.cz>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3fe121cf3d..bbfc58584d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2008-06-12 Ulrich Drepper <drepper@redhat.com> + * 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 <pasky@suse.cz>. + * resolv/nss_dns/dns-host.c (gaih_getanswer): Don't unconditionally use second gaih_getanswer_slice result. |