diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-03 13:37:02 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-03 13:37:02 +0000 |
| commit | db90961aa12b4c6939c8b63784df902bbf7a4927 (patch) | |
| tree | 17ec00efc23db217de48cdaaf2ce297a8b259356 /ChangeLog | |
| parent | 31801defe5fef263e259c456f6131e63e7ba02f9 (diff) | |
| download | ruby-db90961aa12b4c6939c8b63784df902bbf7a4927.tar.gz ruby-db90961aa12b4c6939c8b63784df902bbf7a4927.tar.xz ruby-db90961aa12b4c6939c8b63784df902bbf7a4927.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Mar 3 22:37:02 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <knu@iDaemons.org> * object.c (instance_variable_get): Restore rdoc markups lost in |
