From 99c2bdb03d35eb8dfe141982e967289a5731664d Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 1 Sep 2008 02:31:56 +0000 Subject: * lib/fileutils.rb (copy_stream, fu_copy_stream0, copy_file): use IO.copy_stream to get rid of extraneous conversion. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fe8e6fc7c..41603e6d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 1 11:31:49 2008 Nobuyoshi Nakada + + * lib/fileutils.rb (copy_stream, fu_copy_stream0, copy_file): use + IO.copy_stream to get rid of extraneous conversion. + Mon Sep 1 02:55:15 2008 NAKAMURA Usaku * strftime.c (rb_strftime): calc timezone offset by myself if system -- cgit