Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common/expr.c
Commit message (Expand)AuthorAgeFilesLines
* update the trimming expressions code to follow the new co...Arthur de Jong2013-03-031-44/+26
* allow trimming expressions with ${foo#bar} syntax in nslcdThorsten Glaser2013-03-031-0/+62
* update C coding style to a more commonly used styleArthur de Jong2012-12-221-72/+75
* allow attribute options in attribute mapping expressionsArthur de Jong2012-10-191-1/+1
* handle expressions where the expander function returns NU...Arthur de Jong2011-06-051-0/+4
* switch variable expander function type name because _t su...Arthur de Jong2011-05-131-5/+5
* small code improvementsArthur de Jong2011-03-191-1/+2
* also don't expand variables in rest of ${var:+rest} expre...Arthur de Jong2010-08-141-3/+12
* do not expand variables in rest of ${var:-rest} expressio...Arthur de Jong2010-08-141-5/+18
* implement attribute mapping using shell-like expressionsArthur de Jong2009-12-281-0/+207