summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-06-10stat: Use statx where available and support --cachedJeff Layton-202/+451
2019-06-09doc: fix description of tail -f on truncated filesPádraig Brady-1/+2
2019-06-08split: fix failure for certain number of specified filesPádraig Brady-9/+21
2019-05-30dd: be more careful about signal handlingPaul Eggert-23/+96
2019-05-29maint: fix version number in NEWSPaul Eggert-1/+1
2019-05-28cp: fix /dev/stdin problem on SolarisPaul Eggert-9/+55
2019-05-26doc: clarify dd sparse detection is by *output* blockKevin Locke-5/+5
2019-05-22doc: fix typo in sort set operations exampleMartin Castillo-1/+1
2019-05-17b2sum: port blake2b-ref.c to HP-UX aCCPaul Eggert-0/+4
2019-05-15b2sum: sync better with upstreamPaul Eggert-13/+16
2019-05-15b2sum: port to HP-UX aCCPaul Eggert-20/+5
2019-05-14stdbuf: port configure-time checking to HP-UX aCCPaul Eggert-0/+3
2019-05-11b2sum: port to HP-UX CPaul Eggert-4/+12
2019-05-11cp: port fiemap.h to C99Paul Eggert-8/+4
2019-05-11basenc: port to C99Paul Eggert-96/+88
2019-05-11maint: adjust to recent verify_true removalPaul Eggert-9/+9
2019-05-11build: update gnulib submodule to latestPaul Eggert-0/+0
2019-04-19gnulib: update to the latestBernhard Voelker-0/+7
2019-03-31factor: output immediately if stdout is a tty but stdin is notShugo Maeda-2/+5
2019-03-30maint: fix syntax check failurePádraig Brady-1/+1
2019-03-30maint: tee: use STDIN_FILENO rather than 0Martin Castillo-1/+1
2019-03-19dd: improve doc of stderr outputPaul Eggert-18/+35
2019-03-18md5sum,b2sum,sha*sum: --help: add note about binary/text modeKamil Dudka-1/+4
2019-03-17doc: add NEWS item for Solaris symlink fixPaul Eggert-1/+3
2019-03-17ln: port to symlink ("x", ".") failing with EINVALPaul Eggert-1/+2
2019-03-16doc: add a NEWS entry for the ln O_DIRECTORY fixPádraig Brady-0/+5
2019-03-16ln: port to platforms lacking O_DIRECTORYPaul Eggert-1/+13
2019-03-15doc: improve wording of the --kibibytes option descriptionKamil Dudka-3/+5
2019-03-11maint: sync extra files from gnulibBernhard Voelker-229/+286
2019-03-10maint: post-release administriviaPádraig Brady-2/+5
2019-03-10version 8.31v8.31Pádraig Brady-1/+1
2019-03-10tests: test-N: include subsecond values in gating checkPádraig Brady-3/+7
2019-03-09tests: wc-nbsp: fix false failures on various systemsPádraig Brady-14/+16
2019-03-06tests: tail-2/pipe-f: avoid false failure closing stdoutPádraig Brady-2/+7
2019-03-06tests: tac-2-nonseekable: ensure we don't block indefinitelyPádraig Brady-1/+4
2019-03-06tests: id/zero: avoid false failure due to sed differencesPádraig Brady-1/+3
2019-03-06tests: test-N: fix false positives on some systemsPádraig Brady-12/+20
2019-03-06doc: replace @hashchar{} with actual hash characterAssaf Gordon-5/+5
2019-03-06build: avoid statx related build failure on AIXPádraig Brady-1/+1
2019-03-06tests: wc-nbsp.sh: avoid failure on FreeBSDPádraig Brady-7/+15
2019-03-06build: fix env build where SIGNUM_BOUND is not constantPádraig Brady-1/+14
2019-03-04doc: remove older ChangeLog itemsPádraig Brady-1/+1
2019-03-04build: revert recent change with distributed man page handlingPádraig Brady-9/+2
2019-03-04env: add --list-signal-handling to output non default handlingPádraig Brady-1/+58
2019-03-04env: new options --{default,ignore,block}-signal[=SIG]Assaf Gordon-0/+457
2019-03-03stat: print birth time on systems supporting statxMartin Bukatovic-0/+25
2019-03-03df: support different file system encodings when not using ttyPádraig Brady-9/+56
2019-03-03maint: tidy up recent additions to NEWSPádraig Brady-4/+4
2019-02-27doc: further clarify 'yes' alternative in seq invocationBernhard Voelker-1/+1
2019-02-25wc: treat non breaking space as a word separatorPádraig Brady-2/+70