summaryrefslogtreecommitdiff
path: root/testsuite (follow)
Commit message (Expand)AuthorAgeFilesLines
* randomconfig fixesDenys Vlasenko2014-12-222-2/+3
* sed: fix a buglet in s///NUM handlingDenys Vlasenko2014-09-161-0/+4
* grep: fix "grep -r PATTRN SYMLINK_TO_DIR"Denys Vlasenko2014-08-281-0/+20
* test: fix mishandling of "test '(' = '('" and similarDenys Vlasenko2014-07-011-0/+20
* awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko2014-06-261-0/+16
* find: exit code fixes for find -execDenys Vlasenko2014-06-191-0/+26
* grep: fix -w match if first match isn't a word, but second is. Closes 4520Denys Vlasenko2014-02-271-0/+6
* grep: properly handle grep -w "^str" in !EXTRA_COMPAT case tooBartosz Golaszewski2014-02-071-0/+6
* testsuite: fix last "which" changeMichael Tokarev2014-01-231-1/+1
* sort: check global flags on fallback sortBartosz Golaszewski2014-01-191-3/+0
* find: fix a regression introduced with -HLP supportDenys Vlasenko2014-01-091-0/+22
* grep: fix two bugs with -wDenys Vlasenko2014-01-071-0/+12
* testsuite: remove forgotten debug hackDenys Vlasenko2013-12-311-1/+1
* fix failures found by randomconfig buildsDenys Vlasenko2013-12-312-3/+9
* testsuite: disable tests for no longer supported bbox-specific date formatsDenys Vlasenko2013-12-312-6/+8
* testsuite: fix false positives for duDenys Vlasenko2013-12-202-0/+3
* awk: fix a bug in argc counting in recent changeDenys Vlasenko2013-11-211-1/+13
* tar: prevent empty file to be treated as valid tarballDenys Vlasenko2013-11-191-0/+25
* fix a copy/paste error in last tar testcase nameDenys Vlasenko2013-11-191-2/+1
* tar: add a testcase for previous commitDenys Vlasenko2013-11-191-0/+12
* fix bashisms in testsuite/Michael Tokarev2013-11-104-14/+12
* sed: fix "sed clusternewline" testcaseDenys Vlasenko2013-10-301-2/+0
* awk: fix length(array)Denys Vlasenko2013-10-121-0/+5
* awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-07-311-0/+28
* awk.tests: add test for recent large integer fixDenys Vlasenko2013-07-221-3/+8
* sed: fix matching of newlines by $Denys Vlasenko2013-07-211-0/+21
* grep: fix grep -x to not set REG_NOSUBJames Hogan2013-05-161-0/+14
* grep: don't bail out on first mismatch if '-w' option is setBartosz Golaszewski2013-05-151-0/+6
* awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-03-131-0/+19
* testsuite/du/du-k-works: fix false positiveKang Kai2013-01-281-0/+4
* fix testsuite false positiveDenys Vlasenko2013-01-211-1/+1
* mdev: fix mode of dir1 in =dir1/dir2/file ruleDenys Vlasenko2013-01-211-1/+21
* grep: fix grep -Fw not respecting the -w option. Closes 5792Denys Vlasenko2013-01-201-0/+12
* sha3sum: new appletLauri Kasanen2013-01-141-0/+3
* testsuite: make mkfs.minix test not fail spuriously on big endianYao Zhao2012-07-241-1/+9
* awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2012-07-111-0/+7
* awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2012-06-221-0/+5
* 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