summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add valgrind suppressions file to RunTest so that issued that are provoked by ph102016-03-011-0/+4
* Patch to allow MSVC static build via CMake.ph102016-03-011-0/+3
* Fix typo in pcre_study().ph102016-02-281-0/+3
* Fix non-diagnosis of missing assertion after (?(?C).ph102016-02-271-0/+4
* Fix pcretest loop for global matching with an ovector size less than 2.ph102016-02-271-6/+10
* Yet another duplicate name bugfix by overestimating the memory needed (i.e. ph102016-02-271-0/+7
* Fix workspace overflow for (*ACCEPT) with deeply nested parentheses.ph102016-02-101-14/+18
* Fix typo.ph102016-02-091-1/+1
* JIT compiler does not use TMP3 for matching xclass anymore.zherczeg2016-02-091-5/+2
* Fix pcretest bad behaviour for callout in lookbehind.ph102016-02-061-0/+4
* Assertion code generator in JIT has been optimized.zherczeg2016-02-051-0/+2
* JIT code generator for assertion matching is refactored to a separat function.zherczeg2016-02-041-0/+3
* Fix get_substring_list() bug when \K is used in an assertion.ph102015-12-081-0/+3
* Fix (by hacking) another length computation issue.ph102015-12-051-1/+6
* Fix copy named substring bug.ph102015-12-051-2/+5
* Fix /x bug when pattern starts with white space and (?-x)ph102015-12-031-0/+6
* Fix \Q\E before qualifier bug when auto callouts are enabled.ph102015-11-301-0/+4
* Allow for up to 32-bit numbers in the ordin() function in pcregrep.ph102015-11-291-0/+2
* Give error for regexec with pmatch=NULL and REG_STARTEND set.ph102015-11-291-0/+3
* Fix bug for isolated \E between an item and its qualifier when auto callout is ph102015-11-271-1/+5
* Fix negated POSIX class within negated overall class UCP bug.ph102015-11-271-0/+3
* Fix auto-callout (?# comment bug.ph102015-11-261-0/+8
* Final file updates/tidies for 8.38.ph102015-11-231-2/+2
* Fix wide character bug for some negative POSIX classes.ph102015-11-201-2/+8
* Forgot to update ChangeLog for previous commit.ph102015-11-171-0/+3
* Fix POSIX class single-character bug.ph102015-11-171-0/+5
* Fix crash caused by long (*MARK) or (*THEN) names.ph102015-10-281-0/+2
* File tidies for 8.38-RC1.ph102015-10-271-60/+60
* Fix compile bug for classes like [\W\p{Any}].ph102015-10-091-0/+4
* Remove use of /dev/null in test 2 because Windows doesn't like it.ph102015-09-021-1/+4
* A match limit issue is fixed in JIT.zherczeg2015-09-021-0/+3