summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-032-14/+34
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-018-11/+71
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-309-1301/+1304
* Implement PCRE2_NEWLINE_NUL.ph102017-05-2619-1085/+1112
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-1716-2247/+2653
* Documentation update.ph102017-04-202-64/+89
* Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.ph102017-04-184-15/+19
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-1812-1885/+1924
* Documentation update.ph102017-04-173-28/+78
* Documentation update.ph102017-04-175-29/+64
* Documentation update.ph102017-04-141-3/+19
* Ensure ovector[0,1] are both PCRE2_UNSET during callouts.ph102017-04-141-9/+10
* Fix ACCEPT issue with ENDANCHORED.ph102017-04-111-0/+40
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-1125-1707/+2070
* Add -jitverify to pcre2test.ph102017-04-081-2/+7
* Documentation tidies and code tidies for Windows.ph102017-04-085-6/+6
* Jason Hood's pcre2grep patches (modified a bit) to add --output to pcre2grep, ph102017-04-0611-564/+740
* Implement PCRE2_ENDANCHORED.ph102017-04-046-23/+42
* Documentation updateph102017-04-031-334/+347
* Documentation update.ph102017-04-034-66/+105
* Remove references to the now-deleted pcre2stack man page.ph102017-04-0111-577/+180
* Documentation update.ph102017-03-314-27/+24
* Documentation updateph102017-03-319-476/+396
* Documentation update.ph102017-03-302-16/+7
* Documentation update.ph102017-03-291-41/+30
* Documentation update.ph102017-03-295-394/+411
* Documentation update.ph102017-03-285-1235/+1209
* Documentation update.ph102017-03-262-15/+25
* Documentation update.ph102017-03-2516-58/+134
* Improvements to the \=memory modifier in pcre2test.ph102017-03-251-7/+11
* Documentation updateph102017-03-254-162/+182
* Documentation update.ph102017-03-241-3/+6
* Make \=find_limits apply to DFA matching, to find the minimum depth limit.ph102017-03-241-13/+16
* Documentation update.ph102017-03-2424-1361/+1297
* Documentation update.ph102017-03-234-33/+44
* Fix 32-bit error buffer size bug in pcre2test (Bugzilla 2079).ph102017-03-211-5/+5
* Documentation update.ph102017-03-211-4/+7
* Minor pcre2test code fix for framesize modifier and documentation update.ph102017-03-211-19/+26
* Documentation update.ph102017-03-211-27/+23
* Documentation update.ph102017-03-191-137/+100
* File tidies for 10.23-RC1ph102017-01-1627-1263/+1345
* Fix typos.ph102016-12-312-2/+2
* Upgrade pcre2grep for Windows courtesy of Jason Hood.ph102016-12-311-15/+24
* Add callout_error to pcre2test and stop the fuzzer after 100 callouts.ph102016-12-281-8/+15
* Fail hyphen after POSIX character class.ph102016-12-271-6/+6
* Add the -ac option (auto_callout) to pcre2test.ph102016-12-231-14/+18
* Make the recursion limit apply to DFA matching.ph102016-12-235-26/+44
* Add pcre2_code_copy_with_tables().ph102016-11-2222-1398/+1874
* Add use_length to pcre2test.ph102016-11-041-6/+19
* Documentation update for fuzz support.ph102016-11-011-2/+24