From 2ecd4d7f5880f9454f9e1806bcd3e4019ae47fde Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 28 Jul 2005 07:16:22 +0000 Subject: * parse.y (f_arg): better argument name duplication check * parse.y (new_args_gen): factored out name duplication check for optional and rest arguments. * parse.y (new_bv_gen): allow shadowing outer local variables; warning remains. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a61b07963..275f52d2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Thu Jul 28 15:04:11 2005 Yukihiro Matsumoto + + * parse.y (f_arg): better argument name duplication check + + * parse.y (new_args_gen): factored out name duplication check for + optional and rest arguments. + + * parse.y (new_bv_gen): allow shadowing outer local variables; + warning remains. + +Thu Jul 28 13:46:06 2005 Nobuyoshi Nakada + + * parse.y (ripper_warningS): the argument was omitted. + [ruby-dev:26621] + Thu Jul 28 11:30:57 2005 Yukihiro Matsumoto * parse.y (f_larglist): allow bv_decl at the end of lambda -- cgit