Lines Matching refs:modifiers

80 	o var.c: fix parsing of modifiers containing unbalanced subexpressions
81 extract parsing of ':D' and ':U' modifiers into separate function
280 merge duplicate code for modifiers 'gmtime' and 'localtime'
366 o var.c: merge branches for modifiers ':D' and ':U'
611 reduce memory allocations in the modifiers ':D' and ':U'
613 clean up pattern flags for the modifiers ':S' and ':C'
619 avoid unnecessary calls to strlen when evaluating modifiers
642 o var.c: avoid evaluating many modifiers in parse only mode
659 explain non-obvious code around indirect variable modifiers
682 condense the code for parsing :S and :C modifiers
849 error out on unknown variable modifiers at parse time
1081 add tests for the variable modifiers :[words] and :range
1097 o var.c: make parsing of the :gmtime and :localtime modifiers stricter
1107 add test for combining the :@ and :? variable modifiers
1259 in lint mode, reject modifiers without delimiter
1290 o var.c: fix bug in evaluation of indirect variable modifiers
1475 o var.c: reduce duplicate code for modifiers
1562 cleanup and simplify implementation of modifiers
1563 o make.1: move documentation for assignment modifiers
1598 o lots more unit tests for variable modifiers
2407 o var.c return varNoError rather than var_Error for ::= modifiers.
2599 o var.c: in debug output indicate which variabale modifiers
2888 consider it as containing modifiers.
2904 o when long modifiers fail to match, check sysV style.
2956 o correct handling of modifiers for non-existant variables
3479 o allow variable modifiers in a variable appear anywhere in
3489 o allow variable modifiers to be specified via variable - sjg
3849 New modifiers :tu :tl for toUpper and toLower.
3914 now does variable substituion on rhs of sysv style modifiers.
4042 * var.c (Var_Parse): added ODE modifiers :U, :D, :L, :P, :@ and :!