From ee560dc68f363f0502349cd35f1fd06a05693c9e Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 22 Jul 2008 08:22:32 +0000 Subject: * win32/win32.c (init_func): new function to get API's address which is often used and not supported on all Windows. * win32/win32.c (overlapped_socket_io): shouldn't use overlapped I/O if CancelIo() is not supported. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a9e370f9a6..a4f0f93522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jul 22 17:20:25 2008 NAKAMURA Usaku + + * win32/win32.c (init_func): new function to get API's address which + is often used and not supported on all Windows. + + * win32/win32.c (overlapped_socket_io): shouldn't use overlapped I/O if + CancelIo() is not supported. + Tue Jul 22 16:47:57 2008 Nobuyoshi Nakada * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): new -- cgit v1.2.3