From e235b25a55643d4ad1e1591279bdb1217e21e92b Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 24 Jun 2008 00:41:38 +0000 Subject: * ext/socket/socket.c (init_sock): socket is binmode on platforms which support binmode. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 88c5b26d5..2ab2aade2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 24 09:40:47 2008 NAKAMURA Usaku + + * ext/socket/socket.c (init_sock): socket is binmode on platforms + which support binmode. + Tue Jun 24 00:21:53 2008 Yusuke Endoh * compile.c (iseq_build_from_ary): initialize arg_opts, a patch from -- cgit