From 05df3dc80ca34654f8c515bd182673b6eded0265 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 22 May 2007 15:08:43 +0000 Subject: merge -c 12137 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ffa50d077..15b4431ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed May 23 00:03:42 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] + Sat Mar 24 23:40:29 2007 Nobuyoshi Nakada * node.h (struct rb_thread.locals): explicit as struct. -- cgit