summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Final file tidies for 8.42.ph102018-03-201-5/+6
* Fix misleading error message.ph102018-03-191-0/+2
* Add --enable-jit=auto support.ph102018-02-251-0/+2
* A small fix to pcregrep to avoid compiler warnings for -Wformat-overflow=2.ph102018-02-251-0/+2
* File tidies for 8.42-RC1 test release.ph102018-02-201-4/+4
* Fix \C backtracking in UTF-8 issue for repeated character classes, which were ph102018-02-201-0/+5
* Fix POSIX API bug when REG_STARTEND is used with a non-zero starting offset and ph102018-02-191-1/+6
* Fix out-of-bounds read for partial matching of /./ against an empty stringph102018-01-291-3/+6
* Fix wrong first character when a backreference with a zero repeat is first ph102017-12-121-0/+5
* Change pcregrep linenumbers and counts to long ints.ph102017-12-081-0/+5
* Fix pcre_jit_exec early check.zherczeg2017-11-231-0/+5
* Fix caseless "not" bug for wide character in DFA matching when UCP not defined.ph102017-11-161-0/+5
* Fix pcregrep recursive file name issue.ph102017-10-201-0/+5
* Fix outdated definitions in pcre.h.in.ph102017-08-191-0/+2
* Minor JIT compiler update.zherczeg2017-08-011-0/+6
* Final file tidies for 8.41 release.ph102017-07-051-1/+1
* File tidies for 8.41-RC1 release.ph102017-06-131-17/+17
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-031-1/+4
* Remove duplication typo.ph102017-04-301-0/+2
* C++ patch to guard 'using std::' directives with namespace pcrecpp.ph102017-04-211-0/+3
* Remove redundant line of code.ph102017-04-141-0/+2
* Fix typo (leading to possible buffer overflow in pcre_copy_substring()) in ph102017-03-271-0/+3
* Fix DFA match handling of possessive repeated character class (Bugzilla 2086).ph102017-03-221-0/+3
* Fix Unicode property crash for 32-bit characters greater than 0x10ffff.ph102017-02-241-1/+5
* Make pcretest check size of \O argument.ph102017-02-231-1/+6
* Check character < 256 for isprint() in pcretest.ph102017-02-221-0/+2
* Avoid use of a potentially overflowing buffer in pcregrep.ph102017-02-221-0/+3
* Fix recognition of (?# style comment between quantifier and '+' or '?'.ph102017-02-201-0/+3
* Fix a missing else in the JIT compiler reported by 'idaifish'.zherczeg2017-02-141-0/+2
* Correct fix for pcre2grep multiline with --only-matching.ph102017-02-101-0/+5
* Fix typo in CMakeLists.txt that affects only MSVC.ph102017-01-231-0/+7
* Final tidies for 8.40.ph102017-01-111-2/+2
* Updates and tidies for 8.40-RC1 tarballs.ph102016-12-121-2/+2
* Fix optimization bugs for patterns starting with lookaheads.ph102016-10-181-3/+16
* Fix bad conditional recursion test bug when a group with name starting "R" ph102016-10-131-9/+17
* Fix pcretest callout display bugph102016-10-061-0/+4
* Fix character class bug when a Unicode property was present with \D etc in a ph102016-08-041-2/+8
* Fix unaligned accesses on x86. Patch by Marc Mutz.zherczeg2016-07-151-0/+2
* Ignore "show all captures" after DFA matching.ph102016-07-061-0/+2
* Fix register overwite in JIT when SSE2 acceleration is enabled.zherczeg2016-07-011-2/+4
* Add a new option for controlling static builds with MSVC. See Bugzilla #1681.ph102016-06-241-0/+3
* Fix bad interaction between -o and -M in pcregrep.ph102016-06-171-0/+7
* Final code tidies for 8.39ph102016-06-141-5/+5
* Patch to allow compiling with Intel compiler.ph102016-06-141-0/+2
* Refactor to fix a typo.ph102016-05-251-0/+2
* Refactor to avoid compiler warnings.ph102016-05-251-0/+2
* File tidies for 8.39-RC1.ph102016-05-231-16/+19
* Minor refactor to avoid "left shift of negative value" warning.ph102016-05-211-1/+3
* Minor refactor to avoid compiler warning.ph102016-05-201-0/+3
* A racing condition is fixed in JIT reported by Mozilla.zherczeg2016-05-191-0/+2