--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> --- In [email protected], "silvermoonwoman2001" <sherip99@> wrote:
> 
> > Works, but both today's and yesterday's versions fail some of the tests in 
> > regexplugintest. I think it is no longer processing valid exec options 
> > submitted with the handle form of pcreservices. One of the failed tests had 
> > hRE.pcreMatch(sSubject, "crlf") and the other had 
> > hRE.pcreMatch("abcde\x85", ?"bsr_unicode").
> 
> Ok, try regexPlugin090826.zip in 
> http://tech.groups.yahoo.com/group/power-pro/sfupld?path=/0_TEMP_/AlansPluginProvisional/
> 
> I did a ! instead of ~.  Brain draining.
> 
> Fixed date  
> 
> Version still 207, yeah?
> 
>  
> > Hope you are seeing recent messages, it looks like Gmane is not current.
> 
> Yeah, thanks, they seem to getting through.
>

All seems well -- thought I was running it continuously, but forgot to protect 
it prior to reinstalling PowerPro. Docs update is in progress (I was thinking 
version number would be 208). I also need to update the plugin test script.

PCRE 8.0 is currently in development. No test versions yet.

There will be a new exec option, PCRE_PARTIAL_HARD, and the old option 
PCRE_PARTIAL will now also be called PCRE_PARTIAL_SOFT.

#define PCRE_PARTIAL_SOFT       0x00008000
#define PCRE_PARTIAL            0x00008000  /* Backwards compatible synonym */
#define PCRE_PARTIAL_HARD       0x08000000

FWIW, there was another exec option previously implemented:
#define PCRE_NO_START_OPTIMIZE  0x04000000

The no-optimize one is intended for use only with callouts (to ensure usual 
optimizations don't cause a callout in a pattern to be skipped). Since the 
plugin disables callouts, that one is not an option we would use.

Regards,
Sheri

Reply via email to