summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-15 08:54:07 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-15 08:54:07 +0000
commit85b42fe17b67688143e26f72b47aad766744ac3a (patch)
tree9864b5902447cf8e99d62888663e8dc99347ef08 /NEWS
parent020fcc95fe948f65b03609d445a6cf1bc0c06dc5 (diff)
* ext/objspace/objspace.c: ObjectSpace.memsize_of(obj) returns
with sizeof(RVALUE). [Bug #8984] * gc.c (obj_memsize_of): ditto. * NEWS: add a NEWS entry. * test/objspace/test_objspace.rb: catch up this fix. * test/ruby/test_file_exhaustive.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 99ab00c076..86656c58ea 100644
--- a/NEWS
+++ b/NEWS
@@ -243,6 +243,10 @@ with all sufficient information, see the ChangeLog file.
* Logger
* Logger::Application is extracted to logger-application gem. It's unmaintain code.
+* ObjectSpace (after requiring "objspace")
+ * ObjectSpace.memsize_of(obj) returns a size includes sizeof(RVALUE).
+ [Bug #8984]
+
* Prime
* incompatible changes:
* Prime.prime? now returns false for negative numbers. This method