This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
3c92e13
f358228
)
Merge branch 'fixup after regcomp sizing pass removal' into blead
author
Karl Williamson
<khw@cpan.org>
Fri, 16 Nov 2018 17:48:51 +0000
(10:48 -0700)
committer
Karl Williamson
<khw@cpan.org>
Fri, 16 Nov 2018 17:48:51 +0000
(10:48 -0700)
Having a sizing pass for compiling regular expression patterns forced
various other design decisions that are now no longer necessary, since
the sizing pass has been eliminated.
This series of commits removes a bunch of them, simplifying the code
Trivial merge