summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-27 06:46:31 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-27 06:46:31 +0000
commitf08a9a82cba50113d23884c67178d72c84966c4e (patch)
tree8db2b577f86f2c6957029bf1802aa341452f1a50 /ChangeLog
parent405c0fd2af1b89fcae062e27b5f4dfa528e6a991 (diff)
downloadruby-f08a9a82cba50113d23884c67178d72c84966c4e.tar.gz
ruby-f08a9a82cba50113d23884c67178d72c84966c4e.tar.xz
ruby-f08a9a82cba50113d23884c67178d72c84966c4e.zip
* benchmark/driver.rb: added.
* common.mk: fix to use above driver. * benchmark/prepare_so_count_words.rb: added. * benchmark/bm_so_count_words.rb: fix benchmark process. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d029dd86..509251f69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Thu Sep 27 15:44:51 2007 Koichi Sasada <ko1@atdot.net>
+
+ * benchmark/driver.rb: added.
+
+ * common.mk: fix to use above driver.
+
+ * benchmark/prepare_so_count_words.rb: added.
+
+ * benchmark/bm_so_count_words.rb: fix benchmark process.
+
Thu Sep 27 15:42:34 2007 Koichi Sasada <ko1@atdot.net>
* ext/fiber/fiber.c: modify prototype declaration.