From 4719fbaac4df2400094a0f08103c4e87564e0340 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 30 Dec 2002 07:55:17 +0000 Subject: * string.c (rb_str_substr): should share the shared string if present, instead of the original string. (ruby-bugs:PR#528) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49c8c6ec6..30a3092a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 30 16:44:14 2002 Nobuyoshi Nakada + + * string.c (rb_str_substr): should share the shared string if + present, instead of the original string. (ruby-bugs:PR#528) + Mon Dec 30 05:10:00 2002 Nobuyoshi Nakada * ext/socket/socket.c (tcp_svr_init): local host to -- cgit