diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-04 14:41:16 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-04 14:41:16 +0000 |
| commit | 157d7eb4ffccfb4585ddaa5576139346e4f51537 (patch) | |
| tree | e50e92ad972ab6b9f6f424eea7d2ea1ca9a2b37d /ChangeLog | |
| parent | 01d7096c1457944db675c6ffb3897eec0b8fda55 (diff) | |
| download | ruby-157d7eb4ffccfb4585ddaa5576139346e4f51537.tar.gz ruby-157d7eb4ffccfb4585ddaa5576139346e4f51537.tar.xz ruby-157d7eb4ffccfb4585ddaa5576139346e4f51537.zip | |
* file.c (rb_stat_uid, rb_stat_gid, eaccess): use rb_uid_t and
rb_gid_t instead of int.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -Sun Mar 4 23:38:07 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> +Sun Mar 4 23:41:14 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * file.c (rb_stat_uid, rb_stat_gid, eaccess): use rb_uid_t and + rb_gid_t instead of int. * file.c (rb_stat_s_utime): fixed a commit miss for the platforms where utimes() does not exist. |
