summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged 8.41 Release.pcre-8.41ph102017-07-050-0/+0
* Final file tidies for 8.41 release.ph102017-07-054-9/+83
* Documentation update.ph102017-07-051-4/+39
* JIT compiler update.zherczeg2017-06-152-2/+2
* File tidies for 8.41-RC1 release.ph102017-06-1313-51/+83
* Documentation update.ph102017-06-131-6/+13
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-032-4/+7
* JIT compiler update.zherczeg2017-05-0715-629/+655
* Remove duplication typo.ph102017-04-302-2/+4
* JIT compiler update.zherczeg2017-04-2617-397/+794
* C++ patch to guard 'using std::' directives with namespace pcrecpp.ph102017-04-215-2/+8
* Remove redundant line of code.ph102017-04-142-1/+2
* Enabling valgrind disables SSE2 in JIT.zherczeg2017-04-071-2/+3
* JIT compiler update.zherczeg2017-04-036-99/+180
* Fix character type detection when 32-bit and UCP are enabled but UTF is not i...zherczeg2017-03-311-0/+31
* Minor JIT compiler update.zherczeg2017-03-282-7/+16
* Fix typo (leading to possible buffer overflow in pcre_copy_substring()) in ph102017-03-272-2/+5
* Reverse the jit-stack to top-down.zherczeg2017-03-273-306/+299
* Fix DFA match handling of possessive repeated character class (Bugzilla 2086).ph102017-03-224-2/+12
* Fix Unicode property crash for 32-bit characters greater than 0x10ffff.ph102017-02-244-47/+90
* Minor doc update.ph102017-02-231-3/+7
* Make pcretest check size of \O argument.ph102017-02-232-2/+16
* Check character < 256 for isprint() in pcretest.ph102017-02-224-1/+11
* Avoid use of a potentially overflowing buffer in pcregrep.ph102017-02-222-3/+8
* Cast to avoid compiler warning on 32-bit systems.ph102017-02-201-1/+1
* Fix recognition of (?# style comment between quantifier and '+' or '?'.ph102017-02-204-0/+25
* Minor JIT compiler update.zherczeg2017-02-153-3/+36
* Fix a missing else in the JIT compiler reported by 'idaifish'.zherczeg2017-02-144-1/+7
* Fix bug in most recent fix for multiline pcre2grep.ph102017-02-121-0/+1
* Correct fix for pcre2grep multiline with --only-matching.ph102017-02-103-8/+23
* Fix typo in CMakeLists.txt that affects only MSVC.ph102017-01-232-1/+8
* Major JIT compiler update.zherczeg2017-01-2324-2588/+2457
* Final tidies for 8.40.ph102017-01-115-12/+12
* Updates and tidies for 8.40-RC1 tarballs.ph102016-12-128-1082/+1096
* JIT compiler update.zherczeg2016-12-0913-1/+199
* Document assertion capture limitation.ph102016-10-231-2/+9
* Fix typo.ph102016-10-181-1/+1
* Fix optimization bugs for patterns starting with lookaheads.ph102016-10-188-27/+80
* Fix documentation error.ph102016-10-141-9/+5
* Fix bad conditional recursion test bug when a group with name starting "R" ph102016-10-134-10/+51
* Fix typos in documentationph102016-10-061-8/+8
* Fix pcretest callout display bugph102016-10-062-0/+7
* Fix character class bug when a Unicode property was present with \D etc in a ph102016-08-048-37/+157
* Minor JIT compiler update.zherczeg2016-07-173-13/+4
* Fix unaligned accesses on x86. Patch by Marc Mutz.zherczeg2016-07-155-37/+71
* Ignore "show all captures" after DFA matching.ph102016-07-064-5/+28
* Fix register overwite in JIT when SSE2 acceleration is enabled.zherczeg2016-07-013-4/+7
* Add a new option for controlling static builds with MSVC. See Bugzilla #1681.ph102016-06-242-3/+10
* Fix bad interaction between -o and -M in pcregrep.ph102016-06-173-3/+16
* Final code tidies for 8.39ph102016-06-143-9/+9