summaryrefslogtreecommitdiffstats
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
commit222d223d058104515d550a6737bae1741457c282 (patch)
tree6d49cd9a18fa833e37115236240e769ee2ab283b /ChangeLog
parent5990be1846c64c33d572069b64f6cb9aafedbac9 (diff)
downloadruby-222d223d058104515d550a6737bae1741457c282.tar.gz
ruby-222d223d058104515d550a6737bae1741457c282.tar.xz
ruby-222d223d058104515d550a6737bae1741457c282.zip
* 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: http://svn.ruby-lang.org/repos/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 868067883..8a27f4fae 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.