move RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN
authorYves Orton <yves.orton@booking.com>
Thu, 30 Jan 2014 06:02:44 +0000 (14:02 +0800)
committerYves Orton <yves.orton@booking.com>
Thu, 30 Jan 2014 17:45:34 +0000 (01:45 +0800)
commite3e400ec345b9fd8b4129bb36c3d0b73c95cadcd
treebe82a1eac4b7b69c34290313737514197b275b72
parente80e3195a56ee8ba20dc0e0f5d5381af5ec5ac33
move RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN

Includes some improvements to how we dump regexps so that when a regexp
is for the standard perl engine we also show the intflags for the engine
dump.c
ext/Devel-Peek/t/Peek.t
regcomp.c
regcomp.h
regexp.h