From e96f33b681e30cefc4936b9e6b89517bdced592f Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 3 Oct 2007 08:58:56 +0000 Subject: * benchmark/driver.rb: enable specify label to executable. (-e "ruby1::/path/to/ruby1; ruby2::/path/to/ruby2; ...") git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c21b130e2..f9fc77976 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 3 17:56:22 2007 Koichi Sasada + + * benchmark/driver.rb: enable specify label to executable. + (-e "ruby1::/path/to/ruby1; ruby2::/path/to/ruby2; ...") + Wed Oct 3 16:58:48 2007 Nobuyoshi Nakada * parse.y (parser_str_new, parser_yylex, rb_intern3): set code-range -- cgit