aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2013-01-14sha3sum: new appletLauri Kasanen
2012-07-24testsuite: make mkfs.minix test not fail spuriously on big endianYao Zhao
2012-07-11awk: fix FS assignment behavior. Closes 5108Denys Vlasenko
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko
2012-06-21mount: fix the wrongly stored fs creation timeDenys Vlasenko
2012-06-11testsuite: some more awk tests related to conditionsTanguy Pruvot
2012-06-08sed: yet another fix on top of zero length match codeDenys Vlasenko
2012-06-07sed: fix breakage added by zero length match codeDenys Vlasenko
2012-06-04sed: fix zero chars match/replaceDenys Vlasenko
2012-05-10fix for spurious testsuite failureDenys Vlasenko
2012-04-24sed: fix handling of s/// which has empty matchesDenys Vlasenko
2012-03-06testsuite: add a test that tar detects XZ-compressed dataDenys Vlasenko
2011-10-31testsuite: merge bzcat2.tests into bzcat.testsDenys Vlasenko
2011-10-31testsuite: fix the mishap in the previous commitDenys Vlasenko
2011-10-31bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko
2011-10-28libbb: split decode_base64 off read_base64Leonid Lisovskiy
2011-10-10patch: make -p count path components, not slashes (think /blah//thing)Rob Landley
2011-09-17tail: fix -c +N. Closes 4111Denys Vlasenko
2011-09-11awk: fix a SEGVDenys Vlasenko
2011-08-28grep: be GNU compatible with -f EMPTY_FILELauri Kasanen
2011-08-22patch: make it able to create files (again)Rob Landley
2011-08-18uncompress: fix buffer underrun by corrupted inputDenys Vlasenko
2011-08-16patch: add a test we currently failDenys Vlasenko
2011-08-16sed: fix range handling for sed -i. Closes 4069Denys Vlasenko
2011-08-11testsuite: fixes after randomconfig runDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-08-10randomconfig fixesDenys Vlasenko
2011-06-18fix false positive in parse testDenys Vlasenko
2011-05-21od: code shrink, fix "od --traditional FILE"Denys Vlasenko
2011-05-03sed: support \r in s commandDenys Vlasenko
2011-03-14mount: add a test for bind+rsharedDenys Vlasenko
2011-03-12ls: fix handling of symlinks by option -1Denys Vlasenko
2011-03-02tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko
2011-03-01tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko
2011-02-14echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko
2011-02-06typo fixDenys Vlasenko
2011-02-06tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko
2010-12-31date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev
2010-11-28add a test for patch which we currently failDenys Vlasenko
2010-11-22fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko
2010-11-21patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko
2010-10-23awk: fix segfault on closing non-opened fileDenys Vlasenko
2010-10-18cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard
2010-10-16shaN: small code shrinkDenys Vlasenko
2010-10-16testsuite: add tests for {ms5,shaN}sumDenys Vlasenko
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko
2010-09-12Fixed a couple of failing tar testsDan Fandrich
2010-09-05tar: add a test for extraction of read-only directoryDan Fandrich
2010-09-03fix false positive in testsuite/tar.testsDenys Vlasenko