diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-16 08:12:51 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-16 08:12:51 +0000 |
commit | 380ea10dfaf431ab14b92edb7154ccd4cacd159f (patch) | |
tree | 519a9ab4c1d1706ffc09d014bb457f5672e4e850 /ChangeLog | |
parent | 0a612b8807be8b03fe8e360148af98258b7d62c3 (diff) | |
download | ruby-380ea10dfaf431ab14b92edb7154ccd4cacd159f.tar.gz |
* parse.y (parser_yylex): should set command_start after block
starting "do"s and braces. [ruby-core:10916]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ Mon Apr 16 16:49:32 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/stringio/stringio.c (strio_seek): consistent behavior with IO#seek. patch by sheepman in [ruby-dev:30710]. +Mon Apr 16 16:34:08 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (parser_yylex): should set command_start after block + starting "do"s and braces. [ruby-core:10916] + Mon Apr 16 10:51:37 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * enum.c (enum_each_with_index): each_with_index to forward |