Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common/expr.c
Commit message (Expand)AuthorAgeFilesLines
* Support minus character in attribute expressionsArthur de Jong2021-10-171-7/+7
* Various spelling fixesArthur de Jong2019-09-171-2/+2
* Mark case blocks without break statementArthur de Jong2018-02-171-1/+2
* Support substituting expresions of type ${var:offset:length}Giovanni Mascellani2016-06-031-0/+51
* Refactor out expression parsing to functionsArthur de Jong2016-05-241-68/+101
* 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