aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2009-07-02ls: fix --color handling. Closes bug 435.Denys Vlasenko
2009-07-02mdev: set $MDEV correctly for renamed nodesDenys Vlasenko
2009-06-30sed: fix handling of 1d;1,3p and 1d;1,REGEXpDenys Vlasenko
2009-06-22mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko
2009-06-18printf: fix exit code on conversion errorDenys Vlasenko
2009-06-15seq: fix testsuite failuresDenys Vlasenko
2009-06-13fix or document testsuite failuresDenys Vlasenko
2009-06-13test, tcpsvd, tcpsvd: shrinkDenys Vlasenko
2009-06-13fix permissions in testsuiteDenys Vlasenko
2009-06-03rename CONFIG_FEATURE_TAR_GZIPBernhard Reutner-Fischer
2009-05-28cpio.tests: fix false positiveDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-04-19mdev: support $ENVVAR=regexDenis Vlasenko
2009-04-16mdev: set mode, needed when device node already exists.Denis Vlasenko
2009-04-12awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko
2009-03-15awk: fix compat issue found by gpm buildDenis Vlasenko
2009-03-02tr: update testsuiteDenis Vlasenko
2009-03-01tr: support [:xdigit:], fix handling of ranges and [x]'s.Denis Vlasenko
2009-01-25awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko
2009-01-12mdev: fix breakage caused by unified parser usageDenis Vlasenko
2008-12-26unexpand: fix incorrect expansion, add test for itDenis Vlasenko
2008-12-14expand: fix incorrect expansion exactly on tab boundary; shrink the codeDenis Vlasenko
2008-11-12- add seq -w support (Natanael Copa)Bernhard Reutner-Fischer
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-25whitespace fixesDenis Vlasenko
2008-09-07watchdog: add -T optionDenis Vlasenko
2008-09-02awk: improve nadling of negative numbers in bitwise ops;Denis Vlasenko
2008-08-29build system: echo and test features may be enabledDenis Vlasenko
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko
2008-08-04xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.Denis Vlasenko
2008-08-04fix some testsuite false positivesDenis Vlasenko
2008-08-03xargs: fix xargs -e; added test for thatDenis Vlasenko
2008-08-01makedevs: shrink (by Vladimir); testsuiteDenis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-26mdev: do not complain if mdev.conf does not exist;Denis Vlasenko
2008-07-20libbb/parse_config.c: fix small buglet (by Vladimir)Denis Vlasenko
2008-07-20tar: fix handling of tarballs with symlinks with size field != 0Denis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko
2008-07-19test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko
2008-07-18printf: do not print garbage on "%Ld". closes bug 4214.Denis Vlasenko
2008-07-18printf: fix %b, fix several bugs in %*.*, fix compat issues withDenis Vlasenko
2008-07-17printf: protect against bogus format specifiers. Hopefully closes bug 4184Denis Vlasenko
2008-07-15comm: almost total rewrite; add testsuiteDenis Vlasenko
2008-07-11cpio: testsuite for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771Denis Vlasenko
2008-07-11testsuite: uniformly use $ECHO with -n -eDenis Vlasenko
2008-07-08mount: testsuite for "-o mand"Denis Vlasenko
2008-07-01ssd: do not stat -x EXECUTABLE, it is not needed anymoreDenis Vlasenko
2008-07-01awk: fix a case with multiple -f options. simplify -f file reading.Denis Vlasenko
2008-06-26bunzip2: fix an uncompression error. Add the example to testsuite.Denis Vlasenko
2008-06-07grep: make "-f -" work (+ testsuite)Denis Vlasenko