From 8fbe6cbc4f798baf331830cb09f7dd412eb95558 Mon Sep 17 00:00:00 2001 From: nari Date: Thu, 4 Sep 2008 10:47:39 +0000 Subject: * gc.c (gc_profile_record_get): to static function. (gc_profile_result): ditto. (gc_profile_report): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd29299a4..70f44180f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 4 19:40:50 2008 Narihiro Nakamura + + * gc.c (gc_profile_record_get): to static function. + (gc_profile_result): ditto. + (gc_profile_report): ditto. + Thu Sep 4 19:20:24 2008 Tanaka Akira * include/ruby/io.h (rb_io_enc_t): rename flags to ecflags. -- cgit