summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged 8.40 release.pcre-8.40ph102017-01-110-0/+0
* 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
* Patch to allow compiling with Intel compiler.ph102016-06-142-1/+3
* Warning suppression no longer needed.ph102016-06-141-1/+0
* Refactor to fix a typo.ph102016-05-252-4/+6
* Refactor to avoid compiler warnings.ph102016-05-252-64/+66
* File tidies for 8.39-RC1.ph102016-05-2312-1006/+1026
* Fix typo.ph102016-05-211-1/+1
* Minor refactor to avoid "left shift of negative value" warning.ph102016-05-212-3/+5
* Minor refactor to avoid compiler warning.ph102016-05-202-9/+12
* A racing condition is fixed in JIT reported by Mozilla.zherczeg2016-05-192-1/+6
* Style updates in JIT.zherczeg2016-04-121-36/+42
* Support Android ARM64 cacheflush in JIT. Patch by Tavian Barnes.zherczeg2016-04-063-0/+24
* JIT compiler update.zherczeg2016-03-0411-592/+606
* Forgot to add new testdata file (valgrind suppressions) to Makefile.amph102016-03-021-0/+1
* Add valgrind suppressions file to RunTest so that issued that are provoked by ph102016-03-013-14/+37
* Patch to allow MSVC static build via CMake.ph102016-03-012-1/+21
* JIT compiler update.zherczeg2016-02-2921-1836/+1831
* Fix typo in pcre_study().ph102016-02-282-1/+4
* Fix non-diagnosis of missing assertion after (?(?C).ph102016-02-274-5/+23
* Fix pcretest loop for global matching with an ovector size less than 2.ph102016-02-272-6/+16
* Yet another duplicate name bugfix by overestimating the memory needed (i.e. ph102016-02-274-1/+17
* Migrating JIT tests from PCRE2-JIT.zherczeg2016-02-241-1/+17
* Minor JIT fixes.zherczeg2016-02-191-33/+35
* Migrating fast forward skip optimization form PCRE2-JIT.zherczeg2016-02-171-223/+307
* Migrate fast-fail support from PCRE2-JIT.zherczeg2016-02-121-5/+180
* Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.ph102016-02-108-22/+53
* Migrating single character optimizations from PCRE2-JIT.zherczeg2016-02-101-177/+398
* Add SSE2 support for first character search.zherczeg2016-02-091-63/+472
* Fix typo.ph102016-02-091-1/+1
* JIT compiler does not use TMP3 for matching xclass anymore.zherczeg2016-02-092-90/+112
* The needs_start_ptr variable is removed from the JIT compiler.zherczeg2016-02-081-42/+25
* Fix pcretest bad behaviour for callout in lookbehind.ph102016-02-064-4/+33