From 092d0e8b44ab03604775423844494cad233db9e8 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Feb 2009 03:50:59 +0000 Subject: * string.c (rb_str_shared_replace): no need for str_make_independent. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22368 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 54122a8e8..dc562d26f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 17 12:50:57 2009 Nobuyoshi Nakada + + * string.c (rb_str_shared_replace): no need for + str_make_independent. + Tue Feb 17 05:41:08 2009 Koichi Sasada * compile.c: fix to add "ensure" codes across "while" clause -- cgit