summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-08-29ls: support --hyperlink to output file:// URIsPádraig Brady-41/+253
2017-08-29doc: remove older ChangeLog itemsPádraig Brady-14012/+1
2017-08-29env: add --chdir optionColin Watson-8/+66
2017-08-29tests: don't fail tests when failing to write filesPádraig Brady-116/+109
2017-08-28df: avoid stat() for dummy file systems with -lJosef Cejka-1/+5
2017-08-28doc: add 'realpath usage examples' sectionAssaf Gordon-18/+77
2017-08-28doc: fix realpath index entryAssaf Gordon-1/+1
2017-08-28realpath: improve usage description for --relative-{to,base}Assaf Gordon-8/+8
2017-08-24ls: consistently quote symlink targetsPádraig Brady-0/+40
2017-08-24tail: reinstate inotify use with FIFOsPádraig Brady-5/+5
2017-08-19maint: avoid a syntax check failurePádraig Brady-1/+0
2017-08-19tests: fix issues on alpine linuxPádraig Brady-12/+17
2017-08-17ptx: fix some integer overflow bugsPaul Eggert-103/+91
2017-08-17nohup: simplify by using fcntlPaul Eggert-7/+2
2017-08-17sort: use pthread_sigmask, not sigprocmaskPaul Eggert-16/+21
2017-08-17sort: minor cleanupsPaul Eggert-19/+21
2017-08-17sort: file descriptor disciplinePaul Eggert-17/+15
2017-08-17build: update gnulib submodule to latestPaul Eggert-0/+0
2017-08-13kill: fix signal number to name lookup on AIXPádraig Brady-2/+13
2017-08-13build: use the appropriate single file include option with xlcPádraig Brady-2/+20
2017-08-13tests: avoid false failures on AIXPádraig Brady-1/+11
2017-08-13sort: handle musl locale differences in --debug reportingPádraig Brady-10/+16
2017-08-13seq: produce consistent error messages upon write errorPádraig Brady-2/+2
2017-08-13tests: fix false failure with large printf formatsPádraig Brady-2/+6
2017-08-12build: adjust warning options to work with latest GCCJim Meyering-0/+4
2017-08-12gnulib: update to latest and adjust gl/modules/tempname.diffJim Meyering-2/+1
2017-08-11chroot: fix typo in preceding change: didn't compileJim Meyering-1/+1
2017-08-10doc: correct technicality in chroot's --help outputJim Meyering-1/+1
2017-08-08doc: fix join exampleAssaf Gordon-1/+1
2017-08-03build: update gnulib submodule to latestPaul Eggert-0/+0
2017-08-03copy: more-accurate warning about destructionPaul Eggert-4/+4
2017-08-02maint: avoid a syntax-check failurePádraig Brady-1/+2
2017-08-02build: update gnulib submodule to latestPaul Eggert-0/+0
2017-08-01copy: go back to failing 'cp --backup a~ a'Paul Eggert-40/+71
2017-07-30copy: sanity-check --suffixPaul Eggert-4/+16
2017-07-30copy: make backup files more reliablyPaul Eggert-75/+62
2017-07-30shred: avoid rename racePaul Eggert-44/+32
2017-07-30build: update gnulib submodule to latestPaul Eggert-0/+0
2017-07-24maint: fix grammar in a shred.c commentJim Meyering-1/+1
2017-07-23maint: fix recent syntax-check failuresPádraig Brady-1/+2
2017-07-23shred: remove redundant zeroing of freed memoryPádraig Brady-6/+0
2017-07-23maint: resync with blake2 upstreamPádraig Brady-1/+2
2017-07-23tests: avoid a false failure on AIXPádraig Brady-1/+3
2017-07-20shred: use explicit_bzeroPaul Eggert-6/+10
2017-07-20build: update gnulib submodule to latestPaul Eggert-0/+0
2017-07-10nproc: fix indentation of usage outputAndreas Schwab-2/+2
2017-07-10groups: do not exit earlyJim Meyering-4/+38
2017-07-08tests: groups-dash.sh: avoid false failureJim Meyering-4/+6
2017-07-08doc: tweak wordingJim Meyering-4/+4
2017-06-28expr: add multibyte supportAssaf Gordon-18/+410