aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 09:28:54 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 09:28:54 +0000
commit4badcec903b143689d52f4ceaa5c80907098499a (patch)
tree3caee2aeccc078f23c6605e6b4378e289ecd5124 /ChangeLog
parent8087f26de603639f4aca4c80007a825442fcf9c4 (diff)
downloadruby-4badcec903b143689d52f4ceaa5c80907098499a.tar.gz
* win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's
buggy about handling summer time. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5de4ad92a7..8250f864ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 1 18:27:51 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's
+ buggy about handling summer time.
+
Mon Sep 1 17:07:23 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not an alias of EUC-JP