From 1059cf6e30d6ce7ad91acb94ed142c19cf05fe0a Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 25 May 2012 08:18:16 +0000 Subject: merge revision(s) 35644: * parse.y (f_arglist): should reset lexical states after empty argument list with no parenthesis as well as parenthesized list, so that reserved name method definition work. [ruby-dev:45626] [Bug #6403] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d4ea06026..663a7655f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri May 25 17:18:06 2012 Nobuyoshi Nakada + + * parse.y (f_arglist): should reset lexical states after empty + argument list with no parenthesis as well as parenthesized list, + so that reserved name method definition work. [ruby-dev:45626] + [Bug #6403] + Fri May 25 10:40:31 2012 Hiroshi Shirosaki * include/ruby/win32.h (FD_SET): change function to macro. -- cgit v1.2.3