summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-30build: update to latest gnulibPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-12-19build: don't call OS/2 routines on all systemsKO Myung-Hun
2014-12-18build: expand a response file and a wildcard on OS/2KO Myung-Hun
2014-12-16dd: fix typo in previous changePaul Eggert
2014-12-15dd: diagnose too-large numbers betterPaul Eggert
2014-12-02maint: avoid signed overflow warning with -O3Pádraig Brady
2014-12-02du: handle sub-bind-mount cycles gracefullyBoris Ranto
2014-11-28build: fix missing casts from recent changePádraig Brady
2014-11-27rm: fix prompted number of arguments to remove on some platformsPádraig Brady
2014-11-25build: port new rule for coreutils.h to old BashPaul Eggert
2014-11-24paste: fix possible truncated output with large filesTobias Stoeckmann
2014-11-24df: only suppress remote mounts of separate exports with --totalPádraig Brady
2014-11-23df: ensure -a shows all remote file system entriesPádraig Brady
2014-11-22tests: add a case verifying mv on case insensitive file systemsPádraig Brady
2014-11-21doc: mention how to avoid newlines impacting ls -1Pádraig Brady
2014-11-21mv: fail when moving a file to a hardlinkBoris Ranto
2014-10-27doc: mention that df -a includes duplicate file systemsPádraig Brady
2014-10-16chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady
2014-10-15copy: avoid an extraneous error when reporting errorsPádraig Brady
2014-10-15cp: read sparse files more efficiently with non regular destinationPádraig Brady
2014-10-15cp: avoid speculative preallocation with --sparse=alwaysPádraig Brady
2014-10-15copy: detect smaller holes than the copy buffer sizePádraig Brady
2014-10-08maint: avoid new signed overflow warning on 32 bitPádraig Brady
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
2014-10-02maint: avoid double semicolon syntax check failureBernhard Voelker
2014-09-30dd: new status=progress level to print stats periodicallyFederico Simoncelli
2014-09-30dd: use more robust SIGUSR1 handlingPádraig Brady
2014-09-24mv: use reflink=auto mode by defaultDavid Sterba
2014-09-23stty: only list supported options in --help and man pagesPádraig Brady
2014-09-23doc: fix use of "e.g." in stdbuf help messageMichal Nazarewicz
2014-09-19maint: don't trigger gcc-5's new -Wlogical-not-parentheses warningJim Meyering
2014-09-19cp: fix handling of -H with multiply specified source dirsPádraig Brady
2014-09-19cp: issue correct warning and ignore duplicate source dirsPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-19doc: ensure the correct texinfo nodes are referenced in --helpPádraig Brady
2014-09-11cat: allow copying empty files to themselvesPaul Eggert
2014-09-11doc: reference online info pages directly from man pagesPádraig Brady
2014-09-10doc: adjust reference to info nodes in man pagesPádraig Brady
2014-09-10maint: include libstdbuf.c in extraneous headers checkPádraig Brady
2014-09-10build: adjust previous transformations on libstdbuf namePádraig Brady
2014-09-10build: avoid name transformations on libstdbufPádraig Brady
2014-09-09maint: fix syntax-check issues in recent commitPádraig Brady
2014-09-08maint: avoid file-scope names of the form _[a-z]*Paul Eggert
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-08-23maint: ensure fiemap extents flags are compared correctlyPádraig Brady
2014-08-22maint: avoid int64_t and similar types unless they're neededPaul Eggert
2014-08-21maint: refactor ls QUOTING_STYLE env var handlingYurij Goncharuk
2014-08-19df: improve mount point selection with inaccurate mount listPádraig Brady
2014-08-11cp: remove redundant possibly expensive heap deallocationRasmus Borup Hansen