diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-22 08:22:32 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-22 08:22:32 +0000 |
| commit | e8a03f98f83d0592edae30e58c365cdcdf84f3ad (patch) | |
| tree | 178b0469553ff20643d3102880c64646e7a4f708 /ChangeLog | |
| parent | 4ab0b9959602363ebff6101729ea704280c049a1 (diff) | |
| download | ruby-e8a03f98f83d0592edae30e58c365cdcdf84f3ad.tar.gz ruby-e8a03f98f83d0592edae30e58c365cdcdf84f3ad.tar.xz ruby-e8a03f98f83d0592edae30e58c365cdcdf84f3ad.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@18157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Jul 22 17:20:25 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): new |
