From 18c0a86cc680929bbd8c48f4f45a197e3e68c70a Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 8 Aug 2004 21:35:11 +0000 Subject: * lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root. * lib/fileutils.rb: new method FileUtils.copy_entry. * test/fileutils/test_fileutils.rb: more cp_r tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e2ed407dfc..f33211b296 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Aug 9 06:33:06 2004 Minero Aoki + + * lib/fileutils.rb (cp_r): copies symlink to symlink, except + root entries of cp_r. + + * lib/fileutils.rb: new method FileUtils.copy_entry. + + * test/fileutils/test_fileutils.rb: more cp_r tests. + Sun Aug 8 00:43:31 2004 why the lucky stiff * lib/implicit.c: added sexagecimal float#base60. -- cgit v1.2.3