diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-21 17:40:24 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-21 17:40:24 +0000 |
| commit | cbc39f36271a061305d59819d60950f929c6d9bb (patch) | |
| tree | f053e11cd8afdf2ef9e2a0b40fe767f521d757ac /ChangeLog | |
| parent | 072c1fb80280f491b7c92d946d6e8415b598b933 (diff) | |
| download | ruby-cbc39f36271a061305d59819d60950f929c6d9bb.tar.gz ruby-cbc39f36271a061305d59819d60950f929c6d9bb.tar.xz ruby-cbc39f36271a061305d59819d60950f929c6d9bb.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Sun May 22 02:39:57 2005 Minero Aoki <aamine@loveruby.net> + + * 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 <ocean@m2.ccsnet.ne.jp> * bcc32/Makefile.sub: tds files were not deleted when DESTDIR |
