aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 21:26:13 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 21:26:13 +0000
commit55ae2402f40c428307a1ac1e8a9f2800a4a2f1bf (patch)
treef422fe1b8f38a2a5335675828e0f235ce045b3ec /ChangeLog
parent65ad154e2ab959c7b57e566866500b874e6d253a (diff)
downloadruby-55ae2402f40c428307a1ac1e8a9f2800a4a2f1bf.tar.gz
* tool/rdocbench.rb: add summary.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41457 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 23c1b711b4..e5dc432fc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 20 06:25:39 2013 Koichi Sasada <ko1@atdot.net>
+
+ * tool/rdocbench.rb: add summary.
+
Thu Jun 20 06:18:01 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.