99264dfc23Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
Philip.Hazel
2016-10-02 16:01:01 +0000
dda1e79060Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when PCRE2_UCP was not set.
Philip.Hazel
2016-08-03 17:22:59 +0000
69c9d81e43Update pcre2test with the /utf8_input option, for generating wide characters in non-UTF 16-bit and 32-bit modes.
Philip.Hazel
2016-08-03 09:01:02 +0000
f16f5395cdAdd MSVC snprintf fix to pcre2posix.c, which no longer includes pcre2_internal.h.
Philip.Hazel
2016-06-26 16:21:23 +0000
d6bec3e2a5Update patch for MSVC static compilation (see Bugzilla #1681).
Philip.Hazel
2016-06-24 09:07:15 +0000
b7850e4fcaUpgrade RunTest to try test 2 with a large stack if it fails with a smaller one when running the interpreter.
Philip.Hazel
2016-06-22 19:23:33 +0000
5f5e7f6fb2Fix two compiler warnings from clang when only one code unit width is supported.
Philip.Hazel
2016-06-22 10:41:05 +0000
149456dce0Support \C in lookbehinds and DFA matching in UTF-32 mode.
Philip.Hazel
2016-06-20 18:14:51 +0000
b002f44061Fix bad interaction between -o and -M in pcre2grep.
Philip.Hazel
2016-06-17 17:37:26 +0000
4f238daf41Exclude __INTEL_COMPILER in the test for __GNUC__.
Philip.Hazel
2016-06-17 11:45:16 +0000
0a29ecbe02Return an error code when pcre2_get_error_message() does not recognize an error code, and add a pcre2test facility for testing this.
Philip.Hazel
2016-06-17 11:30:27 +0000
16acce6555Fix possible negative index possibility in pcre2test.
Philip.Hazel
2016-06-14 16:14:52 +0000
4db9b51ce0Fix comment describing returns from find_fixedlength().
Philip.Hazel
2016-06-14 15:12:07 +0000
42f9a5e9e7Fix typo that gave compiler error when JIT not supported.
Philip.Hazel
2016-06-14 09:19:24 +0000
d243224a60Implement PCRE2_NO_JIT, update HTML docs as well.
Philip.Hazel
2016-06-05 16:05:34 +0000
afa3c56afdFix typo in pcre2grep documentation.
Philip.Hazel
2016-06-05 16:04:38 +0000
784b3d2409Update valgrind parameters in RunGrepTest and arrange for the suppressions file to be used when JIT is supported.
Philip.Hazel
2016-05-31 11:36:10 +0000
047695ac7cMake pcre2grep use JIT (it was omitted by mistake).
Philip.Hazel
2016-05-31 11:06:53 +0000
de605ef9a0Fix typo in test program.
Philip.Hazel
2016-05-25 08:42:31 +0000
c014958f16Add a bit more sanity checking to pcre2_serialize_decode(), and document.
Philip.Hazel
2016-05-24 16:37:13 +0000
18018db697Minor refactor to avoid "left shift of negative number" warning.
Philip.Hazel
2016-05-21 13:41:24 +0000
0cfea16397Define snprintf as _snprintf for older MSVC compilers.
Philip.Hazel
2016-02-29 18:31:30 +0000
0440a8e72aAvoid "const-correct" warning from MSVC.
Philip.Hazel
2016-02-29 17:43:01 +0000
9d52a9d973JIT compiler update.
Zoltán Herczeg
2016-02-29 09:09:40 +0000
5b543bf660Fix typo in pcre2_study().
Philip.Hazel
2016-02-28 14:56:50 +0000
21ca32717fFurther small fix to regerror() overflow handling, to ensure identical output whether or not there is a zero at the end of the buffer.
Philip.Hazel
2016-02-28 13:33:55 +0000
371bf87af6Fix pcre2test bug when snprintf() in regerror() does not insert a binary zero.
Philip.Hazel
2016-02-27 12:49:00 +0000