summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Final file tidies for 10.30 release.ph102017-08-151-3/+3
* Fix "maybe uninitialized" warning.ph102017-08-121-0/+3
* Minor JIT compiler update.zherczeg2017-08-011-0/+3
* Hyphen at the end of a character class is always literal. Give error for false ph102017-07-291-2/+9
* Modify #ifdefs for Cygwin.ph102017-07-271-1/+2
* Rename the FWRITE macro in pcre2grep to avoid clash in cygwin.ph102017-07-211-0/+3
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-86/+86
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-121-0/+3
* Update grapheme breaking rules for Unicode 10.0.0.ph102017-07-051-0/+3
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-021-0/+3
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-0/+5
* Increase limit for "must be present" code units for 8-bit searches, which use ph102017-06-261-0/+4
* Document configuration for SELinux execmem allocator and fix CMake usage.ph102017-06-171-0/+3
* Convert pcre2grep to use new pcre2_compile() options, thereby fixing two minor ph102017-06-171-0/+6
* Implement PCRE2_EXTRA_MATCH_LINE and PCRE2_EXTRA_MATCH_WORD for the benefit ph102017-06-161-0/+3
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-0/+2
* Add subject_literal and allow jitstack in pcre2test pattern modifiers, and add ph102017-06-121-0/+3
* Implement REG_PEND (GNU extension) for the POSIX wrapper.ph102017-06-051-0/+2
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-031-0/+3
* Omitted ChangeLog update for previous commit.ph102017-06-021-0/+2
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-301-0/+4
* Discard partial match when endanchored is set in the fuzzer, as it just gives ph102017-05-271-1/+0
* Fix lookbehind with zero-length branch in DFA matching. Fixes oss-fuzz 1959.ph102017-05-271-0/+3
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-0/+1
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-0/+3
* Refactor to avoid sanitize warnings when accessing the variable size ovector in ph102017-05-101-0/+6
* Refactor to avoid picky compiler warnings. Fixes oss-fuzz issue 1454.ph102017-05-101-0/+5
* Fix crash when more than one kind of "push" was set in pcre2test.ph102017-05-061-0/+3
* Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.ph102017-04-181-0/+2
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-181-0/+2
* Tidies and minor bug fix resulting from Coverity Scan issues.ph102017-04-161-0/+9
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-0/+3
* Correct an incorrect cast.ph102017-04-141-0/+2
* Remove duplication typo.ph102017-04-141-0/+2
* Remove redundant line of code (a typo really).ph102017-04-141-0/+2
* Fix valgrind warnings for unset padding at the end of the pcre2_real_code ph102017-04-121-0/+5
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-0/+5
* Extend auto-anchoring to ignore "never-obeyed" groups at the start.ph102017-04-071-0/+5
* Jason Hood's pcre2grep patches (modified a bit) to add --output to pcre2grep, ph102017-04-061-0/+3
* Implement PCRE2_ENDANCHORED.ph102017-04-041-0/+2
* Fix non-passing of mark values out of recursions.ph102017-04-041-0/+2
* Fix capturing in conditional negative assertions ended with (*ACCEPT).ph102017-04-031-1/+4
* Better error handling in pcre2test.ph102017-03-261-0/+3
* Improvements to the \=memory modifier in pcre2test.ph102017-03-251-0/+11
* Fix bug introduced at 10.21: use memory allocator from the pattern if no ph102017-03-251-0/+4
* Make \=find_limits apply to DFA matching, to find the minimum depth limit.ph102017-03-241-0/+4
* Fix issues with (*VERB)s inside recursive subroutine calls.ph102017-03-231-3/+4
* Fix misbehaving DFA match for possessively repeated character class (Bugzilla ph102017-03-221-0/+3
* Fix 32-bit error buffer size bug in pcre2test (Bugzilla 2079).ph102017-03-211-0/+4
* Fix NULL deference if pcre2_callout_enumerate() is called with a NULL pattern ph102017-03-211-0/+3