summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-14 08:30:54 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-14 08:30:54 +0000
commitf083d90798e86d1026a20daa196c0428993529d5 (patch)
treefe8a957b8513962866aa7beefb4ffc5498a70a4a /ChangeLog
parent05cbca84fb81d290bc6b9a07f6cb5d2cb81111d5 (diff)
downloadruby-f083d90798e86d1026a20daa196c0428993529d5.tar.gz
ruby-f083d90798e86d1026a20daa196c0428993529d5.tar.xz
ruby-f083d90798e86d1026a20daa196c0428993529d5.zip
Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2f1ebf5e..750bd06c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jul 14 17:29:20 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * string.c (rb_str_index_m): return nil if pos is out of string.
+ [ruby-core:23660]
+
Tue Jul 14 16:13:04 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (rb_io_initialize): check if the descriptor can be accessed