diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-19 06:43:58 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-19 06:43:58 +0000 |
| commit | c0d013df914bf4020152e155f8b8218810623ab1 (patch) | |
| tree | a2c527cf4353e88720cdc094e3fa2cc55dd8fd5d /ChangeLog | |
| parent | bc3eee5b2e43ad3c3c38a61a47ba6a034fe3b5d5 (diff) | |
| download | ruby-c0d013df914bf4020152e155f8b8218810623ab1.tar.gz ruby-c0d013df914bf4020152e155f8b8218810623ab1.tar.xz ruby-c0d013df914bf4020152e155f8b8218810623ab1.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Feb 19 14:45:32 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <matz@ruby-lang.org> * parse.y (yylex): operators in the "op" rule should make |
