summaryrefslogtreecommitdiff
path: root/doc/pcre2test.txt
Commit message (Expand)AuthorAgeFilesLines
* Documentation updateph102021-04-281-64/+70
* pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.ph102020-10-041-522/+529
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-309/+317
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-221-24/+33
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-261-3/+6
* Minor upgrade to pcre2test and comment in ucptest.ph102019-07-301-534/+539
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-261-254/+258
* Documentation update.ph102019-06-221-136/+136
* Typo in doc and update testsph102019-06-201-2/+2
* Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; ph102019-06-151-2/+4
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-1/+2
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-111-8/+10
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-1/+2
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-6/+6
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-177/+211
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-211-1/+2
* Implement callouts from pcre2_substitute().ph102018-09-181-55/+89
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-6/+6
* Upgrade perltest.sh to support (some) #pattern modifiers.ph102018-07-171-493/+494
* Documentation update to clarify what PCRE2 serialization is.ph102018-06-271-11/+15
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-390/+391
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-159/+172
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-52/+118
* Add -LM to pcre2test.ph102017-10-171-278/+284
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-121-1/+36
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-021-27/+32
* Documentation update.ph102017-06-161-250/+275
* Implement REG_PEND (GNU extension) for the POSIX wrapper.ph102017-06-051-216/+227
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-1/+2
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-4/+4
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-352/+358
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-181-352/+356
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-340/+348
* Jason Hood's pcre2grep patches (modified a bit) to add --output to pcre2grep, ph102017-04-061-1/+3
* Documentation update.ph102017-03-251-7/+11
* Documentation updateph102017-03-251-128/+135
* Documentation update.ph102017-03-241-134/+139
* File tidies for 10.23-RC1ph102017-01-161-22/+35
* Add pcre2_code_copy_with_tables().ph102016-11-221-292/+304
* Update pcre2test with the /utf8_input option, for generating wide characters in ph102016-08-031-191/+232
* Final file tidies for 10.22.ph102016-07-291-2/+4
* Return an error code when pcre2_get_error_message() does not recognize an error ph102016-06-171-1/+8
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-051-1/+2
* Update HTML docs.ph102016-02-261-42/+59
* Tidy pcre2demo.cph102016-02-021-99/+115
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-55/+89
* Implement pcre2_set_max_pattern_length()ph102015-11-051-351/+395
* Implement --never-backslash-Cph102015-10-171-169/+198
* Documentation for offset limits.ph102015-09-221-1/+8
* Update HTML documentation.ph102015-09-121-16/+74