aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 07:50:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 07:50:50 +0000
commit76c2550b5b39f96875205b4dc7fe226c0905c3d4 (patch)
tree40230b127cc5a097b5f9a62be55d79342b845da8 /ChangeLog
parent80de7a2fe197408285c7a1a7ac5e466451a05b87 (diff)
downloadruby-76c2550b5b39f96875205b4dc7fe226c0905c3d4.tar.gz
* string.c (rb_str_resize): copy if old data is not empty
[ruby-core:14785] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e8c99eea34..93118875cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-Sat Jan 5 14:45:38 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Jan 5 16:50:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * string.c (rb_str_resize): copy at old length but not new length.
+ * string.c (rb_str_resize): copy if old data is not empty
[ruby-core:14785]
Sat Jan 5 13:04:24 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>