From 0793f27036b84b17a6f79693d0bcd977124ea8b9 Mon Sep 17 00:00:00 2001 From: aamine Date: Wed, 25 May 2005 22:41:32 +0000 Subject: * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226] * lib/fileutils.rb (cd): remove :noop option. (FEATURE CHANGE) * lib/fileutils.rb (cp_r): should copy symlink as symlink, for also tree root. (FEATURE CHANGE) * lib/fileutils.rb (cp_r): new option :dereference_root. * lib/fileutils.rb: new method remove_entry. * lib/fileutils.rb: new method remove_entry_secure. * lib/fileutils.rb: add documentation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e61d4b553..8fca004bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Thu May 26 07:39:07 2005 Minero Aoki + + * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). + [ruby-dev:26226] + + * lib/fileutils.rb (cd): remove :noop option. (feature change) + + * lib/fileutils.rb (cp_r): should copy symlink as symlink, for + also tree root. (feature change) + + * lib/fileutils.rb (cp_r): new option :dereference_root. + + * lib/fileutils.rb: new method remove_entry. + + * lib/fileutils.rb: new method remove_entry_secure. + + * lib/fileutils.rb: add documentation. + Thu May 26 06:08:11 2005 Hidetoshi NAGAI * ext/tk/lib/tk.rb: add shortcut-methods of tk_call + tk_split_list -- cgit