[pcre-dev] 8.31-RC2 is available for testing

2012-06-20 Thread Philip Hazel
A few bugs were found in the 8.31-RC1 test distribution, so we we have decided to put out -RC2 for more testing before the real release. It is available here: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Testing/pcre-8.31-RC2.tar.gz

[pcre-dev] JIT doesn't build under WinCE

2012-06-20 Thread Giuseppe D'Angelo
Hello, when targeting Windows CE, the current ARMv5 JIT does not build due to line 1803 in sljitNativeARM_v5.c: #error Software divmod functions are needed The whole block (present also in other files): #if defined(__GNUC__) extern unsigned int __aeabi_uidivmod(unsigned numerator,

Re: [pcre-dev] JIT doesn't build under WinCE

2012-06-20 Thread Zoltán Herczeg
Hi, wow, WinCE is still alive? Anyway, according to this doc these functions should be available everywhere, but it was never tested, thus the ifdefs: http://infocenter.arm.com/help/topic/com.arm.doc.ihi0043c/IHI0043C_rtabi.pdf They can be removed if other platforms like them. Regards,