From 3b32735546e989557a8992063f9f1bbdcd999beb Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 30 Jun 2011 08:37:06 +0000 Subject: * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects): Fix rdoc. * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects): Change key type if the klass of a object is zero (internal object). Read rdoc for details. * internal.h: export rb_objspace_data_type_name(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93d56cc3e1..1e0d3071f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Jun 30 17:33:25 2011 Koichi Sasada + + * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects): + Fix rdoc. + + * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects): + Change key type if the klass of a object is zero (internal object). + Read rdoc for details. + + * internal.h: export rb_objspace_data_type_name(). + Thu Jun 30 17:25:08 2011 Koichi Sasada * thread_pthread.c (ping_signal_thread_list, thread_timer): -- cgit v1.2.3