From 0579c42c93323a34edc28e433d7534c8a6c6285f Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 29 Jul 2008 04:21:32 +0000 Subject: * test/etc/test_etc.rb (test_getpwuid): fix for users whose uid is shared. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1081a83bf..795f81c7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 29 13:17:03 2008 NARUSE, Yui + + * test/etc/test_etc.rb (test_getpwuid): fix for users whose uid is + shared. + Tue Jul 29 05:37:53 2008 Nobuyoshi Nakada * file.c (rb_find_file_ext, rb_find_file): converts Windows style path -- cgit