aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-12 07:02:04 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-12 07:02:04 +0000
commitfccc094568069e040e08ab6c8a87dbbb7712eb31 (patch)
tree13b39834397ada2199e7b0c1832f53b7e8ea35e2 /ChangeLog
parent71553b91f64288e5e9996a143685bf4697819d84 (diff)
downloadruby-fccc094568069e040e08ab6c8a87dbbb7712eb31.tar.gz
* gc.c (gc_profile_result): use sprintf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18520 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 b9f784d8fe..2c44dae598 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 12 15:52:45 2008 Narihiro Nakamura <authorNari@gmail.com>
+
+ * gc.c (gc_profile_result): use sprintf.
+
Tue Aug 12 15:37:40 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (rb_str_intern): should check symbol table overflow.