From 069e3aa4cc6d2e97d836bf25670ac84a84ff2168 Mon Sep 17 00:00:00 2001 From: shugo Date: Fri, 17 Oct 2008 02:50:43 +0000 Subject: * ext/socket/socket.c (init_sock): sockets should be binmode. * test/socket/test_tcp.rb (test_encoding): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e26526c89..bac981b91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Oct 17 11:48:18 2008 Shugo Maeda + + * ext/socket/socket.c (init_sock): sockets should be binmode. + + * test/socket/test_tcp.rb (test_encoding): ditto. + Fri Oct 17 10:26:13 2008 NAKAMURA Usaku * tool/insns2vm.rb: remove -Kn option in shebang line because it's -- cgit