From 3fbbec0c39f5a166e3bd5016c6dfaf30c26bb498 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 29 Jul 2003 10:24:28 +0000 Subject: * lib/fileutils.rb (install): support preserve timestamp. * instruby.rb (install): use FileUtils::install preserve mode. * lib/un.rb: new. % ruby -run -e cp -- -p foo bar * lib/mkmf.rb: use un.rb instead of ftools.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 86eac1c503..86ad23a23b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Jul 29 19:20:34 2003 WATANABE Hirofumi + + * lib/fileutils.rb (install): support preserve timestamp. + + * instruby.rb (install): use FileUtils::install preserve mode. + + * lib/un.rb: new. % ruby -run -e cp -- -p foo bar + + * lib/mkmf.rb: use un.rb instead of ftools.rb. + Tue Jul 29 18:55:22 2003 Minero Aoki * lib/net/smtp.rb: unify coding style. -- cgit v1.2.3