From 9cac1a4cdabaa554547a3148128e4aef0971652b Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 28 Aug 2007 06:45:32 +0000 Subject: * string.c (rb_str_subseq): retrieve substring based on byte offset. * string.c (rb_str_rindex_m): was confusing character offset and byte offset. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d9a02c5b7..c04c3783e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Aug 28 15:42:09 2007 Yukihiro Matsumoto + + * string.c (rb_str_subseq): retrieve substring based on byte offset. + + * string.c (rb_str_rindex_m): was confusing character offset and + byte offset. + Tue Aug 28 14:23:31 2007 Nobuyoshi Nakada * string.c (rb_str_splice_0): should check to modify. [ruby-dev:31665] -- cgit