From d547985d5b0e960af0299d9a5b12d4e008f90631 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Jan 2008 05:45:40 +0000 Subject: * string.c (rb_str_resize): copy at old length but not new length. [ruby-core:14785] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6867eab7c..e8c99eea3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jan 5 14:45:38 2008 Nobuyoshi Nakada + + * 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 * ruby.c (proc_options): no need for intermediate object. -- cgit