From 734b61518b85ad3fb9d6ba9406249166ec2404c0 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 22 Jan 2011 23:17:21 +0000 Subject: * string.c (str_nth_len, str_utf8_nth): return the rest length together. * string.c (rb_str_substr): get rid of measure the length always to improve performance for huge string. [ruby-core:34648] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2d3d2ce640..abc4797242 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ Sun Jan 23 08:00:09 2011 Nobuyoshi Nakada * string.c (str_nth_len, str_utf8_nth): return the rest length together. * string.c (rb_str_substr): get rid of measure the length always - to improve performance for huge string. + to improve performance for huge string. [ruby-core:34648] Sun Jan 23 00:40:10 2011 KOSAKI Motohiro -- cgit v1.2.3