summaryrefslogtreecommitdiff
path: root/testdata/testoutput10
Commit message (Expand)AuthorAgeFilesLines
* Fixed a word boundary check bug in JIT when partial matching is enabled.zherczeg2020-10-271-0/+6
* Fix Bugzilla #2642: no match bug in 8-bit mode for caseless invalid utf ph102020-09-151-0/+4
* Follow ucp changes in JIT.zherczeg2020-02-261-4/+0
* Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. ph102020-02-231-1/+63
* Fix error offset bug introduced at 1176.ph102019-10-161-0/+10
* Optimize certain starting code unit bit maps into a single starting code unit.ph102019-09-131-0/+34
* Improve starting-byte bit map for UTF-8 patterns with wide characters in ph102019-09-101-35/+31
* Optimize classes such as [Aa] to be a single caseless character.ph102019-09-091-0/+7
* Another extension to minimum length calculation.ph102019-06-171-0/+9
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-1/+107
* Previout bug-fix was bad. This properly fixes an overrun while reading a ph102019-02-071-0/+6
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-78/+87
* Upgrade the as yet unreleased substitute callout facility.ph102018-11-121-4/+4
* Implement callouts from pcre2_substitute().ph102018-09-181-0/+10
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-161-1/+7
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-0/+34
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-0/+11
* Fix class bug when UCP but not UTF was set and all wide characters need to be ph102016-12-261-0/+8
* Fix *MARK length check in UTF mode (it was checking characters, not code ph102016-10-261-0/+3
* Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when ph102016-08-031-0/+25
* Fix bad offset value in invalid UTF pattern error.ph102015-11-271-4/+7
* Bad max lookbehind length was calculated when a back reference contained a ph102015-11-011-0/+9
* Implement --never-backslash-Cph102015-10-171-83/+0
* Tidied up a lot of comments in the test files.ph102015-09-161-42/+54
* Runtime UTF checks now take not of the starting offset.ph102015-08-181-0/+48
* More documentation and test updates.ph102014-11-231-91/+91
* Substitution tests and documentation.ph102014-11-121-0/+4
* Code for pcre2_substitute(), and tests.ph102014-11-111-1/+1
* API documentation and a lot of little related changes to the code.ph102014-09-191-2/+2
* Don't say "No options" or "No first/last code unit"; simplifies pcre2test ph102014-08-101-42/+0
* Multi-config tests (without JIT) now work.ph102014-08-101-0/+1
* Preparatory work for JIT.ph102014-08-081-12/+0
* Test tidies and additional tests.ph102014-08-061-0/+329
* All tests except JIT and save/reload are implemented.ph102014-08-051-0/+1273