From d412c73825e07791f6f7878f8d9afa925d012f02 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 18 May 2016 04:56:02 +0000 Subject: * re.c (match_ary_subseq): get subseq of match array without creating temporary array. * re.c (match_ary_aref): get element(s) of match array without creating temporary array. * re.c (match_aref): Use match_ary_subseq with handling irregulars. * re.c (match_values_at): Use match_ary_aref. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5663cf3774..9ff19d227d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed May 18 13:11:44 2016 NARUSE, Yui + + * re.c (match_ary_subseq): get subseq of match array without creating + temporary array. + + * re.c (match_ary_aref): get element(s) of match array without creating + temporary array. + + * re.c (match_aref): Use match_ary_subseq with handling irregulars. + + * re.c (match_values_at): Use match_ary_aref. + Wed May 18 13:03:07 2016 Kazuki Yamaguchi * ext/openssl/ossl_x509cert.c (ossl_x509_verify): X509_verify() -- cgit v1.2.3