summaryrefslogtreecommitdiff
path: root/doc/pcre2test.txt
Commit message (Collapse)AuthorAgeFilesLines
* Documentation updateph102021-04-281-64/+70
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1308 6239d852-aaf2-0410-a92c-79f79f948069
* pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.ph102020-10-041-522/+529
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1274 6239d852-aaf2-0410-a92c-79f79f948069
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-201-309/+317
| | | | | | | Update documentation about character tables. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1237 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-221-24/+33
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1206 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-261-3/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1194 6239d852-aaf2-0410-a92c-79f79f948069
* Minor upgrade to pcre2test and comment in ucptest.ph102019-07-301-534/+539
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1151 6239d852-aaf2-0410-a92c-79f79f948069
* Make pcre2test show actual pre-match consulted characters for a partial match, ph102019-06-261-254/+258
| | | | | | | not the length of the longest lookbehind. Control this by "allusedtext". git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1122 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation update.ph102019-06-221-136/+136
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1118 6239d852-aaf2-0410-a92c-79f79f948069
* Typo in doc and update testsph102019-06-201-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1115 6239d852-aaf2-0410-a92c-79f79f948069
* Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; ph102019-06-151-2/+4
| | | | | | | raise the default limit; give error if -o requests an uncaptured parens. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1106 6239d852-aaf2-0410-a92c-79f79f948069
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1094 6239d852-aaf2-0410-a92c-79f79f948069
* Fix crash in pcre2_substitute() with NULL match context.ph102019-03-111-8/+10
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1081 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1070 6239d852-aaf2-0410-a92c-79f79f948069
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-6/+6
| | | | | | | in documentation to use "capture group", as Perl does. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1066 6239d852-aaf2-0410-a92c-79f79f948069
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-177/+211
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1039 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_EXTRA_ESCAPED_CR_IS_LFph102018-09-211-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1017 6239d852-aaf2-0410-a92c-79f79f948069
* Implement callouts from pcre2_substitute().ph102018-09-181-55/+89
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1012 6239d852-aaf2-0410-a92c-79f79f948069
* Allow :NAME on (*ACCEPT), (*FAIL), and (*COMMIT) and fix bug with (*MARK) ph102018-07-211-6/+6
| | | | | | | followed by (*ACCEPT) in an assertion. More small updates to perltest.sh. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@968 6239d852-aaf2-0410-a92c-79f79f948069
* Upgrade perltest.sh to support (some) #pattern modifiers.ph102018-07-171-493/+494
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@967 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation update to clarify what PCRE2 serialization is.ph102018-06-271-11/+15
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@950 6239d852-aaf2-0410-a92c-79f79f948069
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-390/+391
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@936 6239d852-aaf2-0410-a92c-79f79f948069
* Re-factor pcre2_dfa_match() to use the heap instead of the stack for workspace ph102018-04-271-159/+172
| | | | | | | vectors when doing recursive function calls. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@932 6239d852-aaf2-0410-a92c-79f79f948069
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-52/+118
| | | | | | | interpretation. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@893 6239d852-aaf2-0410-a92c-79f79f948069
* Add -LM to pcre2test.ph102017-10-171-278/+284
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@871 6239d852-aaf2-0410-a92c-79f79f948069
* Document experimental pattern conversion functions and remove unimplemented ph102017-07-121-1/+36
| | | | | | | features. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@840 6239d852-aaf2-0410-a92c-79f79f948069
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-021-27/+32
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@838 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation update.ph102017-06-161-250/+275
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@829 6239d852-aaf2-0410-a92c-79f79f948069
* Implement REG_PEND (GNU extension) for the POSIX wrapper.ph102017-06-051-216/+227
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@820 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@816 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@806 6239d852-aaf2-0410-a92c-79f79f948069
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-352/+358
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@786 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_EXTENDED_MORE and friends.ph102017-04-181-352/+356
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@758 6239d852-aaf2-0410-a92c-79f79f948069
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-340/+348
| | | | | | | for listing, configuring, etc. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@739 6239d852-aaf2-0410-a92c-79f79f948069
* Jason Hood's pcre2grep patches (modified a bit) to add --output to pcre2grep, ph102017-04-061-1/+3
| | | | | | | and also an inbuilt callout echo. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@734 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation update.ph102017-03-251-7/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@709 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation updateph102017-03-251-128/+135
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@706 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation update.ph102017-03-241-134/+139
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@701 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies for 10.23-RC1ph102017-01-161-22/+35
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@655 6239d852-aaf2-0410-a92c-79f79f948069
* Add pcre2_code_copy_with_tables().ph102016-11-221-292/+304
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@605 6239d852-aaf2-0410-a92c-79f79f948069
* Update pcre2test with the /utf8_input option, for generating wide characters in ph102016-08-031-191/+232
| | | | | | | non-UTF 16-bit and 32-bit modes. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@553 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.22.ph102016-07-291-2/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@551 6239d852-aaf2-0410-a92c-79f79f948069
* Return an error code when pcre2_get_error_message() does not recognize an error ph102016-06-171-1/+8
| | | | | | | code, and add a pcre2test facility for testing this. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@526 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_NO_JIT, update HTML docs as well.ph102016-06-051-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@522 6239d852-aaf2-0410-a92c-79f79f948069
* Update HTML docs.ph102016-02-261-42/+59
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@496 6239d852-aaf2-0410-a92c-79f79f948069
* Tidy pcre2demo.cph102016-02-021-99/+115
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@483 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-55/+89
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@471 6239d852-aaf2-0410-a92c-79f79f948069
* Implement pcre2_set_max_pattern_length()ph102015-11-051-351/+395
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@414 6239d852-aaf2-0410-a92c-79f79f948069
* Implement --never-backslash-Cph102015-10-171-169/+198
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@386 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation for offset limits.ph102015-09-221-1/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@375 6239d852-aaf2-0410-a92c-79f79f948069
* Update HTML documentation.ph102015-09-121-16/+74
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@369 6239d852-aaf2-0410-a92c-79f79f948069