From 48df11da1c6a53a34881649d49fa1bfaf9abdb61 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 21 Jan 2009 02:13:46 +0000 Subject: merge revision(s) 19025,19050,19064,19482: * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's buggy about handling summer time. reported by Yoshikawa at [ruby-dev:36071] * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from system time by myself. [ruby-dev:36084] * win32/win32.c (gettimeofday): tv_usec is usec, not msec. [ruby-dev:36094] of the Gregorian calendar. * 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/branches/ruby_1_8_7@21705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9bc76990fc..3e7b575fe0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Wed Jan 21 11:12:55 2009 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] + +Wed Jan 21 11:12:55 2009 NAKAMURA Usaku + + * win32/win32.c (gettimeofday): tv_usec is usec, not msec. + [ruby-dev:36094] + +Wed Jan 21 11:12:55 2009 NAKAMURA Usaku + + * win32/win32.c (gettimeofday): calc tv_sec and tv_usec from system + time by myself. [ruby-dev:36084] + +Wed Jan 21 11:12:55 2009 NAKAMURA Usaku + + * win32/win32.c (gettimeofday): shouldn't use mktime(2) because it's + buggy about handling summer time. + reported by Yoshikawa at [ruby-dev:36071] + Tue Jan 20 12:23:38 2009 Nobuyoshi Nakada * lib/scanf.rb (Scanf::FormatSpecifier#initialize): %i should accept -- cgit v1.2.3