From 7bfec8ed345e949ee056c15edc7b958a6a9aa9b8 Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 9 Sep 2007 16:23:27 +0000 Subject: * marshal.c (r_object0): struct allocation first to check if a class is a struct. compatibility check should come next. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eafbde83e..9c5f3fe10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 10 01:21:23 2007 Yukihiro Matsumoto + + * marshal.c (r_object0): struct allocation first to check if a + class is a struct. compatibility check should come next. + Mon Sep 10 01:05:25 2007 Yukihiro Matsumoto * range.c (range_step): fixed integer overflow. [ruby-dev:31763] -- cgit