summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2018-06-20env: add -v/--debug optionAssaf Gordon-1/+25
2018-06-20maint: refactor unsetenv call in envAssaf Gordon-9/+36
2018-06-20ls: ignore case when coloring file extensionsKaxandra Labat-3/+3
2018-06-20md5sum,b2sum,sha*sum: support -z,--zero optionPádraig Brady-4/+23
2018-06-20wc: optimize processing of ASCII in multi byte localesPádraig Brady-7/+23
2018-06-13doc: port man pages to doclifterPaul Eggert-4/+4
2018-06-03cp: preserve existing permissions with --no-preserve=modePádraig Brady-2/+2
2018-05-17cp: with --force; replace self referential symlinksPádraig Brady-2/+5
2018-05-15cp: fix symlink checks when overwriting filesPádraig Brady-10/+8
2018-05-15cp: ensure --remove-destination doesn't traverse symlinksPádraig Brady-9/+17
2018-05-14maint: make chmod/chgrp/chown leak free under valgrindPádraig Brady-7/+15
2018-05-14doc: improve formatting of nl --helpPádraig Brady-11/+16
2018-05-14who: simplify port to GCC 8Paul Eggert-8/+5
2018-05-03build: make GCC 8 adjustments more portablePádraig Brady-10/+7
2018-05-03maint: port to GCC 8Paul Eggert-11/+12
2018-04-18doc: timeout --help: mention 0 DURATION disables timeoutPádraig Brady-2/+2
2018-03-28cut: improve large file support on 32 bitTobias Stoeckmann-28/+28
2018-03-27ls: -A now overrides -aPaul Eggert-2/+1
2018-03-16ls: increase the allowed abmon width from 5 to 12Pádraig Brady-2/+5
2018-03-14stat,tail: add support for the EXFS file systemBrent Petit-0/+2
2018-03-05stat: work around IBM xlC bugPaul Eggert-6/+4
2018-02-24cp: set appropriate default permissions for special filesPádraig Brady-3/+8
2018-01-10mv: fewer syscalls for ‘mv a b’Paul Eggert-37/+61
2018-01-10mv: improve -n atomicityPaul Eggert-32/+56
2018-01-05cp: remove ASSIGN_BASENAME_STRDUPAPaul Eggert-12/+2
2018-01-04mv: -n overrides -uPaul Eggert-0/+6
2018-01-03tr: add -A, for compatibility with AIX trPaul Eggert-1/+7
2018-01-01maint: update all copyright year number rangesPádraig Brady-138/+138
2017-12-16build: avoid a signed overflow warning in ptxPádraig Brady-1/+1
2017-12-10tail: fix tailing non seekable files on certain systemsPádraig Brady-1/+1
2017-12-10build: avoid build failure without sys/mtio.hPádraig Brady-3/+3
2017-12-10doc: reorganize ls -k and --time-style helpPádraig Brady-16/+20
2017-12-09doc: shred: change 'truncate' to the more descriptive 'deallocate'Pádraig Brady-1/+1
2017-11-29readlink: remove superfluous comma from usage outputPádraig Brady-1/+1
2017-11-29all: use consistent diagnostics for unknown long optionsBernhard Voelker-14/+84
2017-11-27timeout: also support short -v optionBernhard Voelker-1/+1
2017-11-24dd: support iflag=direct with arbitrary sized filesPádraig Brady-4/+11
2017-11-23timeout: add --verbose to diagnose timeoutsPádraig Brady-1/+19
2017-11-18tail: seek to the end of block devicesPádraig Brady-10/+17
2017-11-07maint: shorten https://lists.gnu.org/archive/html/... linksJim Meyering-2/+2
2017-10-31stat: output default formats for --terse in usageAssaf Gordon-5/+27
2017-10-30df: fix hang with fifo argumentPádraig Brady-8/+9
2017-10-27build: ls.c: apply _GL_ATTRIBUTE_PURE to more functionsJim Meyering-4/+4
2017-10-24dd: fix nocache regions passed to posix_fadvise()Pádraig Brady-46/+71
2017-10-24doc: mention QUOTING_STYLE env var in ls man pageMichael Stone-0/+1
2017-10-23maint: apply suggested cleanup to recent stty.c changePádraig Brady-6/+10
2017-10-23b2sum: fix crash with --check and truncated inputPádraig Brady-1/+2
2017-10-23stty: fix processing of options when -F is specifiedPádraig Brady-30/+13
2017-10-23timeout: fix a small race that would ignore command exitPádraig Brady-4/+11
2017-10-23timeout: fix regression when invoked with blocked SIGCHLDThomas Jarosch-10/+14