Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-02 | sh testsuite: create hush-heredoc/* and move files around | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-04-08 | hush: echo \2>file fix | Denis Vlasenko | |
2009-04-07 | hush: fix heredoc expansion of $var and `cmd` | Denis Vlasenko | |
function old new delta expand_pseudo_dquoted - 104 +104 setup_heredoc 215 275 +60 done_word 669 691 +22 parse_stream 1899 1902 +3 setup_redirects 196 191 -5 free_pipe 189 183 -6 expand_variables 2349 2229 -120 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 3/3 up/down: 189/-131) Total: 58 bytes | |||
2009-04-07 | add a pathological test case for here doc related to eof marker and other ↵ | Mike Frysinger | |
ugly corner cases |