From 1f50a1e4e7ed0c0a2eb33b8f0f21821c80a99930 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 3 Apr 2007 06:50:41 +0000 Subject: * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such as windows) doesn't set fromlen if the socket is connection-oriented. reported by Bram Whillock in [ruby-core:10512] [ruby-Bugs#9061] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bdf7ec495..c1a9f2791 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 3 15:50:41 2007 NAKAMURA Usaku + + * ext/socket/socket.c (s_recv, s_recvfrom): some systems (such as + windows) doesn't set fromlen if the socket is connection-oriented. + reported by Bram Whillock in [ruby-core:10512] [ruby-Bugs#9061] + Tue Apr 3 09:36:55 2007 NAKAMURA Usaku * ext/openssl/ruby_missing.h: need to include version.h to check -- cgit