From 4ae914885a185ed0190ad2ac21a004e8b60af042 Mon Sep 17 00:00:00 2001 From: eban Date: Thu, 4 Oct 2001 05:32:09 +0000 Subject: * ext/socket/socket.c (ruby_connect): EALREADY is the equivalent for EINPROGRESS in ws2_32.lib. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e0751372a..72d694813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 4 14:11:03 2001 WATANABE Hirofumi + + * ext/socket/socket.c (ruby_connect): EALREADY is the equivalent + for EINPROGRESS in ws2_32.lib. + Wed Oct 3 16:49:49 2001 Nobuyoshi Nakada * ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now. -- cgit