Re: [pcre-dev] JIT mark problem

Top Page
Delete this message
Author: Zoltán Herczeg
Date:  
To: Ralf Junker
CC: pcre-dev@exim.org
Subject: Re: [pcre-dev] JIT mark problem
Hi,

fixed in r958. I am really grateful that you continually test JIT, not just after releases. If you wish I can mention your name and your project on the JIT web site.

Regards,
Zoltan

Ralf Junker <ralfjunker@???> írta:
>The following pattern does not report the 'm' mark when run in JIT mode.>

The following output is from pcretest SVN 957:>
>

/(*NO_START_OPT)a(*:m)b/K>
a>
No match, mark = m>
>

/(*NO_START_OPT)a(*:m)b/KS++>
a>
No match (JIT)>
>

Ralf>
>

-- >
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev >