summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-14 07:18:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-14 07:18:23 +0000
commit34530b1ad317cb522233c72cb4dc0895a0f9cf6f (patch)
treeff1c65d496f3e1620d3743b7e70e40f545fe8197 /ChangeLog
parentd5e687b724f067fbd83652ed8f6aa037395861c0 (diff)
* bootstraptest/runner.rb: add a stress test (-s).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d2e344bb0..5bb792f031 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 14 16:17:30 2007 Koichi Sasada <ko1@atdot.net>
+
+ * bootstraptest/runner.rb: add a stress test (-s).
+
Fri Sep 14 16:14:28 2007 Koichi Sasada <ko1@atdot.net>
* vm.h, eval_intern.h: move some macros to eval_intern.h.