From bf52a3c0c4ce5044a31e62ab6f6366e5a76103a7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 21 Oct 2008 20:46:08 +0000 Subject: [PATCH] update ChangeLog for last check in. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5734a86dd4..feb44fcddd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 22 05:39:39 2008 Koichi Sasada + + * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY. + [ruby-core:19413] + + * bootstraptest/test_method.rb: add tests. + Wed Oct 22 00:29:13 2008 Masatoshi SEKI * test/rinda/test_rinda.c (test_core_03_notify): Fixed test failures