Lines Matching refs:repeat

129 33. The JIT compiler should not check repeats after a {0,1} repeat byte code.
240 12. A possessive capturing group such as (a)*+ with a minimum repeat of zero
241 failed to allow the zero-repeat case if pcre2_exec() was called with an
437 group that is quantified with an indefinite repeat, caused a compile-time
765 43. A minimizing repeat of a class containing codepoints greater than 255 in
1353 9. A possessively repeated subpattern with minimum repeat count greater than
1697 28. An instance of \X with an unlimited repeat could fail if at any point the
2292 which had an unlimited repeat of a nested, fixed maximum repeat of a wide
2664 12. Previously, a group with a zero repeat such as (...){0} was completely
3001 of another character. The bug was that, for an unlimited repeat of . in
3039 are longer than 30,000 bytes (though not repeat them that many times).
3058 10. Like Perl, PCRE automatically breaks an unlimited repeat after an empty
3092 unlimited repeat caused a loop at compile time (while checking to see
3129 27. Patterns such as (\P{Yi}*\277)* (group with possible zero repeat containing
3308 while processing a minimizing repeat. If the check also involved
3310 erroneous result when trying to check for a repeat of the original
3704 length of the subpattern and the repeat count. The latter is limited to
4524 recursion. If the recursively-called subpattern itself had a zero repeat,
5629 repeat of a potentially empty string).
5733 1. PCRE was failing to diagnose unlimited repeat of empty string for patterns
5883 1. A repeat with a fixed maximum and a minimum of 1 for an ordinary character