From ae9888fa3ef1251ffa50fc0d139347ba0d7fb8fa Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 18 Sep 2005 21:41:57 +0000 Subject: * lib/fileutils.rb: backported from trunk (rev 1.65): * lib/fileutils.rb (rm_r): new option :secure. * lib/fileutils.rb (rm_rf): new option :secure. * lib/fileutils.rb: new method #remove_entry_secure. * lib/fileutils.rb (cd): remove option :noop. * lib/fileutils.rb (cp_r): new option :dereference_root. * lib/fileutils.rb (cp_r): new option :dereference_root. * lib/fileutils.rb: new method #remove_entry. * lib/fileutils.rb: new method #chmod_R. * lib/fileutils.rb: new method #chown. * lib/fileutils.rb: new method #chown_R. * lib/fileutils.rb: new method .commands. * lib/fileutils.rb: new method .options. * lib/fileutils.rb: new method .have_option?. * lib/fileutils.rb: new method .options_of. * lib/fileutils.rb: new method .collect_method. * lib/fileutils.rb: use module_function instead of single extend. * test/fileutils/test_fileutils.rb: backported from trunk (1.36). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f30396b06..610ed9906 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +Mon Sep 19 06:41:32 2005 Minero Aoki + + * lib/fileutils.rb: backported from trunk (rev 1.65): + + * lib/fileutils.rb (rm_r): new option :secure. + + * lib/fileutils.rb (rm_rf): new option :secure. + + * lib/fileutils.rb: new method #remove_entry_secure. + + * lib/fileutils.rb (cd): remove option :noop. + + * lib/fileutils.rb (cp_r): new option :dereference_root. + + * lib/fileutils.rb (cp_r): new option :dereference_root. + + * lib/fileutils.rb: new method #remove_entry. + + * lib/fileutils.rb: new method #chmod_R. + + * lib/fileutils.rb: new method #chown. + + * lib/fileutils.rb: new method #chown_R. + + * lib/fileutils.rb: new method .commands. + + * lib/fileutils.rb: new method .options. + + * lib/fileutils.rb: new method .have_option?. + + * lib/fileutils.rb: new method .options_of. + + * lib/fileutils.rb: new method .collect_method. + + * lib/fileutils.rb: use module_function instead of single extend. + + * test/fileutils/test_fileutils.rb: backported from trunk (1.36). + Mon Sep 19 03:17:48 2005 Tanaka Akira * file.c (rb_thread_flock): wrap the flock system call by -- cgit