summaryrefslogtreecommitdiff
path: root/testdata/testinput10
Commit message (Expand)AuthorAgeFilesLines
* Add U+0085 and U+180E to what \s matches in UCP mode, to match Perl.ph102013-10-121-0/+8
* Refactored auto-possessification code.ph102013-10-011-11/+11
* unicode: Update to Unicode 6.3.0 releasechpe2013-10-011-2/+12
* Add \p{Xuc} to match characters identifiable by Universal Character Names.ph102013-02-271-0/+64
* Fix really stupid bug in multicase matching, and deficiency in the tests.ph102012-11-111-0/+16
* All the remaining changes for handling characters with more than one other ph102012-09-251-0/+210
* Update character class handling to use new character case information; rework ph102012-09-231-0/+18
* Upgrade \X to match an extended grapheme clusterph102012-08-251-0/+64
* Some tests were in the wrong files.ph102012-06-011-0/+32
* Upgrade DFA support to handle OP_NOTI with multibyte characters (other related ph102012-02-221-0/+8
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-136/+988
* Fix problem with (*THEN) not backing up far enough.ph102010-10-101-0/+2
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-1/+12
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-1/+1
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-201-0/+16
* Fix loop for null-matching condition nested in an outer unlimited repeat.ph102007-08-031-0/+4
* New test for internal sizes and offsets when link size is 2.ph102007-05-041-0/+104