summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-06-04build: port single_binary_prog to POSIX shellPaul Eggert
2015-05-30maint: avoid new coverity warningsPádraig Brady
2015-05-28copy: prefer our hardlink to symlink emulation on OS X 10.10Pádraig Brady
2015-05-26maint: remove sys/types.h include order checkPádraig Brady
2015-05-23mkdir: fix -pZ with existing parent directoriesPádraig Brady
2015-05-13timeout: with --foreground don't send SIGCONTPádraig Brady
2015-05-13split: auto set suffix len for --numeric-suffixes=<N --number=NPádraig Brady
2015-05-13doc: clarify the operation of wc -LAssaf Gordon
2015-05-11tail: consistently output all data for truncated filesPádraig Brady
2015-05-11tail: fix inotify startup racesPádraig Brady
2015-05-10build: rewrite is_ENOTSUP without an #if directivePaul Eggert
2015-05-09build: avoid a warning form gcc's new -Wlogical-opJim Meyering
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-04-28build: fix SINGLE_BINARY build when printf is a macroYunlian Jiang
2015-04-28maint: avoid a new -Werror=return-type warning in yes.cPádraig Brady
2015-04-27maint: fix printf format for signed integersPádraig Brady
2015-04-26ls: on GNU/Linux, remove dependency on libaclPaul Eggert
2015-04-22build: fix potential factor build failure on arm and mipsPádraig Brady
2015-04-22maint: avoid -Werror=strict-overflow warnings with GCC 5Pádraig Brady
2015-04-17dircolors: add 'MISSING' to the default databasePádraig Brady
2015-04-13df: fix --local hanging with inaccessible remote mountsPádraig Brady
2015-04-03df: fix use of uninitialized variable reported by valgrindPádraig Brady
2015-04-01doc: clarify that ls --sort=time is newest firstPádraig Brady
2015-03-31tail: fix -f to follow changes after a renameStephane Chazelas
2015-03-27nohup: clarify stdin redirectionPaul Eggert
2015-03-26doc: disambiguate the ls --color descriptionChristoph Anton Mitterer
2015-03-26doc: clarify the date standard output formatsPádraig Brady
2015-03-24doc: clarify the uniq -D man page descriptionPádraig Brady
2015-03-24wc: use a more adaptive wc -l implementationPádraig Brady
2015-03-23doc: clarify default order for ls --sort=sizeDan Jacobson
2015-03-20wc: speedup counting of short linesKristoffer Brånemyr
2015-03-10yes: improve efficiency when all args aren't bufferedGiuseppe Scrivano
2015-03-10yes: output data more efficientlyPádraig Brady
2015-03-04tee: generalize the --write-error option to --output-errorPádraig Brady
2015-03-04maint: update stale comment about ls color sequencesJarosław Gruca
2015-02-27tail,stat: improve support for the IBRIX file systemShane M Seymour
2015-02-24tee: add --write-error to control handling of closed pipesPádraig Brady
2015-02-23tee: close "-" fileBernhard Voelker
2015-02-20tee: treat '-' operand as file name as mandated by POSIXBernhard Voelker
2015-02-18tee: exit early if no more writable outputsPádraig Brady
2015-02-17maint: prefer STREQ_LEN and STRPREFIX over strncmp in all casesBernhard Voelker
2015-02-17stty: fix setting of 'extproc' on BSDPádraig Brady
2015-02-11maint: avoid arbitrary memory access with buggy localtime()Pádraig Brady
2015-02-06maint: document a caveat in the tail inotify implementationPádraig Brady
2015-02-06tail: return inotify resources where possiblePádraig Brady
2015-02-05build: ensure make-prime-list doesn't access out of bounds memoryYury Usishchev
2015-02-02dircolors: sync with Xiph file extensionsPádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-29doc: clarify the output format for the *sum utilitiesPádraig Brady
2015-01-28sync: support syncing specified argumentsGiuseppe Scrivano