From 810b8e1b359f6afaf13f059f4f6153eb3ef9a031 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 10 Feb 2003 10:48:38 +0000 Subject: * lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 533298b19..7ef4a0240 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 10 19:54:30 2003 Minero Aoki + + * lib/fileutils.rb (FileUtils#uptodate?): use mtime for + comparison. + Mon Feb 10 10:14:26 2003 Yukihiro Matsumoto * array.c (rb_ary_to_a): return value should be an Array if the -- cgit