This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add RX_UTF8(), which is effectively SvUTF8() but for regexps.
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 13:54:38 +0000 (13:54 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 13:54:38 +0000 (13:54 +0000)
commitefd26800e76b6f876fd6abe3a3f7e3e4128150a9
tree3cee09b657aa4fbb21fef6d06429fb5c40ada62c
parent5a51db0500cb91f11a554807ca60350bc43f0e5b
Add RX_UTF8(), which is effectively SvUTF8() but for regexps.
Remove RXp_PRECOMP() and RXp_WRAPPED().
Change the parameter of S_debug_start_match() from regexp to REGEXP.
Change its callers [the only part wrong for 5.10.x]

p4raw-id: //depot/perl@32840
embed.fnc
proto.h
regcomp.c
regexec.c
regexp.h