aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
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
2008-06-05added testsuite for printf by Cristian Ionescu-IdbohrnDenis Vlasenko
2008-05-15testsuite instrumentation fixes by ChristianDenis Vlasenko
2008-05-06cpio.tests: remove useless commandDenis Vlasenko
2008-05-03uniq: support -w. closes bug 3094.Denis Vlasenko
2008-05-02more fixes to testsuite by Cristian and vdaDenis Vlasenko
2008-05-02clarify grep versionDenis Vlasenko
2008-05-02mdev: fix a bug where we were eating argv[0] of helperDenis Vlasenko
2008-05-02fix grep test false positiveDenis Vlasenko
2008-05-02testing.sh: bashisms are eradicated.Denis Vlasenko
2008-05-02runtest: the saga continues :(Denis Vlasenko
2008-04-30echo: fix echo -e -n "msg\n\0"Denis Vlasenko
2008-04-29runtest: more cleanupsDenis Vlasenko
2008-04-29tar: add testsuite entriesDenis Vlasenko
2008-04-28date: better version of previous commit; + fix testsuiteDenis Vlasenko
2008-04-27cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko
2008-04-27date: fix date-works test, add date-works-1 one (currently fails)Denis Vlasenko
2008-04-27runtest: fix fallout from mucking with runtest :( [vda's fault]Denis Vlasenko
2008-04-27runtest: even more fixes from CristianDenis Vlasenko
2008-04-27runtest: further fixes from Cristian Ionescu-Idbohrn <cristian.ionescu-idbohr...Denis Vlasenko
2008-04-26runtest: use numeric compare instead of string where appropriateDenis Vlasenko
2008-04-25testsuite/runtest: remove (last) bashismDenis Vlasenko
2008-04-25date: make it accept ISO date format. Fix help text.Denis Vlasenko