From cbc39f36271a061305d59819d60950f929c6d9bb Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 21 May 2005 17:40:24 +0000 Subject: * lib/fileutils.rb (rm_r): new option :secure (default = true). * lib/fileutils.rb (remove_file, remove_dir): try chmod(700) only on Windows. * lib/fileutils.rb: does not depend on find.rb. * lib/fileutils.rb: new method chmod_R. * lib/fileutils.rb (chown_R): did not work. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42808f9c7..bb879b662 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sun May 22 02:39:57 2005 Minero Aoki + + * lib/fileutils.rb (rm_r): new option :secure (default = true). + + * lib/fileutils.rb (remove_file, remove_dir): try chmod(700) only + on Windows. + + * lib/fileutils.rb: does not depend on find.rb. + + * lib/fileutils.rb: new method chmod_R. + + * lib/fileutils.rb (chown_R): did not work. + Sat May 21 10:23:21 2005 Hirokazu Yamamoto * bcc32/Makefile.sub: tds files were not deleted when DESTDIR -- cgit