From 87dc439d8b7653d62698f855d64dce90f115fa49 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Nov 2000 08:26:48 +0000 Subject: matz git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2e73e4e3..53c5355c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ Mon Nov 20 13:45:21 2000 Yukihiro Matsumoto + * gc.c (gc_sweep): defer finalization in GC during compilation or + interrupt prohibit section. + + * gc.c (gc_sweep): mark all nodes before sweeping if GC happened + during compilation. + * eval.c (rb_eval): should treat class variables specially in a method defined in the singleton class. -- cgit