From 0b826dda97acd2b542c28811266864abefa69fa1 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 10 Dec 2007 07:52:19 +0000 Subject: * string.c (rb_str_insert): should not add length in bytes to index in chars. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 031d4740e..a300c4ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 10 16:52:17 2007 Nobuyoshi Nakada + + * string.c (rb_str_insert): should not add length in bytes to index in + chars. + Mon Dec 10 14:33:50 2007 Yukihiro Matsumoto * eval.c (rb_f_public_send): rename invoke_method to public_send. -- cgit