From 6ff96689d2ff89ec8724d7f76944a3232d31fa1d Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 19 Jul 2005 18:18:51 +0000 Subject: * ext/socket/socket.c: should not undef close on win32. it's defined to rb_w32_close, otherwise handle leaks. [ruby-Bugs-2131] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc5e95019..c98e56dae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 20 03:16:43 2005 Hirokazu Yamamoto + + * 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 * error.c (syserr_initialize): add 1 byte for snprintf() size for -- cgit