Please update to the newest PCRE release (=8.10)

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
IceSoft
Addict
Addict
Posts: 1686
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Please update to the newest PCRE release (=8.10)

Post by IceSoft »

Check it by yourself: PB4.51 using the 7.9 (11-Apr.2009)
The newest PCRE version is: 8.10(25-Jun-2010)

Code: Select all

ImportC "" 
  pcre_version(void);
EndImport 

regex = CreateRegularExpression(#PB_Any, "") 
pcre_version = pcre_version(0) 
Debug PeekS(pcre_version) 

Changelog can be found and read here:
http://www.pcre.org/changelog.txt
Last edited by IceSoft on Tue Dec 07, 2010 8:44 am, edited 1 time in total.
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
IceSoft
Addict
Addict
Posts: 1686
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: Please update to the newest PCRE release (=8.02)

Post by IceSoft »

Please add the newest PCRE release 8.02 (2010-03-19) to the 4.50 too.
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Please update to the newest PCRE release (=8.02)

Post by Fred »

Please stop this kind of requests, it's very annoying. Thanks.
User avatar
IceSoft
Addict
Addict
Posts: 1686
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Re: Please update to the newest PCRE release (=8.02)

Post by IceSoft »

Fred wrote:Please stop this kind of requests, it's very annoying. Thanks.
I know you don't like this kind of information (but better somebody told it as you forgot it)

Check it by yourself: PB4.51 using the 7.9 (11-Apr.2009)
The newest PCRE version is: 8.10(25-Jun-2010)

Code: Select all

ImportC "" 
  pcre_version(void);
EndImport 

regex = CreateRegularExpression(#PB_Any, "") 
pcre_version = pcre_version(0) 
Debug PeekS(pcre_version) 

Changelog can be found and read here:
http://www.pcre.org/changelog.txt
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Locked