summaryrefslogtreecommitdiff
path: root/tests/misc
AgeCommit message (Expand)Author
2013-05-07cut: fix handling of overlapping rangesCojocaru Alexandru
2013-04-29cut: reduce CPU overhead in determining item to outputCojocaru Alexandru
2013-04-29cut: make memory allocation independent of range widthCojocaru Alexandru
2013-04-25tests: fix usage of require_ulimit_Pádraig Brady
2013-04-14head: with --bytes=-N only allocate memory as neededPádraig Brady
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon
2013-04-04shuf: exit without reading if would never outputPádraig Brady
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon
2013-02-28tests: don't skip all uniq tests when locale is missingAssaf Gordon
2013-02-28uniq: add the --group optionAssaf Gordon
2013-02-28doc: move some info from all --help messages, onlinePádraig Brady
2013-02-28tests: add '--ignore-case' tests for uniqAssaf Gordon
2013-02-28join: Add the -z, --zero-terminated optionAssaf Gordon
2013-02-10maint: consolidate developer debug messagesPádraig Brady
2013-02-10tests: skip numfmt grouping tests on some systemsPádraig Brady
2013-02-05stty: add support for DTR/DSR hardware control flowOndřej Vašík
2013-02-04numfmt: a new command to format numbersAssaf Gordon
2013-02-04cut: fix a segfault with disjoint open ended rangesPádraig Brady
2013-01-26timeout: ensure a blocked SIGALRM from the parent is unblockedStephan Krempel
2013-01-26seq: fix to always honor the step valuePádraig Brady
2013-01-26seq: fix misaligment with -w when no precision for start valuePádraig Brady
2013-01-26cut: fix -f to work with the -d$'\n' edge casePádraig Brady
2013-01-26cut: with -f, process each line independentlyPádraig Brady
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-12-21seq: fix newline output when -s specifiedPádraig Brady
2012-12-20tests: add tests for basename's --zero optionBernhard Voelker
2012-12-19tests: avoid a race in timeout-group.shPádraig Brady
2012-12-09tests: add test case and note that last week's cut change is a bug fixJim Meyering
2012-12-06maint: fix a referenced coreutils version in a test commentPádraig Brady
2012-12-06tests: cut.pl: adjust for changed diagnosticPádraig Brady
2012-12-06cut: improve error reportingCojocaru Alexandru
2012-11-24cut: do not print extraneous delimiters in some unusual casesJim Meyering
2012-11-24cut: treat -b2-,3- like -b2-, not like -b3-Jim Meyering
2012-11-24tests: use sub-second timeouts to speed up a timeout testPádraig Brady
2012-11-24seq: ensure correct output width for scientific notation inputPádraig Brady
2012-11-19cut: do not accept the invalid range 0-Bernhard Voelker
2012-11-04timeout: add --preserve-status to always propagate the exit statusÁngel González
2012-10-25maint: refactor tests/misc/pr.pl into tests/pr/pr-tests.plPádraig Brady
2012-10-23tests: correctly restrict factor test without GMPPádraig Brady
2012-10-09factor: fix integer validation and GMP fallbackPádraig Brady
2012-09-16ls: fix coloring of dangling symlinks in default listing modePádraig Brady
2012-09-14seq: 70x faster for non-negative whole numbers and incr==1Jim Meyering
2012-09-07factor: NEWS and testsJim Meyering
2012-09-05build: don't use recursive make for tests/ subdirectoryStefano Lattarini
2012-08-30tests: add .sh and .pl suffixes to shell and perl tests, respectivelyStefano Lattarini
2012-08-30tests: fix misc/sort-exit-early to skip if rootNick Alcock
2012-08-24md5sum, sha*sum: add --tag to output a format indicating the algorithmOndrej Oprala
2012-08-22tests: correct print_ver_ arguments and add a rule to enforce thisBernhard Voelker
2012-08-18tests: trigger the sort -u free-memory-read bugJim Meyering
2012-08-18tests: wrap the valgrind-requiring assertion in a functionJim Meyering