Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hush: fix exec builtin in a better way (+ "glob in exec" bug fixed) | Denys Vlasenko | 2009-10-19 | 1 | -3/+2 |
| | | | | | | | | | | | | 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> | ||||
* | hush: fix "if { echo foo; } then { echo bar; } fi" parsing | Denis Vlasenko | 2009-04-16 | 1 | -1/+1 |
| | | | | | | | function old new delta done_word 728 793 +65 parse_stream 2084 2098 +14 | ||||
* | fix globbing in unquoted $* and $@ | Denis Vlasenko | 2008-06-18 | 1 | -0/+10 |