From 4de0a4104884653a8f02e2db4fe4adb348ae96b0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Oct 2007 04:44:15 +0000 Subject: * parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list. [ruby-core:12850] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e66bc1c7..4f8312e80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 23 13:44:14 2007 Nobuyoshi Nakada + + * parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list. + [ruby-core:12850] + Tue Oct 23 10:42:51 2007 Nobuyoshi Nakada * ruby.c (process_options): encoding set by command line option takes -- cgit