From d202361d812e2d5ea036e7e88d32ef4d485b73f3 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 17 May 2016 17:10:01 +0000 Subject: * re.c (match_aref): remove useless condition and call rb_fix2int. rb_reg_nth_match handles negative index. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d4cc4e7ded..a172ed0761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 18 02:02:58 2016 NARUSE, Yui + + * re.c (match_aref): remove useless condition and call rb_fix2int. + rb_reg_nth_match handles negative index. + Wed May 18 01:57:43 2016 NARUSE, Yui * re.c (match_values_at): MatchData#values_at supports named captures -- cgit v1.2.3