summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged release 10.22.pcre2-10.22ph102016-07-290-0/+0
* Final file tidies for 10.22.ph102016-07-2910-45/+56
* Tidy code to get rid of compiler warnings.ph102016-07-273-3/+5
* Update comments and correct name of memmove substitute function.ph102016-07-271-31/+32
* Minor JIT compiler update.zherczeg2016-07-173-13/+4
* Fix unaligned accesses on x86. Patch by Marc Mutz.zherczeg2016-07-155-37/+71
* Fix new tests when newline is not LF.ph102016-07-062-4/+4
* Ignore "allcaptures" after DFA matching.ph102016-07-065-8/+33
* Detect overflow in pcre2test pattern and subject repetition counts.ph102016-07-064-3/+43
* Fix typo again - hopefully correctly this time.ph102016-07-031-8/+8
* Fix typos and add clarification to documentation.ph102016-07-021-15/+18
* Fix incorrect SONAME for pcre2posix wrapper library.ph102016-07-021-1/+1
* Additional test for recent JIT bugfix.ph102016-07-022-0/+18
* Fix register overwite in JIT when SSE2 acceleration is enabled.zherczeg2016-07-013-2/+5
* Documentation detrail and make HTML for 10.22-RC1.ph102016-06-2933-221/+258
* File tidies for 10.22-RC1ph102016-06-294-8/+30
* Correct valgrind settings for JIT regression testing; more minor selector ph102016-06-291-5/+5
* Add missing #ifdef SUPPORT_UNICODE to avoid "unused variable" warning.ph102016-06-281-0/+2
* Add MSVC snprintf fix to pcre2posix.c, which no longer includes ph102016-06-262-1/+11
* Update patch for MSVC static compilation (see Bugzilla #1681).ph102016-06-242-6/+13
* Upgrade RunTest to try test 2 with a large stack if it fails with a smaller one ph102016-06-222-9/+33
* Fix two compiler warnings from clang when only one code unit width is ph102016-06-222-4/+9
* Support \C in lookbehinds and DFA matching in UTF-32 mode.ph102016-06-209-27/+52
* Documentation clarification.ph102016-06-191-6/+11
* Fix bad interaction between -o and -M in pcre2grep.ph102016-06-175-23/+91
* Exclude __INTEL_COMPILER in the test for __GNUC__.ph102016-06-172-1/+5
* Return an error code when pcre2_get_error_message() does not recognize an error ph102016-06-1713-443/+691
* Fix possible negative index possibility in pcre2test.ph102016-06-142-1/+7
* Fix comment describing returns from find_fixedlength().ph102016-06-142-4/+7
* Fix typo that gave compiler error when JIT not supported.ph102016-06-142-1/+3
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-0518-747/+880
* Fix typo in pcre2grep documentation.ph102016-06-053-30/+132
* Update valgrind parameters in RunGrepTest and arrange for the suppressions file ph102016-05-313-121/+141
* Make pcre2grep use JIT (it was omitted by mistake).ph102016-05-312-2/+20
* Fix typo in test program.ph102016-05-252-4/+6
* Add a bit more sanity checking to pcre2_serialize_decode(), and document.ph102016-05-246-8/+32
* Minor refactor to avoid "left shift of negative number" warning.ph102016-05-212-2/+3
* Minor code refactor to avoid compiler warning.ph102016-05-202-11/+13
* A racing condition is fixed in JIT reported by Mozilla.zherczeg2016-05-192-1/+6
* Refactor pcre2posix.c so as not to #include pcre2_internal.h.ph102016-05-143-10/+47
* Fix bug for test 22.ph102016-04-222-0/+6
* Style updates in JIT.zherczeg2016-04-121-13/+13
* Tidy up patch for Windows binary stdout in pcre2grep.ph102016-04-061-1/+6
* Add comment about binary zeros.ph102016-04-061-7/+11
* Support Android ARM64 cacheflush in JIT. Patch by Tavian Barnes.zherczeg2016-04-063-0/+24
* Add callout support to pcre2grepph102016-04-0112-24/+441
* pcre2grep: fix \r\r\n problem for Windows, and give buffer size in error ph102016-04-013-31/+64
* JIT compiler update.zherczeg2016-03-0412-596/+610
* Apply supplied patch for MSVC static compilation.ph102016-03-012-0/+16
* Define snprintf as _snprintf for older MSVC compilers.ph102016-02-292-0/+12