summaryrefslogtreecommitdiff
path: root/common/expr.c
AgeCommit message (Expand)Author
2013-03-03update the trimming expressions code to follow the new coding styleArthur de Jong
2013-03-03allow trimming expressions with ${foo#bar} syntax in nslcdThorsten Glaser
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-10-19allow attribute options in attribute mapping expressionsArthur de Jong
2011-06-05handle expressions where the expander function returns NULL (handle it as an ...Arthur de Jong
2011-05-13switch variable expander function type name because _t suffix is reservedArthur de Jong
2011-03-19small code improvementsArthur de Jong
2010-08-14also don't expand variables in rest of ${var:+rest} expressions if var is not...Arthur de Jong
2010-08-14do not expand variables in rest of ${var:-rest} expressions if var is not bla...Arthur de Jong
2009-12-28implement attribute mapping using shell-like expressionsArthur de Jong