From 18eff087dab3b67ca740d0c08705ada93e7edcb0 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 15 Jul 2009 12:01:14 +0000 Subject: merges r24103 from trunk into ruby_1_9_1. -- Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d84546363b..26e329129c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 14 17:29:20 2009 NARUSE, Yui + + * string.c (rb_str_index_m): return nil if pos is out of string. + [ruby-core:23660] + Tue Jul 14 01:06:31 2009 Yusuke Endoh * enumerator.c (yielder_yield_i): use rb_proc_new instead of -- cgit v1.2.3