aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-12stat: don't explicitly request file size for filenamesAndreas Dilger1-2/+2
2019-06-19od: use fseek on non-regular filesPaul Eggert2-2/+9
2019-06-18doc: mention ls -l user/group justificationPaul Eggert1-2/+6
2019-06-14stat: fix enabling of statx logicJeff Layton1-6/+6
2019-06-12tests: avoid false-positive in date-debug testAssaf Gordon1-2/+9
2019-06-10stat: Use statx where available and support --cachedJeff Layton4-202/+451
2019-06-09doc: fix description of tail -f on truncated filesPádraig Brady1-1/+2
2019-06-08split: fix failure for certain number of specified filesPádraig Brady4-9/+21
2019-05-30dd: be more careful about signal handlingPaul Eggert2-23/+96
2019-05-29maint: fix version number in NEWSPaul Eggert1-1/+1
2019-05-28cp: fix /dev/stdin problem on SolarisPaul Eggert4-9/+55
2019-05-26doc: clarify dd sparse detection is by *output* blockKevin Locke2-5/+5
2019-05-22doc: fix typo in sort set operations exampleMartin Castillo1-1/+1
2019-05-17b2sum: port blake2b-ref.c to HP-UX aCCPaul Eggert1-0/+4
2019-05-15b2sum: sync better with upstreamPaul Eggert1-13/+16
2019-05-15b2sum: port to HP-UX aCCPaul Eggert3-20/+5
2019-05-14stdbuf: port configure-time checking to HP-UX aCCPaul Eggert1-0/+3
2019-05-11b2sum: port to HP-UX CPaul Eggert1-4/+12
2019-05-11cp: port fiemap.h to C99Paul Eggert2-8/+4
2019-05-11basenc: port to C99Paul Eggert1-96/+88
2019-05-11maint: adjust to recent verify_true removalPaul Eggert1-9/+9
2019-05-11build: update gnulib submodule to latestPaul Eggert1-0/+0
2019-04-19gnulib: update to the latestBernhard Voelker2-0/+7
2019-03-31factor: output immediately if stdout is a tty but stdin is notShugo Maeda2-2/+5
2019-03-30maint: fix syntax check failurePádraig Brady1-1/+1
2019-03-30maint: tee: use STDIN_FILENO rather than 0Martin Castillo1-1/+1
2019-03-19dd: improve doc of stderr outputPaul Eggert1-18/+35
2019-03-18md5sum,b2sum,sha*sum: --help: add note about binary/text modeKamil Dudka1-1/+4
2019-03-17doc: add NEWS item for Solaris symlink fixPaul Eggert1-1/+3
2019-03-17ln: port to symlink ("x", ".") failing with EINVALPaul Eggert1-1/+2
2019-03-16doc: add a NEWS entry for the ln O_DIRECTORY fixPádraig Brady1-0/+5
2019-03-16ln: port to platforms lacking O_DIRECTORYPaul Eggert1-1/+13
2019-03-15doc: improve wording of the --kibibytes option descriptionKamil Dudka1-3/+5
2019-03-11maint: sync extra files from gnulibBernhard Voelker2-229/+286
2019-03-10maint: post-release administriviaPádraig Brady3-2/+5
2019-03-10version 8.31v8.31Pádraig Brady1-1/+1
2019-03-10tests: test-N: include subsecond values in gating checkPádraig Brady1-3/+7
2019-03-09tests: wc-nbsp: fix false failures on various systemsPádraig Brady1-14/+16
2019-03-06tests: tail-2/pipe-f: avoid false failure closing stdoutPádraig Brady1-2/+7
2019-03-06tests: tac-2-nonseekable: ensure we don't block indefinitelyPádraig Brady1-1/+4
2019-03-06tests: id/zero: avoid false failure due to sed differencesPádraig Brady1-1/+3
2019-03-06tests: test-N: fix false positives on some systemsPádraig Brady1-12/+20
2019-03-06doc: replace @hashchar{} with actual hash characterAssaf Gordon1-5/+5
2019-03-06build: avoid statx related build failure on AIXPádraig Brady1-1/+1
2019-03-06tests: wc-nbsp.sh: avoid failure on FreeBSDPádraig Brady1-7/+15
2019-03-06build: fix env build where SIGNUM_BOUND is not constantPádraig Brady1-1/+14
2019-03-04doc: remove older ChangeLog itemsPádraig Brady1-1/+1
2019-03-04build: revert recent change with distributed man page handlingPádraig Brady1-9/+2
2019-03-04env: add --list-signal-handling to output non default handlingPádraig Brady4-1/+58
2019-03-04env: new options --{default,ignore,block}-signal[=SIG]Assaf Gordon7-0/+457