diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-23 04:05:42 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-08-23 04:05:42 +0000 |
| commit | b2dc93eb0c8cf590a50dab3e6a2b451298c1c742 (patch) | |
| tree | e44b364903181a7f769eb1def459e817a82be00b /ChangeLog | |
| parent | d811db2bb6c78a8c7443a7274ab8f58eaafd7d45 (diff) | |
| download | ruby-b2dc93eb0c8cf590a50dab3e6a2b451298c1c742.tar.gz ruby-b2dc93eb0c8cf590a50dab3e6a2b451298c1c742.tar.xz ruby-b2dc93eb0c8cf590a50dab3e6a2b451298c1c742.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ Sat Aug 23 02:32:33 2003 Yukihiro Matsumoto <matz@ruby-lang.org> - * 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 <matz@ruby-lang.org> |
