From 5b0899ffaeb43b74668ad786483d454708d31f3b Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 28 Oct 2008 14:18:10 +0000 Subject: * test/ruby/test_proc.rb: filled all patterns for testing vm_yield_setup_args. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9eefbec8a..19d9d6c5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 28 23:03:46 2008 Yuki Sonoda (Yugui) + + * test/ruby/test_proc.rb: filled all patterns for testing + vm_yield_setup_args. + Tue Oct 28 21:31:55 2008 Yusuke Endoh * parse.y (parser_yylex): check EOF explicitly. -- cgit