Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-13 | hush: fix raw ^C handlisg in single-quoted strings | Denys Vlasenko | |
function old new delta parse_stream 2719 2754 +35 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2009-04-10 | hush: tighten up "for" variable name check. | Denis Vlasenko | |
Add TODOs. Disable redir4.right part where we differ from bash. It is not a bug per standards. Add a few tests, one is in hush-bugs section: and_or_and_backgrounding.right. It will likely bite users in real world usage. |