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