aboutsummaryrefslogtreecommitdiff
path: root/shell/match.c
AgeCommit message (Collapse)Author
2009-04-26hush: fix SEGV in % expansionDenis Vlasenko
function old new delta expand_variables 2203 2217 +14
2009-04-09hush: plug the leak of expanded heredocDenis Vlasenko
2009-04-07implement support for parameter substitution via #/% operatorsMike Frysinger