summaryrefslogtreecommitdiff
path: root/testdata/testoutput6
Commit message (Expand)AuthorAgeFilesLines
* Fix optimization bugs for patterns starting with lookaheads.ph102016-10-181-0/+8
* Fix negated POSIX class within negated overall class UCP bug.ph102015-11-271-0/+16
* Fix wide character bug for some negative POSIX classes.ph102015-11-201-0/+78
* Fix [:punct:] bug in UCP mode (interpreter only). ph102015-11-171-0/+6
* Fix two assertion fails in JIT found by Karl Skomski.zherczeg2015-08-241-0/+4
* Documentation and tidies preparatory to 8.37 release.ph102015-04-141-0/+4
* Fix bad compile of patterns like /[A-`]/i8 where the range contains ph102015-03-061-0/+4
* Update to Unicode 7.0.0 releasechpe2014-06-191-2/+2
* Fix bad starting data when char with more than one other case follows ph102014-06-181-0/+4
* Fix caseless character class bug for characters within a range that have more ph102014-01-101-0/+12
* Wrong modifier messages in pcretest to go to stdout; update which modifiers are ph102013-11-121-1/+1
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-051-0/+2
* Update POSIX class handling in UCP mode.ph102013-11-021-113/+282
* Guard the call of check_char_prop since it does not exists when UCP is disabled.zherczeg2013-10-251-2/+98
* Auto-possessifying now supports property comparison with zero repeat quantifi...zherczeg2013-10-161-0/+15
* Add U+0085 and U+180E to what \s matches in UCP mode, to match Perl.ph102013-10-121-0/+12
* Add VT to the set of characters recognized as white space.ph102013-10-051-1/+1
* unicode: Update to Unicode 6.3.0 releasechpe2013-10-011-0/+2
* Move a non-Perl compatible test out of the Perl-compatible file.ph102013-07-271-10/+0
* Fix backup bugs with \X repeat matches.ph102013-07-261-0/+13
* Move some tests to the correct input file.ph102013-05-011-0/+12
* unicode: Update to Unicode 6.2chpe2012-09-301-2/+2
* All the remaining changes for handling characters with more than one other ph102012-09-251-0/+318
* Update character class handling to use new character case information; rework ph102012-09-231-2/+267
* Upgrade \X to match an extended grapheme clusterph102012-08-251-1/+179
* Update for Unicode 6.1.0.ph102012-02-281-4/+2
* Move tests incorrectly in test 6 (Perl-compatible) to test 7 (not).ph102012-02-251-38/+0
* Improved \X and back reference partial matchingzherczeg2012-02-141-0/+38
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-0/+22
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-22/+0
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-011-0/+22
* Moved tests for new Unicode 6.0.0 scripts out of Perl-compatible tests, as Perl ph102011-05-091-32/+0
* Update tables to Unicode 6.0.0.ph102011-04-301-1/+33
* Tidy up test comments, now that Perl >= 5.10 is generally around.ph102010-10-271-1/+1
* Fix crash for property test in non-UTF-8 mode.ph102010-05-311-14/+26
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-0/+56
* Tidies for 8.02-RC1 release.ph102010-03-101-12/+0
* Update Unicode tables to Unicode version 5.2.0.ph102010-03-011-0/+4
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-1/+5
* Re-organize tests to make is possible to test 5.10 features against Perl.ph102009-09-151-467/+0
* Remove restrictions on pcre_exec() partial matching.ph102009-08-261-1/+0
* Fix Unicode property support in character classes for chars > 127 in non-UTF-8 ph102009-03-081-0/+10
* Fix caseless backreferences for non-ASCII characters.ph102008-07-071-0/+42
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-041-0/+18
* Preliminary patch for upgraded Unicode Property support.ph102008-07-021-1/+9
* Fix bad compiled code for things like /\pL{2}+/ in which a possessive ph102007-12-121-0/+45
* Fix incorrect script bug in Unicode character table.ph102007-11-261-0/+112
* Fix loop for group with possible zero repeat containing \p or \P.ph102007-08-201-0/+18
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-201-0/+8
* Fix bad fix for repeated \p and \P.ph102007-08-171-0/+2