This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add invlist_lowest() and use it
authorKarl Williamson <khw@cpan.org>
Sun, 31 Mar 2019 20:00:25 +0000 (14:00 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 20 Nov 2019 22:26:02 +0000 (15:26 -0700)
commit332f44b7fda4d21503e806a594af30ad4109c290
tree425c73aead677d78d71be8012e1466f21677f5de
parent34924db0919c191e271602c82cb2de7784fc63a4
regcomp.c: Add invlist_lowest() and use it

This makes it less complicated to find the lowest code point in an
inversion list.  This makes the place where it's used clearer as to what
is going on.  And it may eventually be used in more than one place.
embed.fnc
embed.h
proto.h
regcomp.c