Start 1.33.0 development cycle
[oweals/busybox.git] / shell / hush_test / hush-psubst /
2020-02-17 Denys Vlasenkoash: expand: Fix trailing newlines processing in backqu...
2018-04-05 Denys Vlasenkohush: fix a few more corner cases with empty-expanding...
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