From 1f62eaed7050ec37badf6e7e8e0417d2c20ff8d4 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 19 Sep 2005 01:37:28 +0000 Subject: * lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward compatibility. [ruby-dev:27145] * test/fileutils/test_fileutils.rb (test_cp_r): test it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9623be8a0..c3a6cd2b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 19 10:36:06 2005 Minero Aoki + + * lib/fileutils.rb (cp_r): default is :dereference_root=>true for + backward compatibility. [ruby-dev:27145] + + * test/fileutils/test_fileutils.rb (test_cp_r): test it. + Mon Sep 19 09:57:39 2005 Minero Aoki * test/fileutils/test_fileutils.rb: backported from trunk (1.36). -- cgit