This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add _invlist_contains_cp
authorKarl Williamson <public@khwilliamson.com>
Mon, 23 Jul 2012 04:00:46 +0000 (22:00 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 25 Jul 2012 03:13:50 +0000 (21:13 -0600)
commit4fa0f9a5038a4631f76500c0f52628539e948575
tree370779a7ec15d41b603b3fdac702bbbe5bd3c1e6
parent3fdfee00f5725ab9aa90050f7da00296d201cbed
regcomp.c: Add _invlist_contains_cp

This simply searches an inversion list without going through a swash.
It will be used in a future commit.
embed.fnc
embed.h
proto.h
regcomp.c