summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-19 18:26:49 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-19 18:26:49 +0000
commite7ea44170ee176bb4e6e6ec18d9a8b92f59d2b1e (patch)
tree9d86bbd89c017c1fc83eb51ca43da71b69d2febe
parent61ad7c023bf2721ed3c4ff638a1294675f5e4b63 (diff)
no message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c98e56daee..3873869ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Wed Jul 20 03:16:43 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
- * ext/socket/socket.c: should not undef close on win32.
- it's defined to rb_w32_close, otherwise handle leaks.
+ * ext/socket/socket.c: should not undef close() on win32.
+ it's defined to rb_w32_close(), otherwise handle leaks.
[ruby-Bugs-2131]
Tue Jul 19 22:47:29 2005 Yukihiro Matsumoto <matz@ruby-lang.org>