ruby-changes:38894
From: kazu <ko1@a...>
Date: Sat, 20 Jun 2015 01:24:51 +0900 (JST)
Subject: [ruby-changes:38894] kazu:r50975 (trunk): * NEWS: mention about $SAFE.
kazu 2015-06-20 01:24:33 +0900 (Sat, 20 Jun 2015) New Revision: 50975 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50975 Log: * NEWS: mention about $SAFE. Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 50974) +++ ChangeLog (revision 50975) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sat Jun 20 01:10:13 2015 Kazuhiro NISHIYAMA <zn@m...> + + * NEWS: mention about $SAFE. + Fri Jun 19 14:53:35 2015 Nobuyoshi Nakada <nobu@r...> * proc.c (rb_mod_define_method): now requires a block direct to Index: NEWS =================================================================== --- NEWS (revision 50974) +++ NEWS (revision 50975) @@ -129,6 +129,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L129 === Built-in global variables compatibility issues +* $SAFE + * $SAFE=2 and $SAFE=3 are obsolete. If $SAFE is set to 2 or larger, + an ArgumentError is raised. + === C API updates === Build system updates -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/