about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-06-13 06:08:54 +0000
committerUlrich Drepper <drepper@redhat.com>2008-06-13 06:08:54 +0000
commit5bcc6c0f96789e52caa4ffdded7856472bb895e2 (patch)
tree0dd661d0982012366bfd3335249c178af8c77a5c /ChangeLog
parentf854efd7224944b15ba3068de28c0d00550f88b7 (diff)
downloadglibc-5bcc6c0f96789e52caa4ffdded7856472bb895e2.tar.gz
glibc-5bcc6c0f96789e52caa4ffdded7856472bb895e2.tar.xz
glibc-5bcc6c0f96789e52caa4ffdded7856472bb895e2.zip
* 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--ChangeLog8
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.