Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 7c253f2eee31db28d59ccba6bd86685e66a7684d
https://github.com/Perl/perl5/commit/7c253f2eee31db28d59ccba6bd86685e66a7684d
Author: Hugo van der Sanden <[email protected]>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M ext/re/re.pm
Log Message:
-----------
reorder re.pm docs
regmust() is about internals, it should go at the end; move docs for
functions interrogating match results above it.
Commit: 49781baac3fb3f1eca1aa8106db6f118f745b5da
https://github.com/Perl/perl5/commit/49781baac3fb3f1eca1aa8106db6f118f745b5da
Author: Hugo van der Sanden <[email protected]>
Date: 2020-09-25 (Fri, 25 Sep 2020)
Changed paths:
M ext/re/re.pm
M ext/re/re.xs
M ext/re/t/re_funcs.t
M perl.h
M pod/perlreapi.pod
Log Message:
-----------
Add re::optimization()
Given a compiled regexp object, this returns a hashref of the optimization
information discovered for it.
Compare: https://github.com/Perl/perl5/compare/98d7b5aeaad3...49781baac3fb