From ecf4c497daed750bc71f2990a94d20bbcefab97b Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 19 Dec 2007 14:43:37 +0000 Subject: * string.c (rb_str_rindex): comparison length should be based on bytes, not characters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de247ca11..961076209 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ Wed Dec 19 22:59:52 2007 Yukihiro Matsumoto * string.c (rb_str_chomp_bang): wrong adjust condition. + * string.c (rb_str_rindex): comparison length should be based on + bytes, not characters. + Wed Dec 19 21:42:18 2007 Nobuyoshi Nakada * re.c (rb_reg_regsub): should set checked encoding. -- cgit