summaryrefslogtreecommitdiff
path: root/doc/pcre2test.1
Commit message (Expand)AuthorAgeFilesLines
* File tidies for 10.36-RC1 ph102020-11-061-1/+1
* Update pcre2test to check delimiters after #perltest and fix some in test 1.ph102020-09-141-11/+16
* Fix documentation typos and upgrade documentation checking script.ph102020-04-241-1/+1
* File tidies for 10.35-RC1 release candidate.ph102020-04-151-11/+11
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-9/+17
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-221-25/+37
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-261-4/+7
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-171-5/+5
* Minor upgrade to pcre2test and comment in ucptest.ph102019-07-301-3/+9
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-261-12/+17
* Typo in doc and update testsph102019-06-201-3/+3
* Minor improvement to minimum length calculation.ph102019-06-131-3/+5
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-2/+3
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-111-9/+11
* More file tidies for 10.33-RC1ph102019-03-041-22/+22
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-2/+3
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-7/+7
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-12/+46
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-211-2/+3
* Implement callouts from pcre2_substitute().ph102018-09-181-8/+27
* Add "allvector" to pcre2test.ph102018-09-151-3/+23
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-11/+11
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-6/+7
* Upgrade perltest.sh to support (some) #pattern modifiers.ph102018-07-171-3/+4
* Documentation update to clarify what PCRE2 serialization is.ph102018-06-271-11/+16
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-13/+13
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-22/+35
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-43/+111
* Add -LM to pcre2test.ph102017-10-171-5/+12
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-121-2/+39
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-021-47/+60
* Implement PCRE2_EXTRA_MATCH_LINE and PCRE2_EXTRA_MATCH_WORD for the benefit ph102017-06-161-2/+4
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-2/+3
* Add subject_literal and allow jitstack in pcre2test pattern modifiers, and add ph102017-06-121-16/+35
* Documentation update.ph102017-06-061-34/+42
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-031-2/+16
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-2/+3
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-6/+6
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-7/+11
* Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.ph102017-04-181-8/+10
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-181-4/+7
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-10/+11
* Add -jitverify to pcre2test.ph102017-04-081-2/+7
* Implement PCRE2_ENDANCHORED.ph102017-04-041-2/+4
* Improvements to the \=memory modifier in pcre2test.ph102017-03-251-7/+11
* 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
* Minor pcre2test code fix for framesize modifier and documentation update.ph102017-03-211-19/+26
* File tidies for 10.23-RC1ph102017-01-161-14/+14
* Add callout_error to pcre2test and stop the fuzzer after 100 callouts.ph102016-12-281-8/+15