From 89941dffb5366aa461f4de5b87d284dc716ea9b9 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 7 Feb 2008 07:33:50 +0000 Subject: * string.c (str_replace_shared): replaces string with sharing. * string.c (rb_str_new4, rb_str_associate, rb_str_associated): allows associated strings shared. * string.c (rb_str_dup, rb_str_substr, rb_str_replace): shares memory. [ruby-core:15400] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 582ee4c62f..480b809a35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Feb 7 16:33:48 2008 Nobuyoshi Nakada + + * string.c (str_replace_shared): replaces string with sharing. + + * string.c (rb_str_new4, rb_str_associate, rb_str_associated): allows + associated strings shared. + + * string.c (rb_str_dup, rb_str_substr, rb_str_replace): shares memory. + [ruby-core:15400] + Thu Feb 7 15:42:42 2008 Nobuyoshi Nakada * string.c (rb_str_end_with): compares with the suffix. -- cgit v1.2.3