summaryrefslogtreecommitdiff
path: root/testdata/testoutput2
Commit message (Expand)AuthorAgeFilesLines
* Fix slow study when much mutual recursion.ph102015-04-131-0/+2
* Fix pcretest loop for \K in lookbehind assertion.ph102015-04-071-0/+28
* Fix stack overflow instead of diagnostic for mutual recursion inside a ph102015-04-011-0/+3
* Fix possessive quantifier after group containing subroutine call.ph102015-03-291-0/+42
* Fix non-diagnosis of missing assertion after (?(?< not followed by ! or =.ph102015-03-291-1/+4
* Fix mutual recursion inside other groups stack overflow bug.ph102015-03-271-0/+2
* Fix bugs caused by (?!) as a condition (which is converted to OP_FAIL).ph102015-03-241-0/+6
* Fix bad compilation for patterns like /((?+1)(\1))/ with forward reference ph102015-03-021-0/+15
* Fix bad compile for groups like "((?2){0,1999}())?".ph102015-02-281-0/+2
* Fixed two pcretest crashes caused by mangled input (the fuzzers are at work).ph102015-02-201-0/+11
* Fix bug that did not allow zero case for (a)*+ when ovector was too small to ph102015-02-111-0/+17
* Disallow quantification of assertions used as conditions.ph102015-02-081-2/+19
* Fix duplicate names memory calculation error.ph102015-02-081-0/+2
* Fix conditional test not setting highest back reference.ph102015-02-081-0/+57
* Fix zero-repeat assertion condition bug.ph102014-11-191-0/+10
* Fix compiler crash/misbehaviour for zero-repeated groups that include a ph102014-07-121-0/+24
* Give error for \x{} and \o{}.ph102014-05-271-0/+17
* Fix auto-possessification bug.ph102014-05-271-0/+16
* 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-101-0/+4
* Implement pcre_stack_guard.ph102014-02-091-0/+10
* Improve pattern prefix search by a simplified Boyer-Moore algorithm in JIT.zherczeg2014-01-111-0/+4
* Reword pcretest messages and clarify "first char" meaning.ph102014-01-031-84/+84
* Fix pcretest's handling of patterns when \K in an assertion sets the start of aph102013-12-271-0/+6
* Add support for [[:<:]] and [[:>:]] as a transition aid.ph102013-12-031-0/+36
* Add (*NO_AUTO_POSSESS) and document interaction between auto-possessification ph102013-11-091-1/+10
* Require group names to start with a non-digit.ph102013-11-091-11/+59
* Allow quantifiers on (?!) so as to be the same as other assertions.ph102013-11-081-2/+22
* Give errors for [A-\d] and [a-[:digit:]] etc.ph102013-11-061-1/+26
* Add a simple tripwire to pcretest to lock out certain modifiers.ph102013-11-051-2/+4
* Guard the call of check_char_prop since it does not exists when UCP is disabled.zherczeg2013-10-251-92/+17
* Allow auto-possessify to check more complex bracketed expressions.zherczeg2013-10-181-2/+184
* Auto-possessify OP_CLASS and some other bugfixes.zherczeg2013-10-181-0/+48
* Auto-possessifying now supports property comparison with zero repeat quantifi...zherczeg2013-10-161-9/+24
* Explicit possessive quantifiers now use the new opcodes. Fixed an infelicity ph102013-10-151-8/+59
* More auto-possessification additions, using possessive class repeats. These are ph102013-10-141-8/+108
* Further auto-possessification patch.ph102013-10-121-16/+152
* Add \o{} and tidy up \x{} handling. Minor update to RunTest.ph102013-10-091-0/+15
* Refactor named group handling for conditional tests.ph102013-10-061-3/+3
* Add VT to the set of characters recognized as white space.ph102013-10-051-6/+6
* Refactored auto-possessification code.ph102013-10-011-25/+770
* Make back references to duplicated named subpatterns more like Perl.ph102013-09-061-0/+34
* Refactor the code for creating the name/number table.ph102013-09-031-1/+11
* Fix incorrect "first data item" recorded for an assertion condition.ph102013-07-291-0/+6
* Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for ph102013-07-051-0/+53
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-241-29/+120
* Use tail recursion in maximizing character and character type repetitions, to ph102013-04-221-1/+1
* Move tests that are now Perl-compatible from test 2 to test 1.ph102013-03-291-37/+0
* Further changes to backtracking verbs in assertions.ph102013-03-271-9/+21
* Move some tests from testinput2 to testinput1 because they are now ph102013-03-221-139/+5