ash: force inlining of a trivial function
[oweals/busybox.git] / shell / hush_test / hush-psubst /
2010-09-12 Denys Vlasenkohush: fix handling of \" in quoted/unquoted `cmd`
2010-05-20 Denys Vlasenkohush: fix var=`exit 2` not setting $? to 2
2009-11-16 Denys Vlasenkohush: fix exit code propagation from `cmd`. +45 bytes
2009-11-15 Denys Vlasenkohush: wait for `cmd` to complete, and immediately store...
2009-10-18 Denys Vlasenkohush: fix handling of empty arguments
2009-10-18 Mike Frysingerhush: handle empty execs
2009-04-09 Mike Frysingerskip some tests when fancy echo support is turned off
2009-04-08 Denis Vlasenkohush: more rodust detection of unterminated strings...
2008-06-12 Denis Vlasenkohush: fix for nested $()s with escapes + testsuite
2008-06-10 Denis Vlasenkohush: more backtick and quoting fixes...
2008-06-10 Denis Vlasenkohush: fix yet another fallout