summaryrefslogtreecommitdiff
path: root/testdata/testoutput10
Commit message (Expand)AuthorAgeFilesLines
* Auto-possessify OP_CLASS and some other bugfixes.zherczeg2013-10-181-65/+0
* 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-32/+36
* Refactored auto-possessification code.ph102013-10-011-286/+11
* unicode: Update to Unicode 6.3.0 releasechpe2013-10-011-3/+23
* Fix segfault when pcre_dfa_exec() is called with an output vector of length ph102013-05-151-5/+5
* Add \p{Xuc} to match characters identifiable by Universal Character Names.ph102013-02-271-0/+125
* Fix really stupid bug in multicase matching, and deficiency in the tests.ph102012-11-111-0/+22
* All the remaining changes for handling characters with more than one other ph102012-09-251-0/+403
* Update character class handling to use new character case information; rework ph102012-09-231-0/+30
* Upgrade \X to match an extended grapheme clusterph102012-08-251-6/+174
* Some tests were in the wrong files.ph102012-06-011-0/+55
* Upgrade DFA support to handle OP_NOTI with multibyte characters (other related ph102012-02-221-0/+11
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-727/+2036
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-3/+3
* Computation of memory needed for the table of names of groups was giving an ph102011-12-071-3/+3
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-19/+19
* Remove atomic from single repeats; convert possessive atomic to possessive ph102011-07-181-18/+14
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-11/+9
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-24/+19
* Fix problem with (*THEN) not backing up far enough.ph102010-10-101-0/+29
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-1/+42
* Minor doc fix; update tests by adding comments to each file, and generally ph102009-09-161-1/+1
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-201-2/+2
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-201-0/+72
* Fix loop for null-matching condition nested in an outer unlimited repeat.ph102007-08-031-0/+34
* Adjust opcode names in debugging output.ph102007-07-301-66/+66
* New test for internal sizes and offsets when link size is 2.ph102007-05-041-0/+563