diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-20 08:26:48 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-11-20 08:26:48 +0000 |
| commit | 87dc439d8b7653d62698f855d64dce90f115fa49 (patch) | |
| tree | 856d5e112a7c288750c841468d7b11413c4e6b2d /ChangeLog | |
| parent | 676e14b8437e49f54de307d55261474812ce4174 (diff) | |
| download | ruby-87dc439d8b7653d62698f855d64dce90f115fa49.tar.gz ruby-87dc439d8b7653d62698f855d64dce90f115fa49.tar.xz ruby-87dc439d8b7653d62698f855d64dce90f115fa49.zip | |
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ Mon Nov 20 13:45:21 2000 Yukihiro Matsumoto <matz@ruby-lang.org> + * 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. |
