From 7e8e68061481bf4a641f4c5b2df435e902eeda58 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 19 Feb 2002 07:47:07 +0000 Subject: * file.c (path_check_1): do not warn on world writable *parent* directories. * class.c (rb_include_module): should preserve ancestor order in the included class/module. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0d4305302..7b90942d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 19 15:51:41 2002 Yukihiro Matsumoto + + * file.c (path_check_1): do not warn on world writable *parent* + directories. + + * class.c (rb_include_module): should preserve ancestor order in + the included class/module. + Tue Feb 19 14:45:32 2002 Yukihiro Matsumoto * file.c (path_check_1): should check directory sticky bits. -- cgit