From df224e85b3667c1ed40026eed6db6b831994f2fc Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 14 Aug 2004 04:09:33 +0000 Subject: * lib/fileutils.rb: backport from CVS HEAD (rev1.44). * lib/fileutils.rb: cp_r should copy symlink itself, except cp_r root. * lib/fileutils.rb: new option mv :force. * lib/fileutils.rb: new module FileUtils::DryRun. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9686f3cf8..dff18a8d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Aug 14 13:09:10 2004 Minero Aoki + + * lib/fileutils.rb: backport from CVS HEAD (rev1.44). + + * lib/fileutils.rb: cp_r should copy symlink itself, except cp_r + root. + + * lib/fileutils.rb: new option mv :force. + + * lib/fileutils.rb: new module FileUtils::DryRun. + Sat Aug 14 02:48:16 2004 Dave Thomas * lib/rdoc/usage.rb: Added. Allows command line programs -- cgit