From 769793f7717d8ecbce4ebfaf024abc8c4337e0c2 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 2 Sep 2008 02:47:38 +0000 Subject: * marshal.c (struct load_arg): data is now st_table. * marshal.c (mark_load_arg): marks data and compat_tbl. * marshal.c (r_object0): no need to check if reentered. * marshal.c (marshal_load): make the wrapper with mark_load_arg. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2a8925e65..8fea8ab24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Sep 2 11:47:36 2008 Nobuyoshi Nakada + + * marshal.c (struct load_arg): data is now st_table. + + * marshal.c (mark_load_arg): marks data and compat_tbl. + + * marshal.c (r_object0): no need to check if reentered. + + * marshal.c (marshal_load): make the wrapper with mark_load_arg. + Tue Sep 2 10:49:18 2008 NAKAMURA Usaku * win32/win32.c (gettimeofday): easier calculation. use the definition -- cgit