ethr-wake: can use ether_hostton on uclibc >= 0.9.30
[oweals/busybox.git] / shell / ash_test / ash-vars /
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.