summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Final file updates for 10.23.ph102017-02-141-16/+16
* Update Windows grep test script in line with the non-Windows version.ph102017-02-141-2/+6
* Fix previously broken fix for pcre2grep with -Mo matching strings that cross ph102017-02-101-0/+5
* Cache group minima to speed up studying of pathological patterns. Fixes ph102017-02-101-0/+9
* Reduce recursion limit for auto-possessify to reduce stack usage at compile ph102017-02-081-0/+4
* Don't use %td (use %lu instead) in pcre2test under MSVC.ph102017-02-041-3/+5
* Fix \g+ bug when the number that follows is too big.ph102017-01-311-1/+1
* File tidies for 10.23-RC1ph102017-01-161-25/+25
* Minor tidies to pcre2grep.ph102017-01-161-0/+8
* Update build system for changes in the JIT modules.ph102017-01-121-0/+4
* Ignore all JIT compile errors in pcre2grep.ph102017-01-111-0/+4
* Fix pcre2test mishandling "end before start" return with POSIX interface.ph102017-01-111-0/+4
* Fix hyphen after \E after POSIX class causing an error.ph102017-01-111-0/+3
* Improve class handling for \H and \V by ignoring caseless.ph102017-01-031-0/+5
* Detect overlong patterns earlier.ph102017-01-031-0/+3
* Upgrade pcre2grep for Windows courtesy of Jason Hood.ph102016-12-311-0/+22
* Minor tidy.ph102016-12-311-0/+3
* Add RunGrepTest.bat (supplied by Jason Hood).ph102016-12-311-0/+2
* Fix Windows test script.ph102016-12-311-0/+2
* Make the test for over-complication while auto-possessifying bite sooner.ph102016-12-311-0/+5
* Very minor tidy to pcre2grep, plus fix typos in comments.ph102016-12-291-0/+3
* Fix typo in ChangeLog.ph102016-12-291-2/+2
* Add callout_error to pcre2test and stop the fuzzer after 100 callouts.ph102016-12-281-0/+3
* Fix issue with \Q\E after a callout before an assertion condition.ph102016-12-281-0/+3
* Fail hyphen after POSIX character class.ph102016-12-271-0/+4
* Fix class bug when UCP but not UTF was set and all wide characters need to be ph102016-12-261-0/+4
* Fix bug when a character > 0xffff appears in a lookbehind within a lookbehind.ph102016-12-241-18/+22
* Fix mis-parsing of a conditional group with callout but a question mark where ph102016-12-231-0/+4
* Add the -ac option (auto_callout) to pcre2test.ph102016-12-231-0/+3
* More refactoring: keep track of empty branches during compiling, replacing a ph102016-12-231-0/+7
* Make the recursion limit apply to DFA matching.ph102016-12-231-0/+4
* Fix name table sort buffer overflow.ph102016-12-211-5/+9
* Fix incorrect internal error for very complicated back reference handling.ph102016-12-201-0/+6
* Correct ChangeLog.ph102016-12-111-81/+82
* Fix \Q\E quantification bug.ph102016-12-111-0/+4
* Fix caseless minimizing back reference bug when heap in use for recursion.ph102016-12-101-0/+7
* Fix OOB error in substitute with start offset longer than length.ph102016-12-091-0/+3
* Fix NULL defer in extended substition for \p, \P, or \X.ph102016-12-091-0/+4
* Fix crash in pcre2test when displaying a wide character with a locale set.ph102016-12-081-0/+3
* Fix buffer overflow in partial match test for CRLF in empty buffer.ph102016-12-081-0/+3
* Fix small memory leak in error code path.ph102016-12-081-0/+2
* Fix \Q...\E bug in (*VERB) name when PCRE2_ALT_VERBNAMES and PCRE2_AUTO_CALLOUT ph102016-11-271-1/+5
* Quantifiers following (*VERB)s were not being diagnosed.ph102016-11-251-0/+2
* Fix bad behaviour for subroutine call in lookbehind when the called subroutine ph102016-11-231-0/+6
* Add pcre2_code_copy_with_tables().ph102016-11-221-1/+4
* Give some offset information for errors in pcre2test hex patterns.ph102016-11-221-0/+2
* Correct libpcre2posix typos (should be libpcre2-posix).ph102016-11-221-0/+4
* Make idempotency guards more standards compliant.ph102016-11-201-0/+4
* Add PCRE2_CALL_CONVENTION into prototypes.ph102016-11-191-0/+4
* Fix overrun bug caused by conditional with assertion using too much memory.ph102016-11-181-0/+7