aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 05:45:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-05 05:45:40 +0000
commit80de7a2fe197408285c7a1a7ac5e466451a05b87 (patch)
tree553f999443bed1b327401db5520113b63993fd3f /ChangeLog
parent4be0eb95cf92f40d68918b8f7f50e7367bff4aec (diff)
downloadruby-80de7a2fe197408285c7a1a7ac5e466451a05b87.tar.gz
* string.c (rb_str_resize): copy at old length but not new length.
[ruby-core:14785] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14892 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 6867eab7ce..e8c99eea34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 5 14:45:38 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c (rb_str_resize): copy at old length but not new length.
+ [ruby-core:14785]
+
Sat Jan 5 13:04:24 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (proc_options): no need for intermediate object.