From 12d893c72c1fa220bed44b59f68c80f58fbbca69 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 22 Feb 2009 09:47:35 +0000 Subject: merges r22053 from trunk into ruby_1_9_1. * time.c (LOCALTIME): should call tzset() before localtime_r(). [ruby-dev:37896] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 492fabfad..839c063fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 5 03:55:22 2009 Yukihiro Matsumoto + + * time.c (LOCALTIME): should call tzset() before localtime_r(). + [ruby-dev:37896] + Wed Feb 4 11:45:06 2009 NAKAMURA Usaku * win32/mkexports.rb: shouldn't export DllMain. -- cgit