From fadb00a4f99b329f5bb16d7013e9cc04a78c476d Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 10 Jan 2005 18:28:32 +0000 Subject: * lib/fileutils.rb (copy_entry): could not copy symbolic link. [ruby-talk:125733] * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0a06555c..91efc83ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jan 11 03:10:10 2005 Minero Aoki + + * lib/fileutils.rb (copy_entry): could not copy symbolic link. + [ruby-talk:125733] + + * lib/fileutils.rb (copy_stream): use read/write instead of + sysread/syswrite. + Mon Jan 10 23:08:15 2005 Nobuyoshi Nakada * variable.c (rb_autoload): hide internal data from ruby level. -- cgit