From b253f3561794b8bbcedeeee3eec37565172e2cc4 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 29 Aug 2008 09:22:17 +0000 Subject: * string.c (rb_str_index_m): only regexp uses byte offset. * string.c (rb_str_rindex_m): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9134621c7..ca67590b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 29 18:20:56 2008 NARUSE, Yui + + * string.c (rb_str_index_m): only regexp uses byte offset. + + * string.c (rb_str_rindex_m): ditto. + Fri Aug 29 16:48:34 2008 Koichi Sasada * vm_insnhelper.c (vm_call_method): copy arguments to allocated -- cgit