summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-12 06:16:49 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-12 06:16:49 +0000
commit32bcf5e0953411a4963959596177852fdc9ba826 (patch)
treeb56cfbe555ea53742369f6795acea62ba66b002e /ChangeLog
parentd58426d33aafb57cb60250f71aaebc85c4551694 (diff)
downloadruby-32bcf5e0953411a4963959596177852fdc9ba826.tar.gz
ruby-32bcf5e0953411a4963959596177852fdc9ba826.tar.xz
ruby-32bcf5e0953411a4963959596177852fdc9ba826.zip
* ext/socket/socket.c (ruby_connect): workaround for the setup of
Cygwin socket(EALREADY). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7376ba3a..b8b9b02ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jul 12 15:11:48 2001 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * ext/socket/socket.c (ruby_connect): workaround for the setup of
+ Cygwin socket(EALREADY).
+
Mon Jul 9 16:49:30 2001 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/extmk.rb.in: modify RM macro.