From 2486fe540072d78ab04703dde94722dfdca618ae Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 20 Apr 2008 03:51:57 +0000 Subject: * io.c (copy_stream_fallback): read directly (bypassing readpartial) if possible. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 492aee213..7cda15be3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Apr 20 12:49:03 2008 Tanaka Akira + + * io.c (copy_stream_fallback): read directly (bypassing readpartial) + if possible. + Sun Apr 20 04:45:13 2008 Tanaka Akira * io.c (copy_stream_body): use readpartial and write method for -- cgit