From dfac43ab652a279879400d848610e63b91124560 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 29 Jan 2009 16:51:19 +0000 Subject: * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} in non-toplevel scope. [ruby-core:21657] * test/ruby/test_beginendblock.rb (test_begininclass): add a test for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 38656766f..2ffc52f99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jan 30 01:39:27 2009 Yusuke Endoh + + * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} in + non-toplevel scope. [ruby-core:21657] + + * test/ruby/test_beginendblock.rb (test_begininclass): add a test for + above. + Wed Jan 28 22:51:12 2009 NAKAMURA Usaku * ext/zlib/zlib.c (zstream_run): desperately guard the variable. -- cgit