summaryrefslogtreecommitdiff
path: root/pcretest.c
Commit message (Expand)AuthorAgeFilesLines
* Tidies to get rid of sanitize warnings (mostly about left shifts).ph102020-02-111-6/+6
* File tidies for 8.41-RC1 release.ph102017-06-131-4/+4
* Fix typo (leading to possible buffer overflow in pcre_copy_substring()) in ph102017-03-271-2/+2
* Make pcretest check size of \O argument.ph102017-02-231-1/+10
* Check character < 256 for isprint() in pcretest.ph102017-02-221-1/+1
* Fix pcretest callout display bugph102016-10-061-0/+3
* Ignore "show all captures" after DFA matching.ph102016-07-061-5/+12
* Fix pcretest loop for global matching with an ovector size less than 2.ph102016-02-271-0/+6
* Fix pcretest bad behaviour for callout in lookbehind.ph102016-02-061-4/+10
* Fix \a and \e in pcretest, and \a in pcre_compile, on EBCDIC platforms.ph102015-06-121-2/+2
* Documentation and tidies preparatory to 8.37 release.ph102015-04-141-17/+17
* Fix pcretest loop for \K in lookbehind assertion.ph102015-04-071-3/+27
* Fixed two pcretest crashes caused by mangled input (the fuzzers are at work).ph102015-02-201-12/+15
* A better fix for the Posix with unknown modifier crash in pcretest.ph102015-02-031-3/+2
* Fix pcretest crash with /g and zero-length ovector.ph102015-02-031-0/+6
* Crash in pcretest after bad input.ph102015-02-031-1/+2
* Preparations for next release.ph102014-03-041-2/+2
* Implement pcre_stack_guard.ph102014-02-091-8/+63
* Fix bug in tests when 16/32 bits and --enable-bsr-anycrlf are both set. Extend ph102014-01-171-3/+9
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-031-2/+2
* Fix pcretest's handling of patterns when \K in an assertion sets the start of aph102013-12-271-3/+18
* Clarify handling of \s in documentation; fix VT in pcretest's built-in tables.ph102013-11-251-4/+4
* Source tidies for 8.34-RC1.ph102013-11-191-34/+34
* Get rid of a compiler warning.ph102013-11-191-1/+1
* Wrong modifier messages in pcretest to go to stdout; update which modifiers are ph102013-11-121-6/+5
* Rename the (as yet unreleased) PCRE_NO_AUTO_POSSESSIFY option to ph102013-11-121-4/+4
* Implement compile-time nested parentheses limit, specified at build time.ph102013-11-051-0/+2
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-051-19/+93
* Further auto-possessification patch.ph102013-10-121-1/+1
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-091-0/+17
* Refactored auto-possessification code.ph102013-10-011-2/+7
* Refactor the code for creating the name/number table.ph102013-09-031-19/+4
* Add -T and -TM to pcretest.ph102013-08-271-5/+30
* Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for ph102013-07-051-3/+5
* Get rid of some "statement not reached" and a "possibly uninitialized" compiler ph102013-07-021-1/+1
* Small performance improvement in strlen16 and strlen32 in pcretest.ph102013-07-021-6/+6
* Final source file tidies for 8.33 release.ph102013-05-281-3/+3
* Fix segfault when pcre_dfa_exec() is called with an output vector of length ph102013-05-151-1/+1
* Fix pcretest crash with a data line longer than 65536 bytes.ph102013-05-101-5/+8
* Fix spelling mistakes in comments.ph102013-05-101-1/+1
* Source tidies (trails spaces, html updates) for 8.33-RC1.ph102013-05-011-9/+9
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-241-14/+31
* Implement PCRE_NEVER_UTFph102013-04-051-0/+1
* pcretest: Fix UTF-16 surrogate printing in test outputchpe2013-02-271-1/+1
* Correct Unicode string checking in the light of corrigendum #9.ph102013-02-271-16/+4
* Added some #ifdef __VMS code to pcretest.c.ph102013-02-221-6/+28
* Pass back the bumpalong value for partial matches.ph102013-02-201-4/+7
* Fix various save/revert cases for capture_last in recursion and also don't ph102013-02-131-2/+4
* File tidies, preparing for 8.32-RC1.ph102012-11-111-7/+7
* Fix pcretest -C pcre8/pcre16 bug.ph102012-11-071-0/+2