From b82260bc45cccea93abd4d254f8e14d77fec1d30 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 7 May 2001 06:57:40 +0000 Subject: * lib/ftools.rb (syscopy): chmod destination file only if it does not exist. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad839a7b2..79348d1d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 7 15:45:48 2001 WATANABE Hirofumi + + * lib/ftools.rb (syscopy): chmod destination file only if + it does not exist. + Thu May 3 03:15:06 2001 SHIROYAMA Takayuki * configure.in: get --enable-shared to work on MacOS X. -- cgit