summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-25 11:10:39 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-25 11:10:39 +0000
commitee1e8e1a9ba9e2232d6df7ae115b09d6dbd5ac0c (patch)
treecfbeae6ea50bf0bfe230884a003a3a8df2b0f405 /ChangeLog
parent520f1372e3052fc46968b3914c7a31680584327a (diff)
* gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19934 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 4230d95e8d..084a34f14c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Oct 25 20:05:22 2008 Narihiro Nakamura <authorNari@gmail.com>
+
+ * gc.c (gc_profile_result): bug fix. The millisecond is 1/1000.
+
Sat Oct 25 11:12:40 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* ruby.c (usage): updated the description of -E option.