From 157d7eb4ffccfb4585ddaa5576139346e4f51537 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 4 Mar 2007 14:41:16 +0000 Subject: * 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 --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c1332569..55ceaf0ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Sun Mar 4 23:38:07 2007 Nobuyoshi Nakada +Sun Mar 4 23:41:14 2007 Nobuyoshi Nakada + + * 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. -- cgit