summaryrefslogtreecommitdiff
path: root/src/pcre2test.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implement PCRE2_EXTRA_MATCH_LINE and PCRE2_EXTRA_MATCH_WORD for the benefit ph102017-06-161-0/+2
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-6/+16
* Add subject_literal and allow jitstack in pcre2test pattern modifiers, and add ph102017-06-121-4/+12
* Implement REG_PEND (GNU extension) for the POSIX wrapper.ph102017-06-051-7/+12
* Fix matching offsets from regexec() in the POSIX wrapper when called with ph102017-06-031-1/+15
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-19/+21
* Make pcre2_dfa_match() take notice of the match limit, to catch patterns that ph102017-05-301-11/+9
* Fix pcre2test buffer size issue for convert calls in non-8-bit modes.ph102017-05-291-2/+2
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-2/+6
* More conversion development.ph102017-05-251-1/+1
* More experimental convert code evolution.ph102017-05-231-8/+43
* pcre2test can now handle lists of conversion options.ph102017-05-201-12/+18
* Conversion code update (revised option definitions).ph102017-05-181-5/+8
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-2/+47
* Fix typos in macros for experimental convert functions.ph102017-05-081-4/+4
* Fix memory leak in pcre2test (found by Coverity Scan).ph102017-05-071-36/+47
* Fix crash when more than one kind of "push" was set in pcre2test.ph102017-05-061-6/+9
* Experimental pattern conversion code (no public documentation yet).ph102017-05-061-20/+230
* Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.ph102017-04-181-7/+8
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-181-2/+14
* Tidies and minor bug fix resulting from Coverity Scan issues.ph102017-04-161-28/+31
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-7/+50
* Tidy some confusing code.ph102017-04-121-65/+67
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-9/+73
* Add -jitverify to pcre2test.ph102017-04-081-2/+4
* Implement PCRE2_ENDANCHORED.ph102017-04-041-2/+5
* Fix buglet in recent update for showing malloc/free at match time.ph102017-03-311-3/+4
* Better error handling in pcre2test.ph102017-03-261-61/+59
* Improvements to the \=memory modifier in pcre2test.ph102017-03-251-5/+65
* Make \=find_limits apply to DFA matching, to find the minimum depth limit.ph102017-03-241-14/+37
* Previous patch was not quite complete.ph102017-03-211-6/+9
* Fix 32-bit error buffer size bug in pcre2test (Bugzilla 2079).ph102017-03-211-3/+4
* Close serialization file in pcre2test after any error.ph102017-03-211-0/+4
* Minor pcre2test code fix for framesize modifier and documentation update.ph102017-03-211-2/+1
* Fix pcre2test bug for global match with zero terminated subject.ph102017-03-191-16/+22
* Add "framesize" to pcre2test to display pcre2_match() frame size, using the new ph102017-03-161-32/+52
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-34/+35
* Remove remaining (now unused) code under HEAP_MATCH_RECURSE, and make the build ph102017-03-111-40/+2
* Code for new interpreter (build system and documentation still to be done).ph102017-03-091-1/+1
* Check malloc returns in pcre2test.ph102017-02-231-3/+19
* Don't use %td (use %lu instead) in pcre2test under MSVC.ph102017-02-041-5/+12
* Fix warnings in 32-bit environments.ph102017-01-171-3/+3
* Fix pcre2test mishandling "end before start" return with POSIX interface.ph102017-01-111-6/+15
* Minor tidy.ph102016-12-311-1/+1
* Add callout_error to pcre2test and stop the fuzzer after 100 callouts.ph102016-12-281-7/+21
* Add the -ac option (auto_callout) to pcre2test.ph102016-12-231-10/+12
* Fix crash in pcre2test when displaying a wide character with a locale set.ph102016-12-081-4/+4
* Fix small memory leak in error code path.ph102016-12-081-0/+1
* Add pcre2_code_copy_with_tables().ph102016-11-221-32/+61
* Give some offset information for errors in pcre2test hex patterns.ph102016-11-221-9/+11