Branch: refs/heads/hv/gh18144
Home: https://github.com/Perl/perl5
Commit: 40e70a7f2f482de77db9ef38475f9425c6532a8c
https://github.com/Perl/perl5/commit/40e70a7f2f482de77db9ef38475f9425c6532a8c
Author: Hugo van der Sanden <[email protected]>
Date: 2020-09-17 (Thu, 17 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: 0ec1717fff192e277018a08dcc9bbe66f63f488d
https://github.com/Perl/perl5/commit/0ec1717fff192e277018a08dcc9bbe66f63f488d
Author: Hugo van der Sanden <[email protected]>
Date: 2020-09-17 (Thu, 17 Sep 2020)
Changed paths:
M embed.fnc
M embed.h
M ext/re/re.pm
M ext/re/re.xs
M ext/re/t/re_funcs.t
M perl.h
M pod/perlreapi.pod
M proto.h
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/e03b3cf6f769...0ec1717fff19