From 62ecf80478cb6c5162d1445be6c2d1d1aac86171 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 19 Apr 2008 19:47:16 +0000 Subject: * io.c (copy_stream_body): use readpartial and write method for non-IOs such as StringIO and ARGF. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0627ef666..492aee213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Apr 20 04:45:13 2008 Tanaka Akira + + * io.c (copy_stream_body): use readpartial and write method for + non-IOs such as StringIO and ARGF. + Fri Apr 18 20:57:33 2008 Yusuke Endoh * test/ruby/test_array.rb: add tests to achieve over 95% test coverage -- cgit