Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-12 | hush: fix handling of \" in quoted/unquoted `cmd` | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||
2010-09-06 | hush: fix another corner case with backslashes in heredocs | Denys Vlasenko | |
function old new delta parse_stream 2395 2432 +37 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> | |||
2010-09-06 | hush: fix backslash and terminator handling in <<[-]["]heredoc["] | Denys Vlasenko | |
function old new delta parse_stream 2339 2395 +56 expand_pseudo_dquoted 104 118 +14 parse_stream_dquoted 296 300 +4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/0 up/down: 74/0) Total: 74 bytes Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com> |