aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-08shred: fix direct I/O failures for last write to filePádraig Brady1-1/+10
2013-11-01maint: simplify printing of md5sum file namesPádraig Brady2-2/+6
2013-10-06mktemp: with --quiet, only suppress I/O errorsPádraig Brady1-6/+2
2013-09-22maint: move all id(1) tests to the same directoryPádraig Brady4-167/+0
2013-09-22tests: parameterize the "root" usernamePádraig Brady1-2/+3
2013-09-22id: support specifying the user by user IDPádraig Brady1-3/+17
2013-09-22tests: avoid a failure when there isn't a name for all user IDsPádraig Brady1-2/+4
2013-09-21id: add -z, --zero optionBernhard Voelker1-0/+62
2013-08-02maint: update copyright year number ranges of numfmt sourcesBernhard Voelker1-1/+1
2013-07-22maint: make some shell and perl scripts executable in 'tests/'Bernhard Voelker2-0/+0
2013-07-11shuf: add --repetition to support repetition in outputAssaf Gordon1-0/+62
2013-07-11tests: add more tests for shuf option combinationsAssaf Gordon1-0/+29
2013-07-05tests: fix "shuf unreadable" test to work when run as rootPádraig Brady1-2/+4
2013-06-22stdbuf: make it mandatory to specify a buffering optionPádraig Brady1-0/+2
2013-06-02od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering1-0/+7
2013-06-01tests: head-c: avoid spurious failure with a 32-bit size_tJim Meyering1-1/+2
2013-05-27tests: numfmt: use the printf program, not the shell builtinStefano Lattarini1-1/+1
2013-05-18tests: don't assume expr was built with GMPPaul Eggert1-1/+22
2013-05-08cut: improve performance, especially with --output-delimiterCojocaru Alexandru1-9/+12
2013-05-07cut: fix handling of overlapping rangesCojocaru Alexandru1-1/+7
2013-04-29cut: reduce CPU overhead in determining item to outputCojocaru Alexandru1-1/+1
2013-04-29cut: make memory allocation independent of range widthCojocaru Alexandru2-0/+6
2013-04-25tests: fix usage of require_ulimit_Pádraig Brady5-5/+4
2013-04-14head: with --bytes=-N only allocate memory as neededPádraig Brady1-2/+7
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon1-0/+213
2013-04-04shuf: exit without reading if would never outputPádraig Brady1-0/+6
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon1-0/+69
2013-02-28tests: don't skip all uniq tests when locale is missingAssaf Gordon1-15/+25
2013-02-28uniq: add the --group optionAssaf Gordon1-0/+39
2013-02-28doc: move some info from all --help messages, onlinePádraig Brady1-5/+1
2013-02-28tests: add '--ignore-case' tests for uniqAssaf Gordon1-0/+4
2013-02-28join: Add the -z, --zero-terminated optionAssaf Gordon1-0/+20
2013-02-10maint: consolidate developer debug messagesPádraig Brady1-11/+11
2013-02-10tests: skip numfmt grouping tests on some systemsPádraig Brady1-1/+15
2013-02-05stty: add support for DTR/DSR hardware control flowOndřej Vašík1-1/+1
2013-02-04numfmt: a new command to format numbersAssaf Gordon1-0/+936
2013-02-04cut: fix a segfault with disjoint open ended rangesPádraig Brady1-0/+3
2013-01-26timeout: ensure a blocked SIGALRM from the parent is unblockedStephan Krempel1-0/+48
2013-01-26seq: fix to always honor the step valuePádraig Brady1-0/+11
2013-01-26seq: fix misaligment with -w when no precision for start valuePádraig Brady1-0/+4
2013-01-26cut: fix -f to work with the -d$'\n' edge casePádraig Brady1-0/+10
2013-01-26cut: with -f, process each line independentlyPádraig Brady1-0/+15
2013-01-01maint: update all copyright year number rangesJim Meyering157-157/+157
2012-12-21seq: fix newline output when -s specifiedPádraig Brady1-0/+5
2012-12-20tests: add tests for basename's --zero optionBernhard Voelker1-1/+10
2012-12-19tests: avoid a race in timeout-group.shPádraig Brady1-1/+5
2012-12-09tests: add test case and note that last week's cut change is a bug fixJim Meyering1-0/+30
2012-12-06maint: fix a referenced coreutils version in a test commentPádraig Brady1-1/+1
2012-12-06tests: cut.pl: adjust for changed diagnosticPádraig Brady1-13/+1
2012-12-06cut: improve error reportingCojocaru Alexandru1-0/+7