From 7e85d487fe237874477983447e1c590d4d9527aa Mon Sep 17 00:00:00 2001 From: normal Date: Tue, 29 Dec 2015 20:21:17 +0000 Subject: ChangeLog: add entry for r53376 Oops :x [ruby-core:72112] [Feature #11614] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c16c6ce1e..dcbfbf59c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +Wed Dec 30 05:19:24 2015 Eric Wong + + * class.c (struct clone_const_arg): adjust for id_table + (clone_const): ditto + (clone_const_i): ditto + (rb_mod_init_copy): ditto + (rb_singleton_class_clone_and_attach): ditto + (rb_include_class_new): ditto + (include_modules_at): ditto + * constant.h (rb_free_const_table): ditto + * gc.c (free_const_entry_i): ditto + (rb_free_const_table): ditto + (obj_memsize_of): ditto + (mark_const_entry_i): ditto + (mark_const_tbl): ditto + * internal.h (struct rb_classext_struct): ditto + * object.c (rb_mod_const_set): resolve class name on assignment + * variable.c (const_update): replace with const_tbl_update + (const_tbl_update): new function + (fc_i): adjust for id_table + (find_class_path): ditto + (autoload_const_set): st_update => const_tbl_update + (rb_const_remove): adjust for id_table + (sv_i): ditto + (rb_local_constants_i): ditto + (rb_local_constants): ditto + (rb_mod_const_at): ditto + (rb_mod_const_set): ditto + (rb_const_lookup): ditto + [ruby-core:72112] [Feature #11614] + Wed Dec 30 04:10:13 2015 CHIKANAGA Tomoyuki * thread_pthread.c (rb_thread_create_timer_thread): destroy attr even -- cgit v1.2.3