From f6a5384c092a68f3a20ea0509b3efb647312cee0 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Oct 2002 04:43:28 +0000 Subject: * variable.c (rb_global_entry): not add global entry until initialized to avoid accessing it while GC. [ruby-dev:18514] * variable.c (rb_alias_variable): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c65687319..7c9a0fca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 16 13:36:29 2002 Nobuyoshi Nakada + + * variable.c (rb_global_entry): not add global entry until + initialized to avoid accessing it while GC. [ruby-dev:18514] + + * variable.c (rb_alias_variable): ditto. + Sat Oct 12 23:44:11 2002 Nobuyoshi Nakada * win32/win32.c (rb_w32_putc): wrong condition to fill or flush on -- cgit