summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* mount: fix the wrongly stored fs creation timeDenys Vlasenko2012-06-211-1/+26
* testsuite: some more awk tests related to conditionsTanguy Pruvot2012-06-111-0/+7
* sed: yet another fix on top of zero length match codeDenys Vlasenko2012-06-081-1/+5
* sed: fix breakage added by zero length match codeDenys Vlasenko2012-06-071-0/+4
* sed: fix zero chars match/replaceDenys Vlasenko2012-06-041-2/+8
* fix for spurious testsuite failureDenys Vlasenko2012-05-101-0/+1
* sed: fix handling of s/// which has empty matchesDenys Vlasenko2012-04-241-0/+1
* testsuite: add a test that tar detects XZ-compressed dataDenys Vlasenko2012-03-061-0/+19
* testsuite: merge bzcat2.tests into bzcat.testsDenys Vlasenko2011-10-312-28/+30
* testsuite: fix the mishap in the previous commitDenys Vlasenko2011-10-313-27/+81
* bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. C...Denys Vlasenko2011-10-312-53/+27
* libbb: split decode_base64 off read_base64Leonid Lisovskiy2011-10-281-3/+98
* patch: make -p count path components, not slashes (think /blah//thing)Rob Landley2011-10-101-0/+16
* tail: fix -c +N. Closes 4111Denys Vlasenko2011-09-171-0/+8
* awk: fix a SEGVDenys Vlasenko2011-09-111-0/+3
* grep: be GNU compatible with -f EMPTY_FILELauri Kasanen2011-08-281-1/+17
* patch: make it able to create files (again)Rob Landley2011-08-221-1/+0
* uncompress: fix buffer underrun by corrupted inputDenys Vlasenko2011-08-181-0/+20
* patch: add a test we currently failDenys Vlasenko2011-08-161-0/+15
* sed: fix range handling for sed -i. Closes 4069Denys Vlasenko2011-08-161-3/+7
* testsuite: fixes after randomconfig runDenys Vlasenko2011-08-112-3/+5
* randomconfig fixesDenys Vlasenko2011-08-102-21/+13
* randomconfig fixesDenys Vlasenko2011-08-105-4/+24
* fix false positive in parse testDenys Vlasenko2011-06-181-0/+1
* od: code shrink, fix "od --traditional FILE"Denys Vlasenko2011-05-211-1/+21
* sed: support \r in s commandDenys Vlasenko2011-05-031-0/+3
* mount: add a test for bind+rsharedDenys Vlasenko2011-03-141-1/+38
* ls: fix handling of symlinks by option -1Denys Vlasenko2011-03-121-0/+10
* tar: skip leading / and handle names like abc/..////def -> def (not ///def)Denys Vlasenko2011-03-021-1/+1
* tar: on extract, everything up to and including last ".." is strippedDenys Vlasenko2011-03-011-0/+17
* echo: fix ENOSPC detection and some iffy code in \NNN handlingDenys Vlasenko2011-02-146-0/+14
* typo fixDenys Vlasenko2011-02-061-1/+1
* tar: fix a bug where autodetection messes up -z on extractDenys Vlasenko2011-02-061-0/+14
* date: preserve isdst value if date is in time_t (unix time) formatAlexey Soloviev2010-12-311-0/+13
* add a test for patch which we currently failDenys Vlasenko2010-11-282-0/+38
* fixes for bugs discovered by randomconfig builds and testsDenys Vlasenko2010-11-222-1/+6
* patch: busyboxify by migrating from toybox to busybox helpersDenys Vlasenko2010-11-211-2/+2
* decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko2010-10-281-2/+29
* awk: fix segfault on closing non-opened fileDenys Vlasenko2010-10-231-0/+6
* cpio: avoid 'not created: newer or same age file exists' message for dirsPascal Bellard2010-10-181-0/+10
* shaN: small code shrinkDenys Vlasenko2010-10-161-11/+3
* testsuite: add tests for {ms5,shaN}sumDenys Vlasenko2010-10-165-1/+56
* awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko2010-10-051-0/+6
* Fixed a couple of failing tar testsDan Fandrich2010-09-121-4/+5
* tar: add a test for extraction of read-only directoryDan Fandrich2010-09-051-0/+25
* fix false positive in testsuite/tar.testsDenys Vlasenko2010-09-031-4/+4
* Fix some test casesDan Fandrich2010-09-033-5/+14
* testsuite: show the number of failures after a test runDan Fandrich2010-08-294-2/+21
* grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubu...Denys Vlasenko2010-08-231-0/+4
* patch: support "patch [FILE [PATCH]]" formatDenys Vlasenko2010-08-221-1/+23