From 1f51ea400e41533ea37236b928fd3adf7c185268 Mon Sep 17 00:00:00 2001 From: ocean Date: Thu, 6 Jan 2005 11:05:31 +0000 Subject: * win32/win32.c (rb_w32_close): didn't close socket handle. * win32/win32.c (rb_w32_open_osfhandle): bcc32's _open_osfhandle never set EMFILE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0094993d..fdc4944ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jan 6 19:55:13 2005 Hirokazu Yamamoto + + * win32/win32.c (rb_w32_close): didn't close socket handle. + + * win32/win32.c (rb_w32_open_osfhandle): bcc32's _open_osfhandle + never set EMFILE. + Thu Jan 6 17:14:31 2005 Hirokazu Yamamoto * random.c (random_seed): O_NONBLOCK isn't defined on some -- cgit