summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Final tidies for 8.40.ph102017-01-111-2/+2
| | | | 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-121-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1673 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix optimization bugs for patterns starting with lookaheads.ph102016-10-181-3/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1669 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad conditional recursion test bug when a group with name starting "R" ph102016-10-131-9/+17
| | | | | | | exists. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1667 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcretest callout display bugph102016-10-061-0/+4
| | | | 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-041-2/+8
| | | | | | | 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
* Fix unaligned accesses on x86. Patch by Marc Mutz.zherczeg2016-07-151-0/+2
| | | | 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-061-0/+2
| | | | 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-011-2/+4
| | | | 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-241-0/+3
| | | | 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-171-0/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1658 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final code tidies for 8.39ph102016-06-141-5/+5
| | | | 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-141-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1655 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Refactor to fix a typo.ph102016-05-251-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1653 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Refactor to avoid compiler warnings.ph102016-05-251-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1652 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.39-RC1.ph102016-05-231-16/+19
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1651 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor refactor to avoid "left shift of negative value" warning.ph102016-05-211-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1649 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor refactor to avoid compiler warning.ph102016-05-201-0/+3
| | | | 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-191-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1647 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add valgrind suppressions file to RunTest so that issued that are provoked by ph102016-03-011-0/+4
| | | | | | | 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-011-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1641 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo in pcre_study().ph102016-02-281-0/+3
| | | | 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-271-0/+4
| | | | 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-271-6/+10
| | | | 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-271-0/+7
| | | | | | | another hack - PCRE2 has this "properly" fixed). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1636 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.ph102016-02-101-14/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1631 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-091-5/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1627 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcretest bad behaviour for callout in lookbehind.ph102016-02-061-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1625 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Assertion code generator in JIT has been optimized.zherczeg2016-02-051-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1624 2f5784b3-3f2a-0410-8824-cb99058d5e15
* JIT code generator for assertion matching is refactored to a separat function.zherczeg2016-02-041-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1623 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix get_substring_list() bug when \K is used in an assertion.ph102015-12-081-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1620 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix (by hacking) another length computation issue.ph102015-12-051-1/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1619 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix copy named substring bug.ph102015-12-051-2/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1618 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix /x bug when pattern starts with white space and (?-x)ph102015-12-031-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1617 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix \Q\E before qualifier bug when auto callouts are enabled.ph102015-11-301-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1616 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Allow for up to 32-bit numbers in the ordin() function in pcregrep.ph102015-11-291-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1615 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Give error for regexec with pmatch=NULL and REG_STARTEND set.ph102015-11-291-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1614 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bug for isolated \E between an item and its qualifier when auto callout is ph102015-11-271-1/+5
| | | | | | | set. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1613 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix negated POSIX class within negated overall class UCP bug.ph102015-11-271-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1612 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix auto-callout (?# comment bug.ph102015-11-261-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1611 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final file updates/tidies for 8.38.ph102015-11-231-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1609 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix wide character bug for some negative POSIX classes.ph102015-11-201-2/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1608 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Forgot to update ChangeLog for previous commit.ph102015-11-171-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1606 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix POSIX class single-character bug.ph102015-11-171-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1604 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix crash caused by long (*MARK) or (*THEN) names.ph102015-10-281-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1603 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.38-RC1.ph102015-10-271-60/+60
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1602 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix compile bug for classes like [\W\p{Any}].ph102015-10-091-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1601 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove use of /dev/null in test 2 because Windows doesn't like it.ph102015-09-021-1/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1600 2f5784b3-3f2a-0410-8824-cb99058d5e15
* A match limit issue is fixed in JIT.zherczeg2015-09-021-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1599 2f5784b3-3f2a-0410-8824-cb99058d5e15