summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. ph102020-02-231-0/+5
* Fix a crash which occurs when the character type of an invalid UTF character ...zherczeg2020-02-201-0/+3
* Fix control verb chain restoration issue in JIT.zherczeg2020-02-101-0/+3
* Limit function recursion in pcre2_study to avoid stack overflow issues.ph102020-01-271-0/+4
* Fix bug in processing (?(DEFINE)...) within lookbehind assertions.ph102020-01-261-0/+8
* Ensure a newline after the final line in a file is output by pcre2grep.ph102020-01-251-0/+3
* The JIT stack should be freed when the low-level stack allocation fails.zherczeg2020-01-241-0/+2
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-221-14/+16
* Fix *THEN verbs in lookahead assertions in JIT.zherczeg2020-01-111-0/+2
* Allow real repetition of assertions.ph102020-01-011-0/+7
* 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