re_intuit_start(): add more debugging output
authorDavid Mitchell <davem@iabyn.com>
Wed, 8 Jan 2014 16:30:32 +0000 (16:30 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 7 Feb 2014 22:39:36 +0000 (22:39 +0000)
commit1dc475d0a8ef209537c2c65adad8d8dbde129b3a
tree9ef5645bafc8746ea2f5a551486d380c53df3151
parent274cd3128fde00ccd4e3559d72655d1677eaa5c2
re_intuit_start(): add more debugging output

Add some debugging output to some parts of the code without them, so it's
easier to follow progress through intuit(); also add an initial "we're in
intuit" message.

Make all the debugging output, apart from the initial and final intuit
messages, indented by 2 chars so that they are seen to be things happening
within intuit.

Dump the susbtrs data array.

Fix up a few of the existing outputs to be more informative.
ext/re/t/regop.t
regexec.c