From 9e36a8421df139cb264a4f621180122879398c9d Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 May 2016 03:10:12 +0000 Subject: re.c: fix match? * re.c (rb_reg_match_m_p): fix match against empty string. rb_str_offset returns the end when the position exceeds the length. fix the range parameter of onig_search. [ruby-core:75604] [Bug #12394] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index feda75078d..f70d2191db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu May 19 12:10:10 2016 Nobuyoshi Nakada + + * re.c (rb_reg_match_m_p): fix match against empty string. + rb_str_offset returns the end when the position exceeds the + length. fix the range parameter of onig_search. + [ruby-core:75604] [Bug #12394] + Thu May 19 11:37:36 2016 Nobuyoshi Nakada * re.c (rb_reg_match_m_p): should return false if no match, as the -- cgit v1.2.3