Re: [pcre-dev] \K in lookahead assertion gives unpredictable result

2013-12-26 Thread ph10
On Tue, 24 Dec 2013, ND wrote: I know nothing about C debugging. I'm so sorry. My OS is Windows 7 64 bit. If you can't reproduce this bug on Linux OS, then may be anyone else who have Windows 7 be able to debug C programs on it... It is clear that pcretest has a bug here. It does not

Re: [pcre-dev] \K in lookahead assertion gives unpredictable result

2013-12-26 Thread Zoltán Herczeg
Hi, In Linux, it just prints the rest of the string, starting at the start position - I think this is probably accidental. When the length of the matched string is negative, it prints to the end of the string. Presumably in your case there isn't a trailing zero... I didn't know it is

Re: [pcre-dev] Atomic group optimizations issue

2013-12-26 Thread Zoltán Herczeg
Hi, Can you explain, why capturing atomic groups with capturing brackets inside can't produce tail recursion in cases when '(?:' can do this? because PCRE has to prepare for the worst case scenario. Your input string does not match to the capturing bracket, so the capturing bracket does not

[pcre-dev] [Bug 1278] pcre 8.31 fails to link with Sun Studio 12 on Solaris 10 Update 10

2013-12-26 Thread Dagobert Michelsen
--- You are receiving this mail because: --- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=1278 Dagobert Michelsen d...@opencsw.org changed: What|Removed |Added