summaryrefslogtreecommitdiffstats
path: root/tests/misc
AgeCommit message (Expand)AuthorLines
2023-04-14tests: tty-eof: fix various issuesPádraig Brady-4/+8
2023-04-08wc: ensure we update file offsetPádraig Brady-0/+12
2023-03-31tests: tee: avoid false failure due to fifo usagePádraig Brady-1/+1
2023-03-31tests: adjust csplit VM limitPádraig Brady-1/+1
2023-03-31wc: diagnose overflow of total countsPádraig Brady-0/+17
2023-03-28dircolors: diagnose read errorsPádraig Brady-0/+28
2023-03-28tests: add a test case for the previous date fixPádraig Brady-0/+29
2023-03-23cksum: fix reporting of failed checksPádraig Brady-0/+10
2023-03-21tests: skip some parts of tests/misc/tee.sh if run as rootNick Alcock-3/+5
2023-03-18tests: aix: avoid unsupported functionalityPádraig Brady-1/+5
2023-03-08tee: support non blocking outputsPádraig Brady-1/+16
2023-03-07tee: fix a crash with unwriteable filesPádraig Brady-0/+5
2023-02-28tests: tee -p: add test for early exit with closed pipesPádraig Brady-0/+10
2023-02-21doc: fix some spelling mistakesChuanGang Jiang-1/+1
2023-02-10maint: fix some typos in commentsChuanGang Jiang-1/+1
2023-02-06cksum: add --raw option to output a binary digestPádraig Brady-0/+60
2023-01-31cksum: accept new option: --base64 (-b)Jim Meyering-0/+99
2023-01-30tests: cksum: fix test to include more casesPádraig Brady-1/+1
2023-01-06all: further adjustments for new Ronna, Quetta SI prefixesPádraig Brady-3/+3
2023-01-05numfmt: add support for new SI prefixesPaul Eggert-39/+45
2023-01-01maint: update all copyright year number rangesPádraig Brady-204/+204
2022-12-31stty: fix off by one column wrapping on outputPádraig Brady-0/+6
2022-12-29wc: fix regression determining file sizePádraig Brady-0/+7
2022-10-28printf: with \U, support all valid unicode pointsPádraig Brady-3/+8
2022-09-28runcon: fix inconsistent exit status upon write errorPádraig Brady-0/+1
2022-09-26wc: add --total={auto,never,always,only} optionPádraig Brady-0/+43
2022-09-18all: prefer HTTPS to HTTPStefan Kangas-2/+2
2022-08-31stty: validate ispeed and ospeed argumentsPádraig Brady-0/+3
2022-08-27tests: runcon: fix new test to skip on non SELinux systemsPádraig Brady-1/+3
2022-08-27tests: fix tests after recent runcon changePádraig Brady-1/+2
2022-08-27comm: fix NUL --output-delimiter with --totalPádraig Brady-0/+3
2022-08-27runcon: distinguish runcon specific errors in exit statusPádraig Brady-0/+2
2022-08-13ls: support explicit --time=modification selectionPádraig Brady-1/+1
2022-07-24date: --debug: diagnose discarded -d or -s optionsPádraig Brady-0/+10
2022-07-24runcon: ensure --compute runs the file it inspectsPádraig Brady-0/+28
2022-06-03build: update gnulib submodule to latestPaul Eggert-4/+3
2022-05-09factor: --exponents: new option for printing in p^e formatRasmus Villemoes-1/+4
2022-05-02tests: sort-NaN-infloop: augment testing for recent fixPádraig Brady-0/+3
2022-04-13tests: cygwin: handle ENOENT from execvp(".")Pádraig Brady-8/+8
2022-04-13tests: env-S.pl: unset cygwin hardwired env varsPádraig Brady-2/+6
2022-04-12tests: md5sum: fix false failures on cygwinPádraig Brady-2/+2
2022-04-11tests: b2sum.sh: fix false failure on cygwinPádraig Brady-2/+4
2022-04-11tests: printf-mb.sh: fix false failure with french translationsPádraig Brady-5/+13
2022-03-20tests: improve recent printf testPádraig Brady-0/+4
2022-03-19printf: support printing the numeric value of multi-byte charsPádraig Brady-0/+52
2022-03-05date: fix newly-introduced %%-N bugPaul Eggert-0/+3
2022-02-24tests: improve compat with macOSPádraig Brady-2/+2
2022-02-15dircolors: consider COLORTERM as well as TERM env varsPádraig Brady-0/+8
2022-02-13dircolors: add --print-ls-colors to display colored entriesPádraig Brady-1/+15
2022-02-12sort: fix several version-sort problemsPaul Eggert-3/+15