1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog: commit miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-06-23 13:06:27 +00:00
parent 8b920b4ac8
commit fdd6c4be17

View file

@ -1,3 +1,12 @@
Tue Jun 23 21:28:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* 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 <mame@tsg.ne.jp>
* gc.c: remove the definition of GC_DEBUG (debugging macro).