From cafcbf60497bfb548bc1f11491e107d5c224fd9e Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 9 Sep 2009 13:02:04 +0000 Subject: * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the source file first to ensure it can be copied. [ruby-core:25498] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1cd71497c..497aa89f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 9 22:02:02 2009 Nobuyoshi Nakada + + * lib/fileutils.rb (FileUtils::Entry_#copy_file): open the source + file first to ensure it can be copied. [ruby-core:25498] + Wed Sep 9 21:20:49 2009 Nobuyoshi Nakada * ext/bigdecimal/bigdecimal.c (BigDecimal_data_type): typed. -- cgit