From a30fe360801875148fc68a338583eacbe54737ab Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Apr 2009 22:09:30 +0000 Subject: * array.c (rb_ary_push): bypass rb_ary_store(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc046a99b..2ea185738 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 21 07:07:45 2009 Yukihiro Matsumoto + + * array.c (rb_ary_push): bypass rb_ary_store(). + Tue Apr 21 01:25:16 2009 Yukihiro Matsumoto * bignum.c (bigsub_int): subtraction without making internal -- cgit