summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-15 12:01:14 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-15 12:01:14 +0000
commit18eff087dab3b67ca740d0c08705ada93e7edcb0 (patch)
tree36b09802f056e454259b7ae03af719a676def910 /ChangeLog
parent0d8ac23d2a2b03932c5e222c5209d1e1eb9d1947 (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <naruse@ruby-lang.org>
+
+ * 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 <mame@tsg.ne.jp>
* enumerator.c (yielder_yield_i): use rb_proc_new instead of