Lines Matching refs:As
3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
9 # are unescaped, and in the pattern matching these have the same meaning as
21 # as well as an expression that expands to a ':'.
23 # XXX: As of 2020-11-01, when an escaped ':' occurs before the
26 # the expression is expanded as well, turning ${:U\:} into a simple
30 # XXX: As of 2020-11-01, the modifier on the right-hand side of the
34 # Therefore the escaped ':' is kept as-is, and the final pattern becomes
37 # If ParseModifier_Match had used the same parsing algorithm as Var_Subst,
38 # both patterns would end up as '::'.
48 # XXX: As of 2020-11-01, unlike all other variable modifiers, a '$' in the
49 # :M and :N modifiers is written as '$$', not as '\$'. This is confusing,
55 # XXX: As of 2020-11-01, unlike all other variable modifiers, '\$' is not
56 # parsed as an escaped '$'. Instead, ParseModifier_Match first scans for
103 # XXX: This is unnecessarily inconsistent but irrelevant in practice as there