summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Final file tidies for 8.42.ph102018-03-201-5/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1732 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix misleading error message.ph102018-03-191-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1731 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add --enable-jit=auto support.ph102018-02-251-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1728 2f5784b3-3f2a-0410-8824-cb99058d5e15
* A small fix to pcregrep to avoid compiler warnings for -Wformat-overflow=2.ph102018-02-251-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1727 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.42-RC1 test release.ph102018-02-201-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1726 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix \C backtracking in UTF-8 issue for repeated character classes, which were ph102018-02-201-0/+5
| | | | | | | overlooked when it was fixed for other repeats. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1725 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix POSIX API bug when REG_STARTEND is used with a non-zero starting offset and ph102018-02-191-1/+6
| | | | | | | there are unset groups within the matching group list. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1724 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix out-of-bounds read for partial matching of /./ against an empty stringph102018-01-291-3/+6
| | | | | | | when the newline type is CRLF. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1723 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix wrong first character when a backreference with a zero repeat is first ph102017-12-121-0/+5
| | | | | | | (apart from assersions) in a pattern. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1719 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Change pcregrep linenumbers and counts to long ints.ph102017-12-081-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1718 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcre_jit_exec early check.zherczeg2017-11-231-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1715 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix caseless "not" bug for wide character in DFA matching when UCP not defined.ph102017-11-161-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1714 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep recursive file name issue.ph102017-10-201-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1712 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix outdated definitions in pcre.h.in.ph102017-08-191-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1710 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Minor JIT compiler update.zherczeg2017-08-011-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1709 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final file tidies for 8.41 release.ph102017-07-051-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1706 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.41-RC1 release.ph102017-06-131-17/+17
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1703 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-031-1/+4
| | | | | | | REG_STARTEND and a starting offset greater than zero. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1701 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove duplication typo.ph102017-04-301-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1699 2f5784b3-3f2a-0410-8824-cb99058d5e15
* C++ patch to guard 'using std::' directives with namespace pcrecpp.ph102017-04-211-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1697 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Remove redundant line of code.ph102017-04-141-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1696 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo (leading to possible buffer overflow in pcre_copy_substring()) in ph102017-03-271-0/+3
| | | | | | | pcretest. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1691 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix DFA match handling of possessive repeated character class (Bugzilla 2086).ph102017-03-221-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1689 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix Unicode property crash for 32-bit characters greater than 0x10ffff.ph102017-02-241-1/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1688 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Make pcretest check size of \O argument.ph102017-02-231-1/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1686 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Check character < 256 for isprint() in pcretest.ph102017-02-221-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1685 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Avoid use of a potentially overflowing buffer in pcregrep.ph102017-02-221-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1684 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix recognition of (?# style comment between quantifier and '+' or '?'.ph102017-02-201-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1682 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix a missing else in the JIT compiler reported by 'idaifish'.zherczeg2017-02-141-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1680 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Correct fix for pcre2grep multiline with --only-matching.ph102017-02-101-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1678 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo in CMakeLists.txt that affects only MSVC.ph102017-01-231-0/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1677 2f5784b3-3f2a-0410-8824-cb99058d5e15
* 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