From 95c04673589b3ceb9565d605bacf38320cb688aa Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 9 Mar 2008 18:51:46 +0000 Subject: * string.c (rb_str_index): if t == s + pos, the character beginning from s + pos is valid. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 78edad21e..4c3e8f07b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 10 02:08:21 2008 NARUSE, Yui + + * string.c (rb_str_index): if t == s + pos, the character beginning + from s + pos is valid. + Sun Mar 9 13:51:21 2008 Eric Hodel * lib/rdoc/generator.rb: Restore missing line to #params. Patch by -- cgit