summaryrefslogtreecommitdiff
path: root/testdata/testinput5
Commit message (Collapse)AuthorAgeFilesLines
* Update to Unicode 13.0.0.ph102020-03-251-1/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1240 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bugs in new UCP casing code for back references and characters with more ph102020-02-261-0/+3
| | | | | | | than 2 cases. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1231 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bug introduced in recent UCP changes (writing outside starting code unit ph102020-02-251-0/+2
| | | | | | | bitmap for non-UTF caseless character U+00DF). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1229 6239d852-aaf2-0410-a92c-79f79f948069
* Upgrade to Unicode 12.1.0ph102019-07-291-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1147 6239d852-aaf2-0410-a92c-79f79f948069
* Compile \p{Any} the same as . in DOTALL mode, to benefit from auto-anchoring.ph102019-02-131-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1072 6239d852-aaf2-0410-a92c-79f79f948069
* Fix overflow bug in new /u code. Fixes ClusterFuzz 13073.ph102019-02-131-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1071 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-2/+5
| | | | 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-0/+15
| | | | | | | 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
* Documentation and tests update for script runs.ph102018-10-121-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1024 6239d852-aaf2-0410-a92c-79f79f948069
* Update Script Run code to use the Script Extension property instead of the ph102018-10-091-0/+11
| | | | | | | Script property. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1023 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bugs of omission in new script run code.ph102018-10-031-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1020 6239d852-aaf2-0410-a92c-79f79f948069
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+23
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1019 6239d852-aaf2-0410-a92c-79f79f948069
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-021-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@994 6239d852-aaf2-0410-a92c-79f79f948069
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-031-0/+14
| | | | | | | Space" characters, not just the ASCII ones. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@977 6239d852-aaf2-0410-a92c-79f79f948069
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-271-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@972 6239d852-aaf2-0410-a92c-79f79f948069
* Update to Unicode 11.0.0ph102018-07-071-9/+36
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@958 6239d852-aaf2-0410-a92c-79f79f948069
* Support the new EXTUNI in JIT.zherczeg2018-01-061-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@905 6239d852-aaf2-0410-a92c-79f79f948069
* Update grapheme breaking rules for Unicode 10.0.0.ph102017-07-051-0/+19
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@839 6239d852-aaf2-0410-a92c-79f79f948069
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-021-6/+24
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@838 6239d852-aaf2-0410-a92c-79f79f948069
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-8/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@837 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@826 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-1/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@816 6239d852-aaf2-0410-a92c-79f79f948069
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-199/+450
| | | | | | | of redundant code in pcre2_match(). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@751 6239d852-aaf2-0410-a92c-79f79f948069
* Fix pcre2test bug for global match with zero terminated subject.ph102017-03-191-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@687 6239d852-aaf2-0410-a92c-79f79f948069
* Improve class handling for \H and \V by ignoring caseless.ph102017-01-031-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@647 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bug when a character > 0xffff appears in a lookbehind within a lookbehind.ph102016-12-241-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@627 6239d852-aaf2-0410-a92c-79f79f948069
* Fix crash in pcre2test when displaying a wide character with a locale set.ph102016-12-081-0/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@613 6239d852-aaf2-0410-a92c-79f79f948069
* Fix pattern overrun in utf extended mode for a # comment that hit the end.ph102016-10-311-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@583 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bad lookup in global table for wide characters in extended mode and in ph102016-10-271-0/+4
| | | | | | | *VERB names. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@579 6239d852-aaf2-0410-a92c-79f79f948069
* Fix new test in testinput5 when LF is not a default newline.ph102016-10-071-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@562 6239d852-aaf2-0410-a92c-79f79f948069
* Fix callout display bug in pcre2test.ph102016-10-051-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@557 6239d852-aaf2-0410-a92c-79f79f948069
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-0/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@555 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when ph102016-08-031-9/+17
| | | | | | | PCRE2_UCP was not set. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@554 6239d852-aaf2-0410-a92c-79f79f948069
* Some tests were in the wrong files.ph102015-12-151-2/+0
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@468 6239d852-aaf2-0410-a92c-79f79f948069
* Fix typo introduced by ChangeLog 107.ph102015-12-041-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@460 6239d852-aaf2-0410-a92c-79f79f948069
* Fix auto-callout with (?# comment bug.ph102015-11-251-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@446 6239d852-aaf2-0410-a92c-79f79f948069
* Fix wide character problem with negated POSIX ascii and xdigit class items.ph102015-11-201-0/+15
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@443 6239d852-aaf2-0410-a92c-79f79f948069
* Fix single-character POSIX class bug in UCP mode.ph102015-11-171-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@440 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_INFO_HASBACKSLASHC.ph102015-11-141-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@436 6239d852-aaf2-0410-a92c-79f79f948069
* Fix pcre2_substitute(): set zero-terminated length before UTF validity check.ph102015-10-301-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@400 6239d852-aaf2-0410-a92c-79f79f948069
* Fix UCP with [[:<]] and [[:>:]] bad compile bug.ph102015-10-211-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@390 6239d852-aaf2-0410-a92c-79f79f948069
* Implement --never-backslash-Cph102015-10-171-17/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@386 6239d852-aaf2-0410-a92c-79f79f948069
* Fix compiler bug for classes such as [\W\p{Any}].ph102015-10-091-0/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@384 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_SUBSTITUTE_EXTENDED.ph102015-10-071-2/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@381 6239d852-aaf2-0410-a92c-79f79f948069
* Tidied up a lot of comments in the test files.ph102015-09-161-54/+70
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@371 6239d852-aaf2-0410-a92c-79f79f948069
* Implemented PCRE2_ALT_VERBNAMESph102015-08-301-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@360 6239d852-aaf2-0410-a92c-79f79f948069
* Fix two assertion fails in JIT found by Karl Skomski.zherczeg2015-08-241-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@352 6239d852-aaf2-0410-a92c-79f79f948069
* Re-write recursion handling to fix another compiler bug and make it all less ph102015-08-091-3/+1
| | | | | | | error-prone. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@338 6239d852-aaf2-0410-a92c-79f79f948069
* Maintenance on tests for Perl compatibilityph102015-08-031-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@333 6239d852-aaf2-0410-a92c-79f79f948069
* Fix not diagnosis of missing ) for callout with string argument.ph102015-07-211-0/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@321 6239d852-aaf2-0410-a92c-79f79f948069