diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-29 09:31:58 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-29 09:31:58 +0000 |
| commit | 2a969df6e281c06c996060549d12297740b86e8e (patch) | |
| tree | f7e7df6a732c0ca30cc3c3146de3ecc1a3d985f7 /ChangeLog | |
| parent | d46b5e6e5d0012a006111aee99b73fe50a03a7fa (diff) | |
| download | ruby-2a969df6e281c06c996060549d12297740b86e8e.tar.gz ruby-2a969df6e281c06c996060549d12297740b86e8e.tar.xz ruby-2a969df6e281c06c996060549d12297740b86e8e.zip | |
* win32/win32.c (rb_w32_open_osfhandle): adjust
rb_w32_open_osfhandle() with _open_osfhandle().
* win32/win32.c (rb_w32_accept, rb_w32_socket): return -1 on
error.
* win32/win32.h: should use file descriptor instead of SOCKET.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Sun Sep 29 18:30:24 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * win32/win32.c (rb_w32_open_osfhandle): adjust + rb_w32_open_osfhandle() with _open_osfhandle(). + + * win32/win32.c (rb_w32_accept, rb_w32_socket): return -1 on + error. + + * win32/win32.h: should use file descriptor instead of SOCKET. + Sun Sep 29 06:33:03 2002 NAKAMURA Usaku <usa@ruby-lang.org> * win32/win32.c (is_socket, rb_w32_select, rb_w32_accept, rb_w32_bind, |
