From 1b94281531cb13396ece95b3d17ef409b5fa167b Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 6 Sep 2008 18:39:36 +0000 Subject: * parse.y (f_block_optarg): allow default for block parameters as long as the value is primary. a patch from Eric Mahurin in [ruby-core:16880]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d44e49e29..116d5f002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Sep 7 03:37:05 2008 Yukihiro Matsumoto + + * parse.y (f_block_optarg): allow default for block parameters as + long as the value is primary. a patch from Eric Mahurin + in [ruby-core:16880]. + Sun Sep 7 01:07:10 2008 Yukihiro Matsumoto * parse.y (yylex): "1.upto 2 {|i| p i }" should be syntax error. -- cgit