From 20bc76a036c89836e7c35f085e705e693fc9a593 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 6 Sep 2007 13:59:37 +0000 Subject: * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy of directories. * lib/fileutils.rb (FileUtils::fu_each_src_dest0): use try_convert. * lib/fileutils.rb (FileUtils::fu_update_option): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ce860ae6c..558808353 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Thu Sep 6 22:57:01 2007 Yukihiro Matsumoto + + * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy of + directories. + + * lib/fileutils.rb (FileUtils::fu_each_src_dest0): use try_convert. + + * lib/fileutils.rb (FileUtils::fu_update_option): ditto. + Thu Sep 6 21:36:33 2007 Yukihiro Matsumoto * include/ruby/oniguruma.h (OnigEncodingTypeST): add end parameter -- cgit