summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Tagged 8.40 release.pcre-8.40ph102017-01-110-0/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/tags/pcre-8.40@1675 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final tidies for 8.40.ph102017-01-115-12/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1674 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Updates and tidies for 8.40-RC1 tarballs.ph102016-12-128-1082/+1096
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1673 2f5784b3-3f2a-0410-8824-cb99058d5e15
* JIT compiler update.zherczeg2016-12-0913-1/+199
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1672 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Document assertion capture limitation.ph102016-10-231-2/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1671 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo.ph102016-10-181-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1670 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix optimization bugs for patterns starting with lookaheads.ph102016-10-188-27/+80
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1669 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix documentation error.ph102016-10-141-9/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1668 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad conditional recursion test bug when a group with name starting "R" ph102016-10-134-10/+51
| | | | | | | exists. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1667 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typos in documentationph102016-10-061-8/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1666 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcretest callout display bugph102016-10-062-0/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1665 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix character class bug when a Unicode property was present with \D etc in a ph102016-08-048-37/+157
| | | | | | | non-ucp character class in a wide character mode. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1664 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor JIT compiler update.zherczeg2016-07-173-13/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1663 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix unaligned accesses on x86. Patch by Marc Mutz.zherczeg2016-07-155-37/+71
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1662 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Ignore "show all captures" after DFA matching.ph102016-07-064-5/+28
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1661 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix register overwite in JIT when SSE2 acceleration is enabled.zherczeg2016-07-013-4/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1660 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add a new option for controlling static builds with MSVC. See Bugzilla #1681.ph102016-06-242-3/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1659 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad interaction between -o and -M in pcregrep.ph102016-06-173-3/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1658 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final code tidies for 8.39ph102016-06-143-9/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1656 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Patch to allow compiling with Intel compiler.ph102016-06-142-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1655 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Warning suppression no longer needed.ph102016-06-141-1/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1654 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Refactor to fix a typo.ph102016-05-252-4/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1653 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Refactor to avoid compiler warnings.ph102016-05-252-64/+66
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1652 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.39-RC1.ph102016-05-2312-1006/+1026
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1651 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo.ph102016-05-211-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1650 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor refactor to avoid "left shift of negative value" warning.ph102016-05-212-3/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1649 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor refactor to avoid compiler warning.ph102016-05-202-9/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1648 2f5784b3-3f2a-0410-8824-cb99058d5e15
* A racing condition is fixed in JIT reported by Mozilla.zherczeg2016-05-192-1/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1647 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Style updates in JIT.zherczeg2016-04-121-36/+42
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1646 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Support Android ARM64 cacheflush in JIT. Patch by Tavian Barnes.zherczeg2016-04-063-0/+24
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1645 2f5784b3-3f2a-0410-8824-cb99058d5e15
* JIT compiler update.zherczeg2016-03-0411-592/+606
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1644 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Forgot to add new testdata file (valgrind suppressions) to Makefile.amph102016-03-021-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1643 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add valgrind suppressions file to RunTest so that issued that are provoked by ph102016-03-013-14/+37
| | | | | | | the SSE2 instruction set when JIT is in use are ignored. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1642 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Patch to allow MSVC static build via CMake.ph102016-03-012-1/+21
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1641 2f5784b3-3f2a-0410-8824-cb99058d5e15
* JIT compiler update.zherczeg2016-02-2921-1836/+1831
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1640 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo in pcre_study().ph102016-02-282-1/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1639 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix non-diagnosis of missing assertion after (?(?C).ph102016-02-274-5/+23
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1638 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcretest loop for global matching with an ovector size less than 2.ph102016-02-272-6/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1637 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Yet another duplicate name bugfix by overestimating the memory needed (i.e. ph102016-02-274-1/+17
| | | | | | | another hack - PCRE2 has this "properly" fixed). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1636 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Migrating JIT tests from PCRE2-JIT.zherczeg2016-02-241-1/+17
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1635 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor JIT fixes.zherczeg2016-02-191-33/+35
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1634 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Migrating fast forward skip optimization form PCRE2-JIT.zherczeg2016-02-171-223/+307
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1633 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Migrate fast-fail support from PCRE2-JIT.zherczeg2016-02-121-5/+180
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1632 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.ph102016-02-108-22/+53
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1631 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Migrating single character optimizations from PCRE2-JIT.zherczeg2016-02-101-177/+398
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1630 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add SSE2 support for first character search.zherczeg2016-02-091-63/+472
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1629 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo.ph102016-02-091-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1628 2f5784b3-3f2a-0410-8824-cb99058d5e15
* JIT compiler does not use TMP3 for matching xclass anymore.zherczeg2016-02-092-90/+112
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1627 2f5784b3-3f2a-0410-8824-cb99058d5e15
* The needs_start_ptr variable is removed from the JIT compiler.zherczeg2016-02-081-42/+25
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1626 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcretest bad behaviour for callout in lookbehind.ph102016-02-064-4/+33
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1625 2f5784b3-3f2a-0410-8824-cb99058d5e15