summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Add (?* and (?<* synonyms for non-atomic lookarounds.ph102019-12-281-0/+4
* Implement PCRE2_SUBSTITUTE_MATCHED.ph102019-12-271-0/+2
* Avoid some VS compiler warnings.ph102019-12-261-0/+2
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-261-0/+2
* Remove atomic restriction on capture groups containing recursive back ph102019-12-181-0/+11
* Fix the too early access of the fields of a compiled pattern in JIT.zherczeg2019-12-071-0/+3
* Fix ARMv5 JIT improper handling of labels right after a constant pool.zherczeg2019-11-291-0/+2
* Use PCRE2_MATCH_EMPTY flag to detect empty matches in JIT.zherczeg2019-11-281-0/+5
* Final file tidies for 10.34ph102019-11-211-2/+2
* Fixed the incorrect computation of jump sizes on x86 CPUs in JIT.zherczeg2019-11-191-0/+3
* Fix sometimes failing caseless non-ASCII matching in assertion. ph102019-11-161-0/+5
* Documentation updateph102019-11-081-0/+3
* File tidies for 10.34-RC2.ph102019-11-061-2/+2
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-171-32/+32
* Fix minor test issues and tidies/updates for 10.34-RC1 testing release.ph102019-10-151-2/+2
* Ensure regexec is thread safe to avoid sanitizer warnings.ph102019-10-151-0/+4
* Optimize certain starting code unit bit maps into a single starting code unit.ph102019-09-131-0/+10
* Improve starting-byte bit map for UTF-8 patterns with wide characters in ph102019-09-101-0/+7
* Optimize classes such as [Aa] to be a single caseless character.ph102019-09-091-1/+5
* Add underflow check in JIT.zherczeg2019-09-091-0/+3
* Install .gitignore file to help those using svn via git.ph102019-09-071-0/+3
* When computing minimum length, don't scan subsequent branches if any branch in ph102019-09-071-0/+4
* Fix pessimizing optimization of start-of-match code units in the interpreters.ph102019-09-061-1/+10
* Back off failed attempt to handle nested lookbehinds for estimating how much of ph102019-09-041-21/+16
* Add the pcre2_maketables_free() function.ph102019-09-031-0/+2
* Fix allusedtext bug, rightmost consulted character incorrect in negative ph102019-08-101-0/+4
* Fix incorrect computation of group length when one branch exceeded 65535.ph102019-08-031-0/+5
* Minor upgrade to pcre2test and comment in ucptest.ph102019-07-301-0/+5
* Upgrade to Unicode 12.1.0ph102019-07-291-0/+2
* Correct tables argument data type for pcre2_set_character_tables() and fix ph102019-07-281-0/+3
* (*ACCEPT) at start of branch was not recording "may match empty string".ph102019-07-231-0/+3
* More partial match tweaks.ph102019-07-221-1/+5
* Update definition of partial match and fix \z and \Z (as documented).ph102019-07-211-0/+10
* Implemented pcre2_get_match_data_size().ph102019-07-161-1/+3
* Fix lookbehind within lookahead within lookbehind misbehaviour bug.ph102019-07-161-0/+5
* Implement non-atomic positive assertions.ph102019-07-131-0/+2
* Check for integer overflow when computing lookbehind lengths. Fixes Clusterfuzz ph102019-07-041-0/+3
* Give error for zero timing argument to pcre2test.ph102019-07-031-0/+2
* Fix partial matching bug in pcre2_dfa_match().ph102019-06-261-26/+30
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-261-0/+8
* Improve maximum lookbehind calculation for nested lookbehinds.ph102019-06-251-0/+5
* Don't ignore {1}+ when it is applied to a parenthesized item.ph102019-06-191-0/+5
* Fix minimum length bug for patterns containing (*ACCEPT).ph102019-06-181-1/+7
* Another extension to minimum length calculation.ph102019-06-171-0/+4
* Improve minimum length finder in the presence of back references when there are ph102019-06-161-1/+7
* Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; ph102019-06-151-0/+6
* Make pcre2_match() return (*MARK) names from successful conditional assertions, ph102019-06-131-0/+3
* Minor improvement to minimum length calculation.ph102019-06-131-0/+8
* Allow (*ACCEPT) to be quantified.ph102019-06-101-0/+3
* Tweak limits on "must have" code unit searches (improves some performance).ph102019-05-281-0/+3