From b164e6adb40198566f9aeaa7a059468274c5074e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 Oct 2009 23:17:52 +0000 Subject: * gc.c (GET_STACK_BOUNDS): refactored common code. based on a patch from Suraj N. Kurapati in [ruby-core:26443]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b2a8eaa66..f55174a7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Nov 1 08:17:48 2009 Nobuyoshi Nakada + + * gc.c (GET_STACK_BOUNDS): refactored common code. based on a + patch from Suraj N. Kurapati in + [ruby-core:26443]. + Sat Oct 31 23:44:35 2009 Yukihiro Matsumoto * enum.c (enum_count): remove optimization using #size. -- cgit