From b2dc93eb0c8cf590a50dab3e6a2b451298c1c742 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 23 Aug 2003 04:05:42 +0000 Subject: * eval.c (rb_yield_splat): should check if "values" is array. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index afaea8d17..34045a928 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,8 @@ Sat Aug 23 02:32:33 2003 Yukihiro Matsumoto - * enum.c (each_with_index_i): typo. + * eval.c (rb_yield_splat): should check if "values" is array. - * eval.c (rb_yield_splat): should call svalue_to_avalue() before - calling rb_yield_0(). + * enum.c (each_with_index_i): typo. Fri Aug 22 17:07:05 2003 Yukihiro Matsumoto -- cgit