summaryrefslogtreecommitdiffstats
path: root/tests/misc
AgeCommit message (Expand)AuthorLines
2014-03-31head: fix bug with head -c-N when stdin is not at startPaul Eggert-0/+8
2014-03-26ptx: avoid --format long option falling through into --helpBernhard Voelker-0/+7
2014-03-13chroot: improve --userspec and --groups look-upPádraig Brady-8/+32
2014-03-05tests: avoid the :> construct which can hide errorsPádraig Brady-3/+3
2014-03-05tests: fix false failure in nohup.sh in non tty buildsPádraig Brady-0/+5
2014-02-27date: fix crash or infinite loop when parsing a malformed TZ=""Pádraig Brady-0/+7
2014-02-23shuf: with -r, don't dump core if the input is emptyPaul Eggert-0/+4
2014-02-09head,tail: consistently diagnose write errorsPádraig Brady-0/+52
2014-02-09head: fix --lines=-0 outputting nothing if no newline at EOFАлексей Шилин-2/+5
2014-02-09od: add an --endian option to control byte swappingNiels Möller-0/+46
2014-01-02maint: update all copyright year number rangesBernhard Voelker-158/+158
2013-12-07tests: avoid a false memory leak test failurePádraig Brady-2/+6
2013-12-06tests: fix shuf test verifying that -i and -e can not be combinedBernhard Voelker-2/+3
2013-12-06shuf: --repeat, not --repetitions; default --head-count is infinityPaul Eggert-25/+25
2013-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady-0/+6
2013-11-27shred: provide --remove methods to avoid excessive syncingPádraig Brady-4/+15
2013-11-17stty: add support for mark/space parityColin Leitner-1/+4
2013-11-08shred: avoid data write pass with --size=0Pádraig Brady-1/+13
2013-11-08shred: fix direct I/O failures for last write to filePádraig Brady-1/+10
2013-11-01maint: simplify printing of md5sum file namesPádraig Brady-2/+6
2013-10-06mktemp: with --quiet, only suppress I/O errorsPádraig Brady-6/+2
2013-09-22maint: move all id(1) tests to the same directoryPádraig Brady-167/+0
2013-09-22tests: parameterize the "root" usernamePádraig Brady-2/+3
2013-09-22id: support specifying the user by user IDPádraig Brady-3/+17
2013-09-22tests: avoid a failure when there isn't a name for all user IDsPádraig Brady-2/+4
2013-09-21id: add -z, --zero optionBernhard Voelker-0/+62
2013-08-02maint: update copyright year number ranges of numfmt sourcesBernhard Voelker-1/+1
2013-07-22maint: make some shell and perl scripts executable in 'tests/'Bernhard Voelker-0/+0
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-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-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: numfmt: use the printf program, not the shell builtinStefano Lattarini-1/+1
2013-05-18tests: don't assume expr was built with GMPPaul Eggert-1/+22
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-0/+6
2013-04-25tests: fix usage of require_ulimit_Pádraig Brady-5/+4
2013-04-14head: with --bytes=-N only allocate memory as neededPádraig Brady-2/+7
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon-0/+213
2013-04-04shuf: exit without reading if would never outputPádraig Brady-0/+6
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon-0/+69
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-5/+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