From 4bfe66d15493d79ba51bf73bb134eeb245f4dcb9 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 8 Sep 2007 16:19:13 +0000 Subject: * marshal.c (r_object0): don't call user-defined initialize for T_STRUCT objects. * include/ruby/intern.h (rb_struct_initialize): declared. * struct.c (rb_struct_initialize): export. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4627b4ef6..bb78fa70f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Sep 9 01:17:05 2007 Tanaka Akira + + * marshal.c (r_object0): don't call user-defined initialize for + T_STRUCT objects. + + * include/ruby/intern.h (rb_struct_initialize): declared. + + * struct.c (rb_struct_initialize): export. + Sat Sep 8 23:55:56 2007 Tanaka Akira * eval_method.ci (rb_get_alloc_func): new function to get allocation -- cgit