summaryrefslogtreecommitdiff
path: root/tests/misc
AgeCommit message (Expand)Author
2016-01-18tests: adjust memory limits in head-c.shAssaf Gordon
2016-01-15tests: remove a non portable localtime testPádraig Brady
2016-01-15tests: adjust memory limits in head-c.shPádraig Brady
2016-01-15tests: simplify invalid signal determination for kill -lPádraig Brady
2016-01-13tests: include part of wc-files0.sh skipped by mistakePádraig Brady
2016-01-13wc: avoid ambiguous output with '\n' in file namesPádraig Brady
2016-01-13numfmt: add the -z,--zero-terminated optionAssaf Gordon
2016-01-13paste: add the -z,--zero-terminated optionPádraig Brady
2016-01-13comm: support NUL --output-delimiter for consistencyPádraig Brady
2016-01-13comm: add the -z,--zero-terminated optionPádraig Brady
2016-01-13tac: support an empty (NUL) --separatorPádraig Brady
2016-01-13cut: add the -z,--zero-terminated optionPádraig Brady
2016-01-13head,tail: add the -z,--zero-terminated optionRichard Russon
2016-01-13join,sort,uniq: with -z, treat '\n' as a field separatorPádraig Brady
2016-01-10tests: fix races wrt output files of background processesBernhard Voelker
2016-01-06stty: support [-]drain setting to control waiting for pending TxPádraig Brady
2016-01-04stty: support -I, --immediate to not wait for pending transmissionPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-17tests: avoid intermittent ulimit -v failuresPádraig Brady
2015-12-15maint: include 'env' commands in returns_ syntax checkPádraig Brady
2015-12-15tests: improve kill testsPádraig Brady
2015-12-14sort: fix --debug marking for -b -k1.xPádraig Brady
2015-12-14kill: add undocumented -L for compatibilityPádraig Brady
2015-12-14tests: add tests for the kill commandPádraig Brady
2015-12-14maint: fix incorrect spellings etcPádraig Brady
2015-11-23md5sum,sha*sum: ensure --ignore-missing fails when no file verifiedPádraig Brady
2015-11-23md5sum,sha*sum: add --ignore-missing for checking a subset of filesLuther Thompson
2015-11-12csplit: check and report fwrite errors with errnoAssaf Gordon
2015-11-10tests: ensure programs are built before testingPádraig Brady
2015-11-10maint: use standard spacing in shebang line in testsPádraig Brady
2015-11-10tests: cleanup trapping of signal namesPádraig Brady
2015-11-04paste: avoid confusing backslash quoting in diagnosticPádraig Brady
2015-11-04printf: support the %q format to quote for shellPádraig Brady
2015-11-04ls: avoid redundant processing when already escapingPádraig Brady
2015-11-04ls: document and test new shell-escape quotingPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-11-04md5sum: ensure a single status line per filePádraig Brady
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady
2015-10-27date: use extended format timezone for --iso-8601Pádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-10-27md5sum: quote all printed file namesPádraig Brady
2015-10-19tests: adjust recent change to csplit VM limitPádraig Brady
2015-10-16dircolors: support globbing of TERM entriesPádraig Brady
2015-10-10tests: make a long running test responsive to Ctrl-CPádraig Brady
2015-10-08tests: adjust recent changes to virtual memory limitsPádraig Brady
2015-10-06csplit: remove erroneous mention of -m in --helpPádraig Brady
2015-09-22maint: use adaptive approach for `ulimit -v` based testsBernhard Voelker
2015-09-22sort,numfmt: with --debug, diagnose failure to set localePádraig Brady
2015-09-12numfmt: use new set-fields module to parse --fieldAssaf Gordon
2015-09-12cut: refactor into set-fields moduleAssaf Gordon