From 69a08148deb8249933abf5408ef47924b799359a Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 2 May 2008 14:57:23 +0000 Subject: * variable.c (rb_define_hooked_variable): guard *var from GC to prevent collecting argf under RUBY_DEBUG=gc_stress. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c25f72594..a38f86ed3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 2 23:55:15 2008 Tanaka Akira + + * variable.c (rb_define_hooked_variable): guard *var from GC to + prevent collecting argf under RUBY_DEBUG=gc_stress. + Fri May 2 17:29:59 2008 Yukihiro Matsumoto * range.c (range_step): call to_int if step is not a numeric -- cgit