From f43cae2b057622e6812e370f2c7cb3efa06f6665 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 9 Mar 2005 09:29:52 +0000 Subject: * parse.y (gettable_gen): warns if VCALL name is used as out-of-scope block local variable. [EXPERIMENTAL] * parse.y (opt_bv_decl): add explicit block local variable declaration. raises error for name conflicts. [EXPERIMENTAL] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ec756c9d2..0431efc8b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Mar 9 18:09:51 2005 Yukihiro Matsumoto + + * parse.y (gettable_gen): warns if VCALL name is used as + out-of-scope block local variable. [EXPERIMENTAL] + + * parse.y (opt_bv_decl): add explicit block local variable + declaration. raises error for name conflicts. [EXPERIMENTAL] + Wed Mar 9 13:37:57 2005 Hidetoshi NAGAI * ext/tk/sample/tktextio.rb: fix bug of handling 'end' position. @@ -14,6 +22,12 @@ Tue Mar 8 13:39:25 2005 NAKAMURA Usaku * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Lite derived OSs. +Tue Mar 8 12:36:17 2005 Yukihiro Matsumoto + + * ext/socket/socket.c: document from Sam Roberts + for getsockopt and setsockopt is merged. + [ruby-doc:824] + Tue Mar 8 10:48:53 2005 NAKAMURA Usaku * eval.c (rb_exec_recursive): declaration should precede statements -- cgit v1.2.3