From 85b42fe17b67688143e26f72b47aad766744ac3a Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 15 Dec 2014 08:54:07 +0000 Subject: * 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 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3