summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* Fix compile-time loop for recursive reference within a group with an indefinite ph102014-08-082-0/+16
* Tidy Perl compatibility test script.ph102014-08-082-2/+2
* Fix compiler crash/misbehaviour for zero-repeated groups that include a ph102014-07-126-0/+100
* Update to Unicode 7.0.0 releasechpe2014-06-192-3/+3
* Recognize characters with multiple other cases when creating starting bit map.ph102014-06-184-0/+52
* Fix bad compile of [\Qx]... where x is any character.ph102014-06-182-0/+14
* Fix not including VT in starting characters for \s.ph102014-06-185-40/+47
* Fix bad starting data when char with more than one other case follows ph102014-06-184-0/+18
* Fix two bugs concerned with duplicate named patterns.ph102014-05-282-0/+71
* Give error for \x{} and \o{}.ph102014-05-272-0/+29
* Fix auto-possessification bug.ph102014-05-274-0/+25
* Another test case for previously fixed bug.ph102014-05-272-0/+9
* Fix empty-matching possessive zero-repeat groups bug.ph102014-05-274-0/+35
* Fixed an issue with nested table jumps.zherczeg2014-04-252-0/+7
* Fix C++ compiler warnings and silly quantifier size check.ph102014-04-211-3/+3
* Fix typo that caused max/min quantifiers in ungreedy mode not to work.ph102014-03-102-0/+7
* Implement pcre_stack_guard.ph102014-02-092-0/+18
* Fix bug in tests when 16/32 bits and --enable-bsr-anycrlf are both set. Extend ph102014-01-173-5/+5
* Check alternative outputs for the locale test in RunTest. It should now work ph102014-01-125-10/+364
* Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.zherczeg2014-01-112-0/+7
* Fix caseless character class bug for characters within a range that have more ph102014-01-104-2/+53
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-0319-183/+183
* Typo fixchpe2014-01-012-2/+2
* JIT: Improved matching of newlines.zherczeg2013-12-312-2/+9
* JIT: Improved character read in UTF mode.zherczeg2013-12-302-0/+7
* Fix pcretest's handling of patterns when \K in an assertion sets the start of aph102013-12-272-0/+9
* The auto-possessification of character sets were improved. The JIT compiler a...zherczeg2013-12-223-2/+19
* A new flag is set, when property checks are present in an XCLASS.zherczeg2013-12-229-22/+74
* Fix internal error for XCLASS in 16/32-bit non-UCP versions with heap ph102013-12-062-0/+7
* Add support for [[:<:]] and [[:>:]] as a transition aid.ph102013-12-032-0/+49
* Source tidies for 8.34-RC1.ph102013-11-191-0/+1
* Wrong modifier messages in pcretest to go to stdout; update which modifiers are ph102013-11-126-6/+6
* Fix \K bug in possessively repeated groups.ph102013-11-112-0/+42
* In /x mode, allow white space before a possessive + character.ph102013-11-102-2/+44
* Add (*NO_AUTO_POSSESS) and document interaction between auto-possessification ph102013-11-092-2/+13
* Require group names to start with a non-digit.ph102013-11-095-22/+103
* Allow quantifiers on (?!) so as to be the same as other assertions.ph102013-11-082-3/+26
* Give errors for [A-\d] and [a-[:digit:]] etc.ph102013-11-066-39/+43
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-0533-26/+96
* Update POSIX class handling in UCP mode.ph102013-11-024-124/+550
* A test that was in test 4 should have been in test 5.ph102013-10-294-10/+17
* Guard the call of check_char_prop since it does not exists when UCP is disabled.zherczeg2013-10-254-115/+142
* Allow auto-possessify to check more complex bracketed expressions.zherczeg2013-10-182-2/+200
* Auto-possessify OP_CLASS and some other bugfixes.zherczeg2013-10-1813-98/+168
* Auto-possessifying now supports property comparison with zero repeat quantifi...zherczeg2013-10-164-18/+52
* Explicit possessive quantifiers now use the new opcodes. Fixed an infelicity ph102013-10-159-39/+114
* More auto-possessification additions, using possessive class repeats. These are ph102013-10-1414-76/+224
* Add U+0085 and U+180E to what \s matches in UCP mode, to match Perl.ph102013-10-124-0/+40
* +1 is not needed for XCLASS as well.zherczeg2013-10-122-0/+15
* Further auto-possessification patch.ph102013-10-122-16/+160