summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-30 07:55:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-30 07:55:17 +0000
commit4719fbaac4df2400094a0f08103c4e87564e0340 (patch)
treefe1f4d62aa3fa8934bc496c9edffffacbb2ce89c /ChangeLog
parentb822f176a8cf97e5f4d84572c70a870f62a5a594 (diff)
downloadruby-4719fbaac4df2400094a0f08103c4e87564e0340.tar.gz
ruby-4719fbaac4df2400094a0f08103c4e87564e0340.tar.xz
ruby-4719fbaac4df2400094a0f08103c4e87564e0340.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <nobu.nokada@softhome.net>
+
+ * 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 <nobu.nokada@softhome.net>
* ext/socket/socket.c (tcp_svr_init): local host to