summaryrefslogtreecommitdiff
path: root/testdata/testinput10
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a word boundary check bug in JIT when partial matching is enabled.zherczeg2020-10-271-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1280 6239d852-aaf2-0410-a92c-79f79f948069
* Fix Bugzilla #2642: no match bug in 8-bit mode for caseless invalid utf ph102020-09-151-0/+3
| | | | | | | matching. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1272 6239d852-aaf2-0410-a92c-79f79f948069
* Follow ucp changes in JIT.zherczeg2020-02-261-4/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1230 6239d852-aaf2-0410-a92c-79f79f948069
* Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. ph102020-02-231-0/+29
| | | | | | | This is not yet documented, and it not yet implemented in JIT. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1224 6239d852-aaf2-0410-a92c-79f79f948069
* Fix error offset bug introduced at 1176.ph102019-10-161-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1179 6239d852-aaf2-0410-a92c-79f79f948069
* Optimize certain starting code unit bit maps into a single starting code unit.ph102019-09-131-0/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1171 6239d852-aaf2-0410-a92c-79f79f948069
* Improve starting-byte bit map for UTF-8 patterns with wide characters in ph102019-09-101-0/+6
| | | | | | | classes. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1170 6239d852-aaf2-0410-a92c-79f79f948069
* Optimize classes such as [Aa] to be a single caseless character.ph102019-09-091-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1168 6239d852-aaf2-0410-a92c-79f79f948069
* Another extension to minimum length calculation.ph102019-06-171-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1108 6239d852-aaf2-0410-a92c-79f79f948069
* Implement support for invalid UTF in the pcre2_match() interpreter.ph102019-05-241-1/+65
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1094 6239d852-aaf2-0410-a92c-79f79f948069
* Previout bug-fix was bad. This properly fixes an overrun while reading a ph102019-02-071-0/+4
| | | | | | | Unicode group name. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1069 6239d852-aaf2-0410-a92c-79f79f948069
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-0/+8
| | | | | | | 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
* Implement callouts from pcre2_substitute().ph102018-09-181-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1012 6239d852-aaf2-0410-a92c-79f79f948069
* Save extra compile options with the compiled pattern, and add an info call to ph102017-12-161-1/+1
| | | | | | | retrieve them. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@892 6239d852-aaf2-0410-a92c-79f79f948069
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-0/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@837 6239d852-aaf2-0410-a92c-79f79f948069
* Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.ph102017-05-171-0/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@786 6239d852-aaf2-0410-a92c-79f79f948069
* Fix class bug when UCP but not UTF was set and all wide characters need to be ph102016-12-261-0/+2
| | | | | | | included. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@628 6239d852-aaf2-0410-a92c-79f79f948069
* Fix *MARK length check in UTF mode (it was checking characters, not code ph102016-10-261-0/+2
| | | | | | | units). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@578 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when ph102016-08-031-0/+9
| | | | | | | PCRE2_UCP was not set. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@554 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bad offset value in invalid UTF pattern error.ph102015-11-271-1/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@447 6239d852-aaf2-0410-a92c-79f79f948069
* Bad max lookbehind length was calculated when a back reference contained a ph102015-11-011-0/+3
| | | | | | | recursion. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@407 6239d852-aaf2-0410-a92c-79f79f948069
* Implement --never-backslash-Cph102015-10-171-55/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@386 6239d852-aaf2-0410-a92c-79f79f948069
* Tidied up a lot of comments in the test files.ph102015-09-161-22/+41
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@371 6239d852-aaf2-0410-a92c-79f79f948069
* Runtime UTF checks now take not of the starting offset.ph102015-08-181-0/+29
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@348 6239d852-aaf2-0410-a92c-79f79f948069
* More documentation and test updates.ph102014-11-231-15/+15
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@158 6239d852-aaf2-0410-a92c-79f79f948069
* Substitution tests and documentation.ph102014-11-121-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@144 6239d852-aaf2-0410-a92c-79f79f948069
* Preparatory work for JIT.ph102014-08-081-9/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@42 6239d852-aaf2-0410-a92c-79f79f948069
* Test tidies and additional tests.ph102014-08-061-0/+58
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@38 6239d852-aaf2-0410-a92c-79f79f948069
* All tests except JIT and save/reload are implemented.ph102014-08-051-0/+398
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@37 6239d852-aaf2-0410-a92c-79f79f948069