summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2013-07-19dd: make status=none suppress all diagnosticsPádraig Brady-2/+4
2013-07-11shuf: add --repetition to support repetition in outputAssaf Gordon-0/+62
2013-07-11tests: add more tests for shuf option combinationsAssaf Gordon-0/+29
2013-07-09df: fix mount list processing with unstatable mount dirsPádraig Brady-13/+19
2013-07-05tests: fix "shuf unreadable" test to work when run as rootPádraig Brady-2/+4
2013-06-22stdbuf: make it mandatory to specify a buffering optionPádraig Brady-0/+2
2013-06-03tests: avoid a race in tail --retry testingPádraig Brady-6/+8
2013-06-02od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering-0/+7
2013-06-01tests: head-c: avoid spurious failure with a 32-bit size_tJim Meyering-1/+2
2013-05-27tests: avoid spurious failure when SIZE_MAX is 2^32-1Jim Meyering-1/+1
2013-05-26tests: fix an ls test not to fail when user or group name contains SPJim Meyering-7/+7
2013-05-27tests: numfmt: use the printf program, not the shell builtinStefano Lattarini-1/+1
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady-0/+87
2013-05-18tests: don't assume expr was built with GMPPaul Eggert-1/+22
2013-05-11mkdir: don't assume umask equals POSIX default ACL maskPaul Eggert-0/+36
2013-05-08cut: improve performance, especially with --output-delimiterCojocaru Alexandru-9/+12
2013-05-07cut: fix handling of overlapping rangesCojocaru Alexandru-1/+7
2013-04-29cut: reduce CPU overhead in determining item to outputCojocaru Alexandru-1/+1
2013-04-29cut: make memory allocation independent of range widthCojocaru Alexandru-1/+7
2013-04-25tests: fix usage of require_ulimit_Pádraig Brady-9/+7
2013-04-20tail: exit following by descriptor when no tailable file leftBernhard Voelker-0/+18
2013-04-20tail: let -f --retry wait for inaccessible filesBernhard Voelker-0/+95
2013-04-14tests: avoid false failures with non default groupsPádraig Brady-1/+27
2013-04-14head: with --bytes=-N only allocate memory as neededPádraig Brady-2/+7
2013-04-14dd: avoid buffer allocations unless neededOndrej Oprala-0/+54
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon-0/+214
2013-04-04tests: avoid shared lib tests on unsupported platformsPádraig Brady-4/+8
2013-04-04tail: exit without reading input if would never outputPádraig Brady-0/+5
2013-04-04shuf: exit without reading if would never outputPádraig Brady-0/+6
2013-04-04doc: add details on ln --relative symlink resolutionPádraig Brady-0/+11
2013-04-04ln: --relative: fix updating of existing symlinksRémy Lefevre-0/+5
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon-0/+70
2013-02-28tests: don't skip all uniq tests when locale is missingAssaf Gordon-15/+25
2013-02-28uniq: add the --group optionAssaf Gordon-0/+39
2013-02-28doc: move some info from all --help messages, onlinePádraig Brady-6/+1
2013-02-28tests: add '--ignore-case' tests for uniqAssaf Gordon-0/+4
2013-02-28join: Add the -z, --zero-terminated optionAssaf Gordon-0/+20
2013-02-22install: cleanup properly if the strip program failed for any reasonOndrej Oprala-0/+4
2013-02-20tests: avoid false failures on file systems with smaller NAME_MAXPádraig Brady-0/+10
2013-02-14tests: avoid non portable sed use of \tPádraig Brady-2/+2
2013-02-11maint: avoid running check-root tests in gnulibBernhard Voelker-1/+1
2013-02-10maint: consolidate developer debug messagesPádraig Brady-11/+11
2013-02-10tests: tail-2/inotify-rotate: fix a false failure on NFSPádraig Brady-1/+3
2013-02-10tests: skip numfmt grouping tests on some systemsPádraig Brady-1/+15
2013-02-07tests: avoid actual/expected mismatch due to changed diagnosticJim Meyering-2/+2
2013-02-05stty: add support for DTR/DSR hardware control flowOndřej Vašík-1/+1
2013-02-04numfmt: a new command to format numbersAssaf Gordon-0/+937
2013-02-04cut: fix a segfault with disjoint open ended rangesPádraig Brady-0/+3
2013-01-28df: do not treat rootfs speciallyBernhard Voelker-5/+7
2013-01-27df: prefer fullpath entries when deduplicatingOndrej Oprala-5/+15