From 9ada9fef51ae46f8eb82ee302a206380727b06eb Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 06:52:59 +0000 Subject: * bootstraptest/runner.rb: set default directory to '/tmp/bootstraptest.tmpwd' and add --dir option. fix to output driver and target information. * common.mk: fix to run btest on BASERUBY and add OPTS to pass option ("make btest OPTS=..."). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68b786081..4f49d0356 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Jun 24 15:33:47 2007 Koichi Sasada + + * bootstraptest/runner.rb: set default directory to + '/tmp/bootstraptest.tmpwd' and add --dir option. + fix to output driver and target information. + + * common.mk: fix to run btest on BASERUBY and + add OPTS to pass option ("make btest OPTS=..."). + Sun Jun 24 03:05:00 2007 Tanaka Akira * enum.c (enum_minmax): fix SEGV by [].minmax. -- cgit