summaryrefslogtreecommitdiff
path: root/testdata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix \o{...} to accept characters between 0x80000000 and 0xffffffffchpe2013-10-122-0/+22
* Fix auto-callout with PCRE_UCP, which was compiling rubbish.ph102013-10-112-0/+18
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-0915-9/+94
* Update \8 and \9 handling to match most recent Perl.ph102013-10-084-39/+74
* Refactor named group handling for conditional tests.ph102013-10-066-9/+23
* Add VT to the set of characters recognized as white space.ph102013-10-059-56/+61
* Refactored auto-possessification code.ph102013-10-0126-712/+1482
* unicode: Update to Unicode 6.3.0 releasechpe2013-10-016-8/+87
* Make back references to duplicated named subpatterns more like Perl.ph102013-09-0621-26/+128
* Refactor the code for creating the name/number table.ph102013-09-032-1/+13
* Fix pcregrep looping bug for multiline empty string match.ph102013-08-051-0/+3
* Fix incorrect "first data item" recorded for an assertion condition.ph102013-07-295-13/+29
* Move a non-Perl compatible test out of the Perl-compatible file.ph102013-07-274-20/+22
* Fix backup bugs with \X repeat matches.ph102013-07-262-0/+22
* Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for ph102013-07-058-0/+84