summaryrefslogtreecommitdiff
path: root/testdata/testinput6
Commit message (Expand)AuthorAgeFilesLines
* Update to Unicode 7.0.0 releasechpe2014-06-191-1/+1
* Fix bad starting data when char with more than one other case follows ph102014-06-181-0/+3
* Fix caseless character class bug for characters within a range that have more ph102014-01-101-0/+9
* 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-8/+144
* Guard the call of check_char_prop since it does not exists when UCP is disabled.zherczeg2013-10-251-2/+10
* Auto-possessifying now supports property comparison with zero repeat quantifi...zherczeg2013-10-161-0/+2
* Add U+0085 and U+180E to what \s matches in UCP mode, to match Perl.ph102013-10-121-0/+8
* unicode: Update to Unicode 6.3.0 releasechpe2013-10-011-0/+1
* Move a non-Perl compatible test out of the Perl-compatible file.ph102013-07-271-6/+0
* Fix backup bugs with \X repeat matches.ph102013-07-261-0/+9
* Move some tests to the correct input file.ph102013-05-011-0/+8
* unicode: Update to Unicode 6.2chpe2012-09-301-1/+1
* All the remaining changes for handling characters with more than one other ph102012-09-251-0/+231
* Update character class handling to use new character case information; rework ph102012-09-231-2/+202
* Upgrade \X to match an extended grapheme clusterph102012-08-251-1/+71
* Update for Unicode 6.1.0.ph102012-02-281-2/+1
* Move tests incorrectly in test 6 (Perl-compatible) to test 7 (not).ph102012-02-251-24/+0
* Improved \X and back reference partial matchingzherczeg2012-02-141-0/+24
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-0/+14
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-14/+0
* Fix bug with caseless matching of characters of different lengths when the ph102011-12-011-0/+14
* Moved tests for new Unicode 6.0.0 scripts out of Perl-compatible tests, as Perl ph102011-05-091-19/+0
* Update tables to Unicode 6.0.0.ph102011-04-301-1/+20
* 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/+22
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-0/+42
* Tidies for 8.02-RC1 release.ph102010-03-101-7/+0
* Update Unicode tables to Unicode version 5.2.0.ph102010-03-011-0/+3
* 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-199/+0
* Fix Unicode property support in character classes for chars > 127 in non-UTF-8 ph102009-03-081-0/+8
* Fix caseless backreferences for non-ASCII characters.ph102008-07-071-0/+18
* Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.ph102008-07-041-0/+12
* Preliminary patch for upgraded Unicode Property support.ph102008-07-021-1/+7
* Fix bad compiled code for things like /\pL{2}+/ in which a possessive ph102007-12-121-0/+12
* Fix incorrect script bug in Unicode character table.ph102007-11-261-0/+63
* 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
* Fix several compile bugs involving repeated \p or \P items.ph102007-08-161-0/+10
* Crash in debug output when printing the name of a Unicode property.ph102007-08-151-0/+2
* Fixed compile-time loop for patterns like (?:[\PPa*]*){8,} (extended class ph102007-08-151-0/+5
* Update UTF-8 validity check and documentation.ph102007-08-091-2/+2
* Fix backtrack past start of subject bugs caused by the use of \X, \p, or \P in ph102007-08-061-0/+9
* Fix non-UTF-8 mode Unicode properties bug; prepare for 7.2 release.ph102007-06-191-0/+6
* Correct tests for link sizes 3 and 4ph102007-05-031-2/+2
* Use the pcretest "Z" option so all tests can be run with all link sizes.ph102007-05-031-14/+14
* Fix two obscure, but nasty bugs concerned with caseless matching with Unicode ph102007-03-091-0/+10