Taro Muraoka wrote:
> Name of regexp debug log files are very general.
>
> NFA Engine: list.log
> BT Engine: debug.log
>
> I change those as self describing, like this:
>
> NFA Engine: list.log -> nfa_regexp_debug.log
> BT Engine: debug.log -> bt_regexp_debug.log
>
> Please check atta
Name of regexp debug log files are very general.
NFA Engine: list.log
BT Engine: debug.log
I change those as self describing, like this:
NFA Engine: list.log -> nfa_regexp_debug.log
BT Engine: debug.log -> bt_regexp_debug.log
Please check attached patch.
I also added two flags to contr