From e081afd62b90b61aefd45288e49fbbd5cb6521e1 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Jun 2009 13:06:27 +0000 Subject: * ChangeLog: commit miss. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 55f42c2ed..f024a1a74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Jun 23 21:28:16 2009 Nobuyoshi Nakada + + * file.c (rb_get_path_check): check with given safe level. + + * file.c (rb_find_file_ext_safe, rb_find_file_safe): ditto. + + * safe.c (rb_insecure_operation): function to raise security + error. + Tue Jun 23 20:32:43 2009 Yusuke Endoh * gc.c: remove the definition of GC_DEBUG (debugging macro). -- cgit