From 01d7096c1457944db675c6ffb3897eec0b8fda55 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 4 Mar 2007 14:38:02 +0000 Subject: * file.c (rb_stat_s_utime): fixed a commit miss for the platforms where utimes() does not exist. * lib/fileutils.rb (touch): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 37a10d38a..1c1332569 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Mar 4 23:38:07 2007 Nobuyoshi Nakada + + * file.c (rb_stat_s_utime): fixed a commit miss for the platforms + where utimes() does not exist. + + * lib/fileutils.rb (touch): ditto. + Sun Mar 4 14:46:56 2007 WATANABE Hirofumi * util.c (push_element): should return a int value. -- cgit