From db90961aa12b4c6939c8b63784df902bbf7a4927 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 3 Mar 2007 13:37:02 +0000 Subject: * file.c (rb_file_s_utime): allow nil to set the current time. * lib/fileutils.rb (touch): ditto, and added :mtime and :nocreate options. fixed: [ruby-talk:219037] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d0b820f50..fab8fed3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Mar 3 22:37:02 2007 Nobuyoshi Nakada + + * file.c (rb_file_s_utime): allow nil to set the current time. + + * lib/fileutils.rb (touch): ditto, and added :mtime and :nocreate + options. fixed: [ruby-talk:219037] + Sat Mar 3 15:52:26 2007 Akinori MUSHA * object.c (instance_variable_get): Restore rdoc markups lost in -- cgit