summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-18build: perform check-AUTHORS via syntax-check, not via "make check"Jim Meyering
2009-08-18sort: use more portable initialization syntaxJim Meyering
2009-08-14cp,mv: fix issues with preserving timestamps of copied symlinksPádraig Brady
2009-08-13tail: fix tail -f failure when inotify usedPádraig Brady
2009-08-13dd: fix a signal handling racePádraig Brady
2009-08-10nl, pinky: replace uses of strcatJim Meyering
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano
2009-08-07dd: preserve semantics of O_DIRECT even for final blockJim Meyering
2009-08-06dd: work around buffer length restrictions with oflag=direct (O_DIRECT)Jim Meyering
2009-08-04dd: remove unnecessary #if HAVE_FTRUNCATEJim Meyering
2009-08-04cp -pP (and e.g., -a): preserve time stamps on symlinks, tooJim Meyering
2009-07-30tail: tweak indentationJim Meyering
2009-07-30tail: properly parse fractional seconds when monitoring a pidPádraig Brady
2009-07-30tail: exit successfully upon watched process deathGiuseppe Scrivano
2009-07-29cp: support btrfs' copy-on-write file clone operationGiuseppe Scrivano
2009-07-29maint: update sleep.c's copyright year listJim Meyering
2009-07-28tail: use the inotify backend also with --pid=PIDGiuseppe Scrivano
2009-07-27ls -1U dir arg ... now works againKamil Dudka
2009-07-27tr: improve --help's description of --complement (-c)Heikki Orsila
2009-07-24readlink: improve one-line summary: prints canonical file names, tooJim Meyering
2009-07-11tail: adjust type of a local variableJim Meyering
2009-07-08copy.c: remove a duplicate expressionOndřej Vašík
2009-07-08tail: use size_t for counter and index variables, ...Jim Meyering
2009-07-08tail: declare "file descriptor" variable to be "int", not size_tJim Meyering
2009-07-03sort: allow SI and IEC units on separate human sort fieldsPádraig Brady
2009-07-03tail: avoid an inotify portability problem in kernels prior to 2.6.21Giuseppe Scrivano
2009-06-29tail: add comments noting potential inotify-related problemsJim Meyering
2009-06-27stdbuf: fix to stop -i option causing an assertionPádraig Brady
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-06-17stdbuf: A new program to run a command with modified stdio bufferingPádraig Brady
2009-06-15tail: use inotify if it is availableGiuseppe Scrivano
2009-06-13diag: say "failed to...", rather than "cannot..." in a few diagnosticsJim Meyering
2009-06-13sort: Ignore fields where end position is before the start positionCliff Miller
2009-06-11ls --color: do not colorize files with multiple hard links by defaultKamil Dudka
2009-06-07sort: die immediately upon heap allocation failureJim Meyering
2009-06-04dircolors: add screen-256color-bce to TERM listMike Frysinger
2009-06-03dircolors: recognize .xz, .txz, .tbz and .tlz suffixesJim Meyering
2009-06-02chroot: make --groups= work without --userspec=; be more robustJim Meyering
2009-06-02chroot: don't set bogus user-ID or group-ID for --u=U: or --u=:GJim Meyering
2009-06-02chroot: set-*-ID failure must provoke nonzero exit before execvpJim Meyering
2009-05-29head, tail: make --help less ambiguousEric Blake
2009-05-26sort: new --human-numeric-sort option to sort KiB MB etc.Michael Speer
2009-05-26chroot: accept new options --userspec=U:G and --groups=G1,G2,G3Giuseppe Scrivano
2009-05-18doc: clarify the operation of the comm -123 parametersPádraig Brady
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering
2009-05-17build: tr: avoid a warning due to newer gcc's -Wenum-compareJim Meyering
2009-05-17maint: define ARRAY_CARDINALITY in system.hJim Meyering
2009-05-11truncate: fix bug in use of isspaceEric Blake
2009-05-05doc: note the use of LC_COLLATE in comm, join and uniqPádraig Brady
2009-05-05tests: fix typo in check-AUTHORS ruleAndreas Schwab