summaryrefslogtreecommitdiff
path: root/src/pcre2test.c
Commit message (Expand)AuthorAgeFilesLines
* File tidies for 10.36-RC1 ph102020-11-061-2/+2
* Update pcre2test to check delimiters after #perltest and fix some in test 1.ph102020-09-141-0/+8
* Second attempt at getting rid of gcc 10 warning.ph102020-04-241-27/+11
* Avoid using [-1] as a suffix in pcre2test as it can provoke a compiler warning.ph102020-04-231-11/+28
* Fix resource leak in pcre2test introduced by recent patch.ph102020-03-241-6/+7
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-7/+49
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-221-135/+141
* Implement PCRE2_SUBSTITUTE_MATCHED.ph102019-12-271-11/+30
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-261-9/+15
* Final file tidies for 10.34ph102019-11-211-2/+2
* Update comment about %lu warnings.ph102019-11-171-1/+3
* Minor upgrade to pcre2test and comment in ucptest.ph102019-07-301-4/+16
* Implemented pcre2_get_match_data_size().ph102019-07-161-5/+7
* Give error for zero timing argument to pcre2test.ph102019-07-031-0/+11
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-261-5/+12
* Minor improvement to minimum length calculation.ph102019-06-131-1/+2
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-6/+19
* Casts and rewrites to avoid clang sanitize warnings.ph102019-04-161-2/+2
* Change a number of expressions like 1<<10 to 1u<<10.ph102019-04-121-2/+2
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-111-11/+13
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-1/+3
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-23/+71
* Implement --disable-percent-zt to avoid %zu and %td even if the environment ph102018-11-151-2/+3
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-25/+64
* Update VMS-specific code in pcre2test, on the advice of a VMS user.ph102018-11-091-2/+29
* Add "kibibytes" to the output of pcre2test -C to show the units of the heap ph102018-10-221-1/+1
* Implement PCRE2_COPY_MATCHED_SUBJECT.ph102018-10-171-2/+24
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-211-1/+3
* Implement callouts from pcre2_substitute().ph102018-09-181-15/+89
* Add "allvector" to pcre2test.ph102018-09-151-34/+117
* Make bcopy() emulation of memmove() work properly.ph102018-08-101-14/+54
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-6/+6
* Fix global search/replace in pcre2test and pcre2_substitute() when the pattern ph102018-07-021-28/+49
* Patches for portability.ph102018-06-201-43/+48
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-4/+4
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-13/+31
* Oops, forgot about "-C bsr" in previous patch.ph102018-02-191-1/+1
* Fix pcre2test -C to correctly show what \R matches.ph102018-02-191-1/+2
* Fix the value passed back for POSIX unset groups when REG_STARTEND has a ph102018-02-191-2/+6
* Source tidies and version etc. updates for 10.31-RC1.ph102018-01-131-3/+3
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-14/+51
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-161-5/+6
* Add -LM to pcre2test.ph102017-10-171-4/+120
* Fixed a small memory leak in pcre2test (convert contexts).ph102017-09-181-1/+3
* Add PCRE2_CONFIG_COMPILED_WIDTHS and PCRE2_CONFIG_NEVER_BACKSLASH_C.ph102017-09-161-14/+7
* Fix typo in VMS code in pcre2test.ph102017-08-281-1/+1
* Use %z format to avoid compiler warning.ph102017-07-211-1/+1
* Code tidies for 10.30-RC1 release candidate.ph102017-07-191-2/+7
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-121-2/+0
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-021-80/+95