diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-04 14:38:02 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-04 14:38:02 +0000 |
| commit | 01d7096c1457944db675c6ffb3897eec0b8fda55 (patch) | |
| tree | d200ec41386e1499edba7a069e09989a880f87cf /ChangeLog | |
| parent | c6f297912b7b6a12558278ff9385c70d4c7a3634 (diff) | |
| download | ruby-01d7096c1457944db675c6ffb3897eec0b8fda55.tar.gz ruby-01d7096c1457944db675c6ffb3897eec0b8fda55.tar.xz ruby-01d7096c1457944db675c6ffb3897eec0b8fda55.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sun Mar 4 23:38:07 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <eban@ruby-lang.org> * util.c (push_element): should return a int value. |
