summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix bad error check for workspace overrun.ph102015-08-291-1/+6
* Fixed a corner case of range optimization in JIT.zherczeg2015-08-261-0/+2
* Fix two assertion fails in JIT found by Karl Skomski.zherczeg2015-08-241-0/+3
* Hack in yet other patch for a bug in size computation that is fixed "properly" ph102015-08-211-2/+7
* Match limit check added to recursion.zherczeg2015-08-141-0/+3
* The JIT compiler should restore the control chain for empty possessive repeats.zherczeg2015-08-111-0/+3