From 56132b13465c2c766fc15b8c04a7fb116315cd45 Mon Sep 17 00:00:00 2001 From: shirosaki Date: Sun, 25 Nov 2012 13:39:26 +0000 Subject: array.c: refactoring of rb_ary_delete_same() * array.c (ary_resize_smaller): new function to resize array. * array.c (rb_ary_delete): refactoring to extract a function. * array.c (rb_ary_delete_same): refactoring. It renames function, reduces duplicated code and removes unused code. * gc.c (wmap_final_func): follow the above change. * internal.h (rb_ary_delete_same): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41eea65b96..0da7674685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sun Nov 25 22:34:00 2012 Hiroshi Shirosaki + + * array.c (ary_resize_smaller): new function to resize array. + + * array.c (rb_ary_delete): refactoring to extract a function. + + * array.c (rb_ary_delete_same): refactoring. + It renames function, reduces duplicated code and removes unused + code. + + * gc.c (wmap_final_func): follow the above change. + + * internal.h (rb_ary_delete_same): ditto. + Sun Nov 25 22:27:33 2012 Benoit Daloze * array.c: fixes for the updated documentation in r35858: -- cgit v1.2.3