From 222d223d058104515d550a6737bae1741457c282 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 3 Sep 2008 16:14:17 +0000 Subject: * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * transcode.c (transcode_restartable0): avoid VC++6's bug. -- cgit