From 9cc7e9d1e8cea421808340ac2ccbc0c484b527fc Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 May 2012 04:50:54 +0000 Subject: Revert r35616 "* ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627]" RB_GC_GUARD() is only for variables on the machine stack, because it forces a VALUE to be stored in a variable which should be referenced from the GC, but does not add any reference path to the variable. So it makes no sense for objects in heap. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a63743c834..3d76091029 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,10 +3,6 @@ Fri May 11 09:51:07 2012 Nobuyoshi Nakada * lib/test/unit.rb (Test::Unit::Runner#failed): no unnecessary newlines if no reports to be displayed. -Thu May 11 03:41:00 2012 Kenta Murata - - * ext/bigdecimal/bigdecimal.c: use RB_GC_GUARD. [ruby-dev:45627] - Thu May 10 10:55:35 2012 Nobuyoshi Nakada * test/minitest/test_minitest_mock.rb: Correct requiring path to -- cgit v1.2.3