Lines Matching refs:modifiers

120 	o job.c: fix memory leak in handling sysv :from=to modifiers
291 o var.c: fix parsing of modifiers containing unbalanced subexpressions
292 extract parsing of ':D' and ':U' modifiers into separate function
491 merge duplicate code for modifiers 'gmtime' and 'localtime'
577 o var.c: merge branches for modifiers ':D' and ':U'
822 reduce memory allocations in the modifiers ':D' and ':U'
824 clean up pattern flags for the modifiers ':S' and ':C'
830 avoid unnecessary calls to strlen when evaluating modifiers
853 o var.c: avoid evaluating many modifiers in parse only mode
870 explain non-obvious code around indirect variable modifiers
893 condense the code for parsing :S and :C modifiers
1060 error out on unknown variable modifiers at parse time
1292 add tests for the variable modifiers :[words] and :range
1308 o var.c: make parsing of the :gmtime and :localtime modifiers stricter
1318 add test for combining the :@ and :? variable modifiers
1470 in lint mode, reject modifiers without delimiter
1501 o var.c: fix bug in evaluation of indirect variable modifiers
1686 o var.c: reduce duplicate code for modifiers
1773 cleanup and simplify implementation of modifiers
1774 o make.1: move documentation for assignment modifiers
1809 o lots more unit tests for variable modifiers
2618 o var.c return varNoError rather than var_Error for ::= modifiers.
2810 o var.c: in debug output indicate which variabale modifiers
3099 consider it as containing modifiers.
3115 o when long modifiers fail to match, check sysV style.
3167 o correct handling of modifiers for non-existant variables
3690 o allow variable modifiers in a variable appear anywhere in
3700 o allow variable modifiers to be specified via variable - sjg
4060 New modifiers :tu :tl for toUpper and toLower.
4125 now does variable substituion on rhs of sysv style modifiers.
4253 * var.c (Var_Parse): added ODE modifiers :U, :D, :L, :P, :@ and :!