From 9af62ce4889a4594f0c9f8dd81a976d84352f208 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 23 Apr 2004 05:52:18 +0000 Subject: * 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 037d81a93..6a7f31ac7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 23 14:52:14 2004 Nobuyoshi Nakada + + * 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 * lib/resolv.rb: don't use Regexp#source to embed regexps. -- cgit