aboutsummaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)Author
2010-06-04sed: fix a case when one-line range matches past lines. Closes bug 1867.Denys Vlasenko
2010-05-12randomtest fixesDenys Vlasenko
2010-05-12sed: fix a command with multible trailing backslashesDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-10more randomconfig testsuite fixesDenys Vlasenko
2010-05-10randomconfig testsuite fixesDenys Vlasenko
2010-05-10work on adding testsuite runs to randomconfig test buildsDenys Vlasenko
2010-04-30grep: fix -FiIan Wienand
2010-04-29libbb/lineedit: add support for preserving "broken" (non-unicode) charsTomas Heinrich
2010-04-26cpio: "NNN blocks" should go to stderrMatheus Izvekov
2010-04-20sed: fix nested {} caseDenys Vlasenko
2010-04-19sed: fix c cmdDenys Vlasenko
2010-04-09tar: fix "hardlinks to symlinks chown" bug 1519.Denys Vlasenko
2010-04-09tar: fix mishandling of repeated hardlink in tarball; expand testsDenys Vlasenko
2010-04-02testsuite fixesChris Metcalf
2010-03-28cpio test: fix false positive with DESKTOP offDenys Vlasenko
2010-03-26unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALEDenys Vlasenko
2010-03-26unexpand: fix "a b"\n" input caseTomas Heinrich
2010-03-15ar: add archive creation supportAlexander Shishkin
2010-03-14testsuite: don't run grep NUL tests when we know the would failDenys Vlasenko
2010-03-11lineedit: fix another corner case with bad unicode inputDenys Vlasenko
2010-03-11awk: add two tests we currently failDenys Vlasenko
2010-03-10awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko
2010-03-09lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHARTomas Heinrich
2010-02-26awk: skip whitespace between array name and subscriptAlexander Shishkin
2010-01-31unicode: exclude FDD0..FDEF range tooDenys Vlasenko
2010-01-31exclude more invalid unicode charsDenys Vlasenko
2010-01-31typo fixDenys Vlasenko
2010-01-31ls: fix handling of broken unicode sequencesDenys Vlasenko
2010-01-31ls: unicode fixesDenys Vlasenko
2010-01-31cal: add a unicode testDenys Vlasenko
2010-01-25testsuite-discovered fixesDenys Vlasenko
2010-01-22diff: fix flag -B, cleanups and a couple more tests V2Matheus Izvekov
2010-01-18diff: rewrite. much smaller and more correctMatheus Izvekov
2010-01-18diff: add more testsDenys Vlasenko
2010-01-17bunzip2.tests: replace $? with \$?Denys Vlasenko
2010-01-16fix testing of busybox "applet" itselfDenys Vlasenko
2010-01-16cp: improve test coverageDenys Vlasenko
2010-01-15cp: fix -H handlingDenys Vlasenko
2010-01-10cpio: add a test for recent fixDenys Vlasenko
2010-01-05cpio: fix unpacking of names with leading slashesDenys Vlasenko
2010-01-04fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gma...Denys Vlasenko
2010-01-04[un]expand: unicode supportTomas Heinrich
2009-12-16tar: add support for --overwrite. +70 bytes.Denys Vlasenko
2009-12-16libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differencesDenys Vlasenko
2009-12-13sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytesDenys Vlasenko
2009-12-04grep: fix a case when -o loops foreverDenys Vlasenko
2009-11-30awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko