ruby-cvs:20765
From: nobu ruby-lang.org
Date: Thu, 27 Sep 2007 04:40:50 +0900 (JST)
Subject: [ruby-cvs:20765] Ruby:r13528 (trunk): * gc.c (rb_mark_set): new function to mark keys.
nobu 2007-09-27 04:40:49 +0900 (Thu, 27 Sep 2007)
New Revision: 13528
Modified files:
trunk/ChangeLog
trunk/gc.c
trunk/include/ruby/intern.h
trunk/marshal.c
Log:
* gc.c (rb_mark_set): new function to mark keys.
* marshal.c (struct dump_arg, struct load_arg): added wrappers to mark
data and compat_tbl entries. [ruby-dev:31870]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13528&r2=13527
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/gc.c?r1=13528&r2=13527
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/marshal.c?r1=13528&r2=13527
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/intern.h?r1=13528&r2=13527