From 818bbd4f3e8c9139fe1c6b162bc448ecd163c832 Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 11 Nov 2008 11:01:57 +0000 Subject: merges r20164 from trunk into ruby_1_9_1. * struct.c (rb_struct_initialize_m): avoid unnecessary array allocation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c11ec8a7..eb5a78b77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Nov 9 13:04:52 2008 Yukihiro Matsumoto + + * struct.c (rb_struct_initialize_m): avoid unnecessary array + allocation. + Sun Nov 9 04:10:19 2008 Nobuyoshi Nakada * vm_dump.c (control_frame_dump): suppresses finished method name. -- cgit