summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-23maint: expr: avoid compiler warnings without GMPPádraig Brady
2009-09-23doc: ls: further improve --help message re --colorJim Meyering
2009-09-23maint: df.c: adapt to newer gnulibJim Meyering
2009-09-22maint: uptime: fix a theoretical compile warningPádraig Brady
2009-09-22ls: fix a performance regressionPádraig Brady
2009-09-21build: avoid compiler warnings on cygwin 1.5Eric Blake
2009-09-21doc: ls: add an article, "the"Jim Meyering
2009-09-21ls: handle disabling of colors consistently for all tile typesPádraig Brady
2009-09-21doc: ls: make help for --color more concise and accuratePádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-19dircolors: arrange to highlight names with the .lz suffixJim Meyering
2009-09-19mktemp: adapt to new, 3-argument gen_tempname_lenJim Meyering
2009-09-16rm, rmdir: improve cross-compilation supportEric Blake
2009-09-15cp: fix a probably redundant chmod when setting xattrsOndřej Vašík
2009-09-14cp,mv: preserve extended attributes even for read-only filesOndřej Vašík
2009-09-14doc: improve timeout's --help messageJim Meyering
2009-09-13maint: use consistent cpp indentation in all .c filesJim Meyering
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