From cf9d17a3d3cad278f4eeb7aeebc8faaa7c1b845a Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 1 Dec 2012 09:16:52 +0000 Subject: vm_method.c: make initialize methods private * id.c (Init_id), template/id.h.tmpl: add initialize_{copy,clone,dup} and respond_to_missing?. * vm_method.c (rb_method_entry_make): make above methods private. [Feature #6539] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e94f1143eb..b275ae201b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Dec 1 18:16:49 2012 Nobuyoshi Nakada + + * id.c (Init_id), template/id.h.tmpl: add initialize_{copy,clone,dup} + and respond_to_missing?. + + * vm_method.c (rb_method_entry_make): make above methods private. + [Feature #6539] + Sat Dec 1 16:40:22 2012 KOSAKI Motohiro * test/ruby/test_thread.rb: move ConditionVariable related test -- cgit v1.2.3