find: support -HLP
[oweals/busybox.git] / shell / ash_test / ash-vars /
2010-09-05 Denys Vlasenkohush: add support for ${var/pattern/repl}, conditional...
2010-09-04 Denys Vlasenkohush: fix handling of backslashes in variable assignment
2010-08-30 Denys Vlasenkoash: add another ${v/a/b} test we currently fail
2010-08-07 Denys Vlasenkoash: fix another bit of var_bash4 bug
2010-08-06 Denys Vlasenkovar_bash4.tests: better wording in comment
2010-08-06 Denys Vlasenkoupdate var_bash4 test. one more bug revealed by it...
2010-08-05 Denys Vlasenkoash: extend var_bash4.tests; nocode changes
2010-08-05 Denys Vlasenkoash: add a testcase for bug 2281 (currently fails)...
2010-05-18 Denys Vlasenkoash: fix var_leak.tests so that it actually catches...
2010-05-18 Denys Vlasenkoash: fix var_leak testcase
2008-06-14 Denis Vlasenkoash: fix ${var/s/r} handling, add testcase.
2008-04-13 Denis Vlasenkoash: add another testsuite entry ("leaking variables...
2008-04-12 Denis Vlasenkoash: a bit more complete POSIX subst testsuite entry
2008-04-12 Denis Vlasenkoash: add testsuite entry for POSIX-mandated ${var#word...
2008-03-25 Denis Vlasenkoash: support for && and || in [[ expr ]]; add testsuite...
2008-02-15 Denis Vlasenkoash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.