Lines Matching refs:groups

265     any matched groups, this happens at the end of processing. In the case when
294 1 to "aa" instead of to an empty string. The bug affected repeated groups
311 possessively repeated groups, and atomic groups.
393 4. (*MARK) settings inside atomic groups that do not contain any capturing
591 18. Change 22 for version 13 caused atomic groups to use more stack. This is
592 inevitable for groups that contain captures, but it can lead to a lot of
594 groups that do not contain any capturing parentheses.
665 calls to match() for possessively repeated groups such as (abc)++ when
668 11. While implementing 10, a number of bugs in the handling of groups were
731 branched capturing and non-capturing groups, repeated or not, and also to
733 in PCRE) and also to nested atomic groups.
739 24. The way atomic groups are processed by pcre_exec() has been changed so that
1017 be atomic by that change, but in the case of named groups, the amount of
1302 same bug. Such groups have to be quantified to be useful, or contained
1730 (an internal error was given). Such groups are now left in the compiled
2098 the size of patterns that contain repeated groups with explicit upper
2101 32-bit integer. However, it turns out that people want to use groups that
2260 for detecting groups that can match an empty string.
2265 bit of new cunning has reduced the workspace needed for groups with
2590 them into atomic groups such as ($>a+). Now they have their own opcodes,
2597 numbered groups.
2623 (a) Named groups can now be defined as (?<name>...) or (?'name'...) as well
2638 groups (named and numbered) that are never evaluated inline, but can be
2948 atomic groups. Thus, for example, (?R) is treated as if it were (?>(?R)).
3787 5. PCRE was failing to diagnose the case of two named groups with the same
4630 2. Allow quantification of (?>) groups, and make it work correctly.
4632 3. The first character computation wasn't working for (?>) groups.
4650 (?imsx-imsx:) non-capturing groups with option setting
4659 9. As in 5.005, unlimited repeated groups that could match an empty substring