summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 23:15:56 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 23:15:56 +0000
commitfcd5d8fd332b30800c85008100446961473f97d6 (patch)
treef62d3b68e2aaf5babdf3d0e5d3943d90354937c0 /ChangeLog
parente98b7c6c52302cab9f2522298a6588f9c8b1aa9d (diff)
* tool/gcbench.rb: Summary in one line.
* common.mk: separete gcbench-hash to gcbench-hash1 and gcbench-hash2. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd6b7e0c1b..a7127611af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun 20 08:09:29 2013 Koichi Sasada <ko1@atdot.net>
+
+ * tool/gcbench.rb: Summary in one line.
+
+ * common.mk: separete gcbench-hash to gcbench-hash1 and gcbench-hash2.
+
Thu Jun 20 08:07:23 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (BIGSIZE): New macro.