Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-26 | hush: fix SEGV in % expansion | Denis Vlasenko | |
function old new delta expand_variables 2203 2217 +14 | |||
2009-04-19 | hush: fix handling of } which is not a closing one in { cmd; } | Denis Vlasenko | |
function old new delta parse_stream 2176 2302 +126 builtin_unset 381 387 +6 | |||
2009-04-10 | hush: tweak tests | Denis Vlasenko | |
2009-04-09 | add test cases for parameter substitution with unset/null strings | Mike Frysinger | |
2009-04-07 | implement support for parameter substitution via #/% operators | Mike Frysinger | |