From 5ef247aa60049300428310ff38af5d7a798df416 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 19 Jul 2013 10:16:31 +0000 Subject: * array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is no writing. * array.c (rb_ary_new_from_values): use ary_memcpy(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bdfd7c34c5..171a376427 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 19 19:15:30 2013 Koichi Sasada + + * array.c (rb_ary_resurrect): use RARRAY_RAWPTR() because there is no + writing. + + * array.c (rb_ary_new_from_values): use ary_memcpy(). + Fri Jul 19 19:07:31 2013 Koichi Sasada * array.c (ary_memcpy): add a function to copy VALUEs into ary -- cgit v1.2.3