summaryrefslogtreecommitdiff
path: root/testdata/testinput5
Commit message (Expand)AuthorAgeFilesLines
* Update to Unicode 13.0.0.ph102020-03-251-1/+5
* Fix bugs in new UCP casing code for back references and characters with more ph102020-02-261-0/+3
* Fix bug introduced in recent UCP changes (writing outside starting code unit ph102020-02-251-0/+2
* Upgrade to Unicode 12.1.0ph102019-07-291-0/+5
* Compile \p{Any} the same as . in DOTALL mode, to benefit from auto-anchoring.ph102019-02-131-0/+4
* Fix overflow bug in new /u code. Fixes ClusterFuzz 13073.ph102019-02-131-0/+3
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-2/+5
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-0/+15
* Documentation and tests update for script runs.ph102018-10-121-0/+3
* Update Script Run code to use the Script Extension property instead of the ph102018-10-091-0/+11
* Fix bugs of omission in new script run code.ph102018-10-031-0/+5
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+23
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-021-0/+2
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-031-0/+14
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-271-0/+4
* Update to Unicode 11.0.0ph102018-07-071-9/+36
* Support the new EXTUNI in JIT.zherczeg2018-01-061-4/+4
* Update grapheme breaking rules for Unicode 10.0.0.ph102017-07-051-0/+19
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-021-6/+24
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-8/+4
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-0/+3
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-1/+8
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-199/+450
* Fix pcre2test bug for global match with zero terminated subject.ph102017-03-191-0/+3
* Improve class handling for \H and \V by ignoring caseless.ph102017-01-031-0/+6
* Fix bug when a character > 0xffff appears in a lookbehind within a lookbehind.ph102016-12-241-0/+2
* Fix crash in pcre2test when displaying a wide character with a locale set.ph102016-12-081-0/+11
* Fix pattern overrun in utf extended mode for a # comment that hit the end.ph102016-10-311-0/+2
* Fix bad lookup in global table for wide characters in extended mode and in ph102016-10-271-0/+4
* Fix new test in testinput5 when LF is not a default newline.ph102016-10-071-0/+2
* Fix callout display bug in pcre2test.ph102016-10-051-0/+3
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-0/+9
* Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when ph102016-08-031-9/+17
* Some tests were in the wrong files.ph102015-12-151-2/+0
* Fix typo introduced by ChangeLog 107.ph102015-12-041-0/+2
* Fix auto-callout with (?# comment bug.ph102015-11-251-0/+4
* Fix wide character problem with negated POSIX ascii and xdigit class items.ph102015-11-201-0/+15
* Fix single-character POSIX class bug in UCP mode.ph102015-11-171-0/+6
* Implement PCRE2_INFO_HASBACKSLASHC.ph102015-11-141-0/+2
* Fix pcre2_substitute(): set zero-terminated length before UTF validity check.ph102015-10-301-0/+3
* Fix UCP with [[:<]] and [[:>:]] bad compile bug.ph102015-10-211-0/+2
* Implement --never-backslash-Cph102015-10-171-17/+2
* Fix compiler bug for classes such as [\W\p{Any}].ph102015-10-091-0/+9
* Implement PCRE2_SUBSTITUTE_EXTENDED.ph102015-10-071-2/+9
* Tidied up a lot of comments in the test files.ph102015-09-161-54/+70
* Implemented PCRE2_ALT_VERBNAMESph102015-08-301-0/+5
* Fix two assertion fails in JIT found by Karl Skomski.zherczeg2015-08-241-0/+3
* Re-write recursion handling to fix another compiler bug and make it all less ph102015-08-091-3/+1
* Maintenance on tests for Perl compatibilityph102015-08-031-0/+8
* Fix not diagnosis of missing ) for callout with string argument.ph102015-07-211-0/+2