From c03e34a1de0a73c56c7fd58b712c0506dc8dd916 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Oct 2004 14:37:42 +0000 Subject: * marshal.c (r_object0): check inheritance by the internal function. [ruby-dev:24515] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 247255860..db87e774a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 18 23:37:05 2004 Nobuyoshi Nakada + + * marshal.c (r_object0): check inheritance by the internal function. + [ruby-dev:24515] + Mon Oct 18 11:29:32 2004 Nobuyoshi Nakada * io.c (rb_io_flags_mode, rb_io_mode_flags): distinguish whether file -- cgit