mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8621cdd900
commit
b6c5814f2c
2 changed files with 897 additions and 355 deletions
38
ChangeLog
38
ChangeLog
|
@ -1,3 +1,41 @@
|
|||
Mon Sep 19 06:41:32 2005 Minero Aoki <aamine@loveruby.net>
|
||||
|
||||
* 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 <akr@m17n.org>
|
||||
|
||||
* file.c (rb_thread_flock): wrap the flock system call by
|
||||
|
|
1214
lib/fileutils.rb
1214
lib/fileutils.rb
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue