summaryrefslogtreecommitdiff
path: root/testdata/testoutput5
Commit message (Expand)AuthorAgeFilesLines
* Update to Unicode 13.0.0.ph102020-03-251-2/+6
* Fix bugs in new UCP casing code for back references and characters with more ph102020-02-261-0/+5
* 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/+6
* Implement non-atomic positive assertions.ph102019-07-131-4/+4
* Minor improvement to minimum length calculation.ph102019-06-131-1/+0
* Compile \p{Any} the same as . in DOTALL mode, to benefit from auto-anchoring.ph102019-02-131-19/+28
* Fix overflow bug in new /u code. Fixes ClusterFuzz 13073.ph102019-02-131-0/+4
* Implement PCRE2_EXTRA_ALT_BSUX to support ECMAscript 6's \u{hhh..} syntax.ph102019-02-121-2/+6
* Allow non-ASCII in group names when UTF is set; revise group naming terminology ph102019-02-061-33/+60
* Documentation and tests update for script runs.ph102018-10-121-0/+4
* Update Script Run code to use the Script Extension property instead of the ph102018-10-091-0/+17
* Fix bugs of omission in new script run code.ph102018-10-031-0/+33
* Basic "script run" implementation. Not yet complete, and not yet documented.ph102018-10-021-0/+59
* Lock out \N{U+hhhh} in non-UTF (non-Unicode) modes.ph102018-09-021-0/+3
* Make /x more Perl-compatible by recognizing all of Unicode's "Pattern White ph102018-08-031-0/+17
* Give specific error for \F as for \L, \U etc.ph102018-07-271-1/+1
* Add support for \N{U+dd...}, for ASCII and Unicode modes only.ph102018-07-271-0/+6
* Update to Unicode 11.0.0ph102018-07-071-13/+62
* Support the new EXTUNI in JIT.zherczeg2018-01-061-5/+5
* Add callout_flags to callout blocks, and set bits within it from pcre2_match() ph102017-12-221-2/+2
* Update grapheme breaking rules for Unicode 10.0.0.ph102017-07-051-0/+34
* Update to Unicode 10.0.0 and add callout_no_where to pcre2test to aid testing.ph102017-07-021-7/+88
* Allow anchored patterns to use "first code unit" optimization.ph102017-06-301-26/+8
* Implement PCRE2_LITERAL and REG_NOSPEC.ph102017-06-151-0/+4
* Implement PCRE2_EXTRA_BAD_ESCAPE_IS_LITERAL.ph102017-06-011-1/+20
* Improve testing coverage with updates to pcre2test and test files; also get rid ph102017-04-161-199/+544
* Fix pcre2test bug for global match with zero terminated subject.ph102017-03-191-0/+4
* Improve class handling for \H and \V by ignoring caseless.ph102017-01-031-0/+18
* Fix bug when a character > 0xffff appears in a lookbehind within a lookbehind.ph102016-12-241-0/+13
* Fix crash in pcre2test when displaying a wide character with a locale set.ph102016-12-081-0/+13
* 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/+9
* Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.ph102016-10-021-2/+13
* Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when ph102016-08-031-25/+24
* Some tests were in the wrong files.ph102015-12-151-8/+0
* Fix typo introduced by ChangeLog 107.ph102015-12-041-0/+3
* Fix auto-callout with (?# comment bug.ph102015-11-251-0/+20
* Fix wide character problem with negated POSIX ascii and xdigit class items.ph102015-11-201-0/+49
* Fix single-character POSIX class bug in UCP mode.ph102015-11-171-0/+27
* Implement PCRE2_INFO_HASBACKSLASHC.ph102015-11-141-0/+8
* Fix pcre2_substitute(): set zero-terminated length before UTF validity check.ph102015-10-301-0/+4
* Fix UCP with [[:<]] and [[:>:]] bad compile bug.ph102015-10-211-0/+13
* Implement --never-backslash-Cph102015-10-171-25/+2
* Fix compiler bug for classes such as [\W\p{Any}].ph102015-10-091-0/+25
* Implement PCRE2_SUBSTITUTE_EXTENDED.ph102015-10-071-2/+12
* Tidied up a lot of comments in the test files.ph102015-09-161-108/+70
* Implemented PCRE2_ALT_VERBNAMESph102015-08-301-0/+7