This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add invlist_invert_prop()
authorKarl Williamson <public@khwilliamson.com>
Wed, 28 Sep 2011 04:14:29 +0000 (22:14 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sat, 1 Oct 2011 15:30:40 +0000 (09:30 -0600)
commit89302fc2b7e207df41192d739797e3f18a46ba34
treeaacf72b62ef3166801b37a065ef2ae9a6e22b467
parent4364919aeabf66edaa6fb40631f8fed89f4bcfe2
regcomp.c: Add invlist_invert_prop()

This new function inverts a Unicode property.  A regular inversion
doesn't work because it operates on the whole of the code space, and
Unicode property inversions don't invert above-Unicode code points.

This does for inversion lists, what an earlier commit did for swashes.
This function is currently not called by anyone.
embed.fnc
embed.h
proto.h
regcomp.c