aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-15 04:42:23 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-15 04:42:23 +0000
commit1448b0abf5247a4e4eec07a65aafa13d347a016a (patch)
tree6bdfa2cec334de5e538b0a9741e976388e2f043b /ChangeLog
parent82eef27f46a56f033c61e2724ababb0a7997b465 (diff)
downloadruby-1448b0abf5247a4e4eec07a65aafa13d347a016a.tar.gz
* ext/objspace/objspace.c (reachable_object_from_root_i):
reachable objects should not include categories and category_objects because it is noisy information. In fact, objects created after calling ObjectSpace.reachable_objects_from_root should not be included as a returning hash objects. Currently, mswin64 platform has a problem because of this behaviour. Should we trace new objects? git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c37db365ad..3d46abd1cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Sun Dec 15 13:38:29 2013 Koichi Sasada <ko1@atdot.net>
+
+ * ext/objspace/objspace.c (reachable_object_from_root_i):
+ reachable objects should not include categories and
+ category_objects because it is noisy information.
+
+ In fact, objects created after calling
+ ObjectSpace.reachable_objects_from_root should not be included
+ as a returning hash objects. Currently, mswin64 platform has a
+ problem because of this behaviour. Should we trace new objects?
+
Sun Dec 15 07:09:28 2013 Eric Hodel <drbrain@segment7.net>
* lib/rdoc: Update to RDoc master 263a9e5. This improves the