This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add ability to take union of a complement
authorKarl Williamson <public@khwilliamson.com>
Fri, 3 Feb 2012 18:40:34 +0000 (11:40 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Feb 2012 17:13:55 +0000 (10:13 -0700)
commit164173a25b2f985f00a4cb2ce75ac3918aef2e02
tree601cd7714c92cac49e1a92d2456d945b8f2b3abc
parent3f80b5713f755394d2d1a3bc3befb0dd82a19f64
regcomp.c: Add ability to take union of a complement

Previous commits have added the ability to the inversion list
intersection routine to take the complement of one of its inputs.
Likewise, for unions, this will be a frequent paradigm, and it is
cheaper to do the complement of an input in the routine than to
construct a new temporary that is the desired complement, and throw it
away.
embed.fnc
embed.h
proto.h
regcomp.c
regexp.h