Age | Commit message (Expand) | Author |
---|---|---|
2010-09-12 | hush: fix handling of \" in quoted/unquoted `cmd` | Denys Vlasenko |
2010-05-20 | hush: fix var=`exit 2` not setting $? to 2 | Denys Vlasenko |
2009-11-16 | hush: fix exit code propagation from `cmd`. +45 bytes | Denys Vlasenko |
2009-11-15 | hush: wait for `cmd` to complete, and immediately store its exitcode in $? | Denys Vlasenko |
2009-10-18 | hush: fix handling of empty arguments | Denys Vlasenko |
2009-10-18 | hush: handle empty execs | Mike Frysinger |
2009-04-09 | skip some tests when fancy echo support is turned off | Mike Frysinger |
2009-04-08 | hush: more rodust detection of unterminated strings etc; | Denis Vlasenko |
2008-06-12 | hush: fix for nested $()s with escapes + testsuite | Denis Vlasenko |
2008-06-10 | hush: more backtick and quoting fixes... | Denis Vlasenko |
2008-06-10 | hush: fix yet another fallout | Denis Vlasenko |