From 92c27297c6245f6479465ae84e200fc4f16db1c8 Mon Sep 17 00:00:00 2001 From: aamine Date: Sat, 1 Jan 2005 07:32:15 +0000 Subject: forgot to add items git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9d0b7807c..30174de82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ Sat Jan 1 16:21:29 2005 Minero Aoki * lib/fileutils.rb (copy_stream): does NOT support nonblocking IO. [ruby-dev:25370] + * lib/fileutils.rb (copy_entry): could not copy symlink. + * test/fileutils/test_fileutils.rb: test copy_entry, copy_file, copy_stream. -- cgit