From c0d013df914bf4020152e155f8b8218810623ab1 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 19 Feb 2002 06:43:58 +0000 Subject: * file.c (path_check_1): should check directory sticky bits. * process.c (security): need not to warn twice. * marshal.c (r_object): complete restoration before calling r_regist(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 736735f55..0d4305302 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Feb 19 14:45:32 2002 Yukihiro Matsumoto + + * file.c (path_check_1): should check directory sticky bits. + + * process.c (security): need not to warn twice. + + * marshal.c (r_object): complete restoration before calling + r_regist(). + Tue Feb 19 14:24:36 2002 Yukihiro Matsumoto * parse.y (yylex): operators in the "op" rule should make -- cgit