summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-06-22stdbuf: make it mandatory to specify a buffering optionPádraig Brady
2013-06-03tests: avoid a race in tail --retry testingPádraig Brady
2013-06-02od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering
2013-06-01tests: head-c: avoid spurious failure with a 32-bit size_tJim Meyering
2013-05-27tests: avoid spurious failure when SIZE_MAX is 2^32-1Jim Meyering
2013-05-26tests: fix an ls test not to fail when user or group name contains SPJim Meyering
2013-05-27tests: numfmt: use the printf program, not the shell builtinStefano Lattarini
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady
2013-05-18tests: don't assume expr was built with GMPPaul Eggert
2013-05-11mkdir: don't assume umask equals POSIX default ACL maskPaul Eggert
2013-05-08cut: improve performance, especially with --output-delimiterCojocaru Alexandru
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-20tail: exit following by descriptor when no tailable file leftBernhard Voelker
2013-04-20tail: let -f --retry wait for inaccessible filesBernhard Voelker
2013-04-14tests: avoid false failures with non default groupsPádraig Brady
2013-04-14head: with --bytes=-N only allocate memory as neededPádraig Brady
2013-04-14dd: avoid buffer allocations unless neededOndrej Oprala
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon
2013-04-04tests: avoid shared lib tests on unsupported platformsPádraig Brady
2013-04-04tail: exit without reading input if would never outputPádraig Brady
2013-04-04shuf: exit without reading if would never outputPádraig Brady
2013-04-04doc: add details on ln --relative symlink resolutionPádraig Brady
2013-04-04ln: --relative: fix updating of existing symlinksRémy Lefevre
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-22install: cleanup properly if the strip program failed for any reasonOndrej Oprala
2013-02-20tests: avoid false failures on file systems with smaller NAME_MAXPádraig Brady
2013-02-14tests: avoid non portable sed use of \tPádraig Brady
2013-02-11maint: avoid running check-root tests in gnulibBernhard Voelker
2013-02-10maint: consolidate developer debug messagesPádraig Brady
2013-02-10tests: tail-2/inotify-rotate: fix a false failure on NFSPádraig Brady
2013-02-10tests: skip numfmt grouping tests on some systemsPádraig Brady
2013-02-07tests: avoid actual/expected mismatch due to changed diagnosticJim Meyering
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-28df: do not treat rootfs speciallyBernhard Voelker
2013-01-27df: prefer fullpath entries when deduplicatingOndrej Oprala
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