From 21aa7990efeedec6050936c63bfeb77664a06267 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 5 Aug 2003 09:09:35 +0000 Subject: * lib/fileutils.rb (install): should preserve timestamp only. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e86337b2b..e632ba521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 5 17:58:57 2003 WATANABE Hirofumi + + * lib/fileutils.rb (install): should preserve timestamp only. + Tue Aug 5 15:47:34 2003 Nobuyoshi Nakada * eval.c (rb_load): should preserve current source file/line. -- cgit