aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 14:43:37 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-19 14:43:37 +0000
commita329b7734874989596f506542f055ec19b5b47df (patch)
treee7b6a2f4c6b7ec22595b20db408efcc9ebe459cd /ChangeLog
parent3e212b0484bb1f7106b4466209a8f507e718a96b (diff)
downloadruby-a329b7734874989596f506542f055ec19b5b47df.tar.gz
* string.c (rb_str_rindex): comparison length should be based on
bytes, not characters. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de247ca11e..961076209f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@ Wed Dec 19 22:59:52 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* 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 <nobu@ruby-lang.org>
* re.c (rb_reg_regsub): should set checked encoding.