Re: [pcre-dev] Is pcre_fullinfo thread-safe?

2013-01-21 Thread Zoltán Herczeg
Hi Giuseppe, I am interested in Philip's opinion, but in general I think PCRE should always be fully thread safe. Regards, Zoltan Giuseppe D'Angelo dange...@gmail.com írta: I know it is already :-) By looking at its source code, it just extracts information from the compiled pattern and the

Re: [pcre-dev] Is pcre_fullinfo thread-safe?

2013-01-21 Thread ph10
On Mon, 21 Jan 2013, Zoltán Herczeg wrote: I am interested in Philip's opinion, but in general I think PCRE should always be fully thread safe. I believe that PCRE is indeed fully thread safe. The ChangeLog says: Version 0.94 18-Sep-97 --

[pcre-dev] Is pcre_fullinfo thread-safe?

2013-01-20 Thread Giuseppe D'Angelo
I know it is already :-) By looking at its source code, it just extracts information from the compiled pattern and the extra data. However, the man page simply talks about matching from multiple threads and makes no mention of the other, ancillary PCRE functions. Can one always assume they're