aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-02 01:17:28 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-02 01:17:28 +0000
commit0c26c309d47c50699990972ddb356db4afcde324 (patch)
tree1b27f1365a1f190e20bceb51221a456048558c07 /ChangeLog
parent784ccb5806051c0fc66cc1ab12ed3ca94a1bd0ed (diff)
downloadruby-0c26c309d47c50699990972ddb356db4afcde324.tar.gz
* win32/win32.c (gettimeofday): calc tv_sec and tv_usec from system
time by myself. [ruby-dev:36084] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19049 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 454cf66d64..f7b8447d96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 2 10:09:17 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from system
+ time by myself. [ruby-dev:36084]
+
Tue Sep 2 04:00:37 2008 Tanaka Akira <akr@fsij.org>
* transcode_data.h (o3): prevent sign extension on 64bit environment.