Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-19 | hush: fix exec builtin in a better way (+ "glob in exec" bug fixed) | Denys Vlasenko | |
function old new delta execvp_or_die - 50 +50 static.pseudo_null_str 3 - -3 builtin_exec 83 57 -26 pseudo_exec_argv 200 163 -37 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 0/2 up/down: 50/-66) Total: -16 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-04-16 | hush: fix "if { echo foo; } then { echo bar; } fi" parsing | Denis Vlasenko | |
function old new delta done_word 728 793 +65 parse_stream 2084 2098 +14 | |||
2008-06-18 | fix globbing in unquoted $* and $@ | Denis Vlasenko | |