From 94fa180c07049483a57f24dbe2b8dab27f8909df Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 25 Sep 2006 22:58:13 +0000 Subject: * array.c (rb_ary_shift): should not move memory region if array body is shared. a patch from Kent Sibilev . [ruby-core:08922] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd29cf1761..4e0f1663eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 26 07:55:16 2006 Yukihiro Matsumoto + + * array.c (rb_ary_shift): should not move memory region if array + body is shared. a patch from Kent Sibilev . + [ruby-core:08922] + Mon Sep 25 23:10:46 2006 Yukihiro Matsumoto * dir.c (rb_push_glob): need not to check by FilePathValue(). -- cgit v1.2.3