From 5528ebb9f89ec38721640c1fedfc6d8d68e07d0c Mon Sep 17 00:00:00 2001 From: ocean Date: Thu, 2 Mar 2006 04:01:31 +0000 Subject: * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1. stat() didn't treat daylight saving time property on WinNT. [ruby-talk:182100] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 848a4fa7c..331758bb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Mar 2 12:59:14 2006 Hirokazu Yamamoto + + * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1. + stat() didn't treat daylight saving time property on WinNT. + [ruby-talk:182100] + Thu Mar 2 08:02:42 2006 Yukihiro Matsumoto * gc.c (add_heap): heap_slots may overflow. a patch from Stefan -- cgit