summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-27 06:28:08 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-27 06:28:08 +0000
commit601d2ea243faa80b97fd8f9c0bf22e346eb9cf4d (patch)
treea842bc16170258d60591d8e34c8d011f11924ede /ChangeLog
parent835e3af4a3e09c5b0f50a9495e1c522eee9a6d84 (diff)
downloadruby-601d2ea243faa80b97fd8f9c0bf22e346eb9cf4d.tar.gz
ruby-601d2ea243faa80b97fd8f9c0bf22e346eb9cf4d.tar.xz
ruby-601d2ea243faa80b97fd8f9c0bf22e346eb9cf4d.zip
* gc.c (gc_count): add a GC.count method. This method returns
a GC invoking count. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a0b1a3ea..5fc6355b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 27 15:23:40 2008 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (gc_count): add a GC.count method. This method returns
+ a GC invoking count.
+
Sun Apr 27 12:20:33 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c