From b4a117f8d3be2aff93521c388587eff8c8601199 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 5 Mar 2013 01:40:52 +0000 Subject: objspace.c: newly added nodes * ext/objspace/objspace.c (count_nodes): count also newly added nodes, and fix key for unknown node. patch by tmm1 (Aman Gupta) in [ruby-core:53130] [Bug #8014] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d3cabd155..c4290f4481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 5 10:40:22 2013 Nobuyoshi Nakada + + * ext/objspace/objspace.c (count_nodes): count also newly added nodes, + and fix key for unknown node. patch by tmm1 (Aman Gupta) in + [ruby-core:53130] [Bug #8014] + Tue Mar 5 10:20:16 2013 Nobuyoshi Nakada * enumerator.c (enumerator_with_index_i): allow Bignum as offset, to -- cgit v1.2.3