Lines Matching refs:modifiers

107 	merge duplicate code for modifiers 'gmtime' and 'localtime'
193 o var.c: merge branches for modifiers ':D' and ':U'
438 reduce memory allocations in the modifiers ':D' and ':U'
440 clean up pattern flags for the modifiers ':S' and ':C'
446 avoid unnecessary calls to strlen when evaluating modifiers
469 o var.c: avoid evaluating many modifiers in parse only mode
486 explain non-obvious code around indirect variable modifiers
509 condense the code for parsing :S and :C modifiers
676 error out on unknown variable modifiers at parse time
908 add tests for the variable modifiers :[words] and :range
924 o var.c: make parsing of the :gmtime and :localtime modifiers stricter
934 add test for combining the :@ and :? variable modifiers
1086 in lint mode, reject modifiers without delimiter
1117 o var.c: fix bug in evaluation of indirect variable modifiers
1302 o var.c: reduce duplicate code for modifiers
1389 cleanup and simplify implementation of modifiers
1390 o make.1: move documentation for assignment modifiers
1425 o lots more unit tests for variable modifiers
2234 o var.c return varNoError rather than var_Error for ::= modifiers.
2426 o var.c: in debug output indicate which variabale modifiers
2715 consider it as containing modifiers.
2731 o when long modifiers fail to match, check sysV style.
2783 o correct handling of modifiers for non-existant variables
3306 o allow variable modifiers in a variable appear anywhere in
3316 o allow variable modifiers to be specified via variable - sjg
3676 New modifiers :tu :tl for toUpper and toLower.
3741 now does variable substituion on rhs of sysv style modifiers.
3869 * var.c (Var_Parse): added ODE modifiers :U, :D, :L, :P, :@ and :!