diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-23 05:52:18 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-23 05:52:18 +0000 |
| commit | 9af62ce4889a4594f0c9f8dd81a976d84352f208 (patch) | |
| tree | e8b4c45bcdd3f028798f255a211d6a6d4ce952b4 /ChangeLog | |
| parent | 653b3fa14023d4a5f4a74c6a56ad77ef2f7e374d (diff) | |
* parse.y (stmt, arg, aref_args): should not make sole splat into
array, in aref_args other than aref with op_asgn.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Apr 23 14:52:14 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * parse.y (stmt, arg, aref_args): should not make sole splat into + array, in aref_args other than aref with op_asgn. + Fri Apr 23 14:14:38 2004 Tanaka Akira <akr@m17n.org> * lib/resolv.rb: don't use Regexp#source to embed regexps. |
