summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-11id: don't print context=... when POSIXLY_CORRECT is setJim Meyering
2009-09-11rm: avoid compiler warningEric Blake
2009-09-11rm: use gnulib faccessatEric Blake
2009-09-11rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N)Jim Meyering
2009-09-11build: placate gcc's new -Wskip-jump-initJim Meyering
2009-09-11rm: rewrite to use ftsJim Meyering
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík
2009-09-10dd conv=unblock: print final newline consistentlyJim Meyering
2009-09-08tail: make the new piped-stdin test as portable as the old oneJim Meyering
2009-09-07tail: syntax-only: use "false", rather than equivalent, 0Jim Meyering
2009-09-07tail: ignore -f for piped-stdin, as POSIX requiresJim Meyering
2009-09-07tail: don't give up on inotify mode for an already-ignored "-"Jim Meyering
2009-09-07tail -f: handle "-"/stdin once againJim Meyering
2009-09-06tail: flush initial output before possibly blockingJim Meyering
2009-09-05doc: make the tail --sleep-interval help less confusingPádraig Brady
2009-09-05maint: remove some tab indentation from copy.cPádraig Brady
2009-09-05tests: test old tail -f method even on systems with inotifyPádraig Brady
2009-09-05stty: use TAB0, TAB1, and TAB2 only if definedPetr Salinger
2009-09-04ln: add comments related to POSIX 2008Eric Blake
2009-09-04mv, cp: tweak LINK_FOLLOWS_SYMLINKS logicEric Blake
2009-09-03df: don't fail due to an unreadable argumentJim Meyering
2009-09-03cp: don't leak resources for each xattr preservation failureOndřej Vašík
2009-09-01chcon, chmod, chgrp, chown, du: report fts_close failurePádraig Brady
2009-09-01chcon, chmod, chgrp, chown, du: do not ignore fts_close failureJim Meyering
2009-09-01maint: du: remove unnecessary initializationJim Meyering
2009-09-01maint: chown, chgrp, chmod, chcon: remove unnecessary initializationJim Meyering
2009-09-01maint: shred: remove unnecessary initializationJim Meyering
2009-09-01maint: dd: remove unnecessary initializationJim Meyering
2009-09-01maint: tail: remove unnecessary initializationJim Meyering
2009-09-01timeout: remove a redundant assignmentPádraig Brady
2009-09-01timeout: defensive handling of all wait() errorsPádraig Brady
2009-09-01ls -i: print consistent inode numbers also for mount pointsJim Meyering
2009-08-31maint: revert my stdbuf change: the result didn't even compileJim Meyering
2009-08-30maint: stdbuf: move a declaration; no-semantic-changeJim Meyering
2009-08-30build: quiet "make check" in src/Jim Meyering
2009-08-29cp --reflink: preserve attributes on cloned files if askedPádraig Brady
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady
2009-08-28stdbuf: fix a small typo in --help outputPádraig Brady
2009-08-28build: avoid unused variable warnings on cygwinEric Blake
2009-08-28dd: detect closed stderrEric Blake
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-24cp: ignore obscure failure to preserve symlink time stamps,Jim Meyering
2009-08-20install: avoid a portability bug when compiling with non-gccJim Meyering
2009-08-19build: avoid "make dist" failure in man/Jim Meyering
2009-08-18nl: deprecate --page-increment in favor of --line-incrementGiuseppe Scrivano
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