aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-03 16:14:17 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-03 16:14:17 +0000
commite64711977b6a0d8f4c5c6caf8fffec129d27ce68 (patch)
tree6d49cd9a18fa833e37115236240e769ee2ab283b /ChangeLog
parent9b6608c78d22d753870783ef918b728155d92eed (diff)
downloadruby-e64711977b6a0d8f4c5c6caf8fffec129d27ce68.tar.gz
* win32/win32.c (filetime_to_timeval): new function, split from
gettimeofday(). * win32/win32.c (gettimeofday): use above function. * win32/win32.c (filetime_to_unixtime): ditto. [ruby-dev:36135] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8680678832..8a27f4faed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Thu Sep 4 01:12:03 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (filetime_to_timeval): new function, split from
+ gettimeofday().
+
+ * win32/win32.c (gettimeofday): use above function.
+
+ * win32/win32.c (filetime_to_unixtime): ditto. [ruby-dev:36135]
+
Thu Sep 4 01:00:57 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* transcode.c (transcode_restartable0): avoid VC++6's bug.