summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2009-10-06chcon: exit immediately if SELinux is disabledOndřej Vašík-1/+5
2009-10-02dircolors: highlight .cgm and .emf as imagesJames R. Van Zandt-0/+2
2009-10-02tail: avoid a race where we could miss new data with --pidPádraig Brady-22/+24
2009-09-30ls: always print "?" for allocated size of a dereferenced dangling symlinkPádraig Brady-5/+7
2009-09-29stat: interpret "-" as standard inputJim Meyering-1/+16
2009-09-29ls: don't use an undefined struct stat after failed stat/lstatJim Meyering-3/+3
2009-09-29ls: print "?", not "0" as inode of dereferenced dangling symlinkJim Meyering-5/+13
2009-09-29ls: with -LR, exit with status 2 upon detecting a cycleJim Meyering-0/+1
2009-09-25cp, mv: use linkat to guarantee semanticsEric Blake-18/+11
2009-09-25ln: add -L/-P optionsEric Blake-29/+34
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-90/+90
2009-09-23maint: expr: avoid compiler warnings without GMPPádraig Brady-1/+3
2009-09-23doc: ls: further improve --help message re --colorJim Meyering-3/+3
2009-09-23maint: df.c: adapt to newer gnulibJim Meyering-1/+0
2009-09-22maint: uptime: fix a theoretical compile warningPádraig Brady-0/+4
2009-09-22ls: fix a performance regressionPádraig Brady-1/+2
2009-09-21build: avoid compiler warnings on cygwin 1.5Eric Blake-10/+3
2009-09-21doc: ls: add an article, "the"Jim Meyering-1/+1
2009-09-21ls: handle disabling of colors consistently for all tile typesPádraig Brady-11/+13
2009-09-21doc: ls: make help for --color more concise and accuratePádraig Brady-8/+6
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-99/+110
2009-09-19dircolors: arrange to highlight names with the .lz suffixJim Meyering-0/+1
2009-09-19mktemp: adapt to new, 3-argument gen_tempname_lenJim Meyering-2/+2
2009-09-16rm, rmdir: improve cross-compilation supportEric Blake-1/+1
2009-09-15cp: fix a probably redundant chmod when setting xattrsOndřej Vašík-1/+1
2009-09-14cp,mv: preserve extended attributes even for read-only filesOndřej Vašík-5/+18
2009-09-14doc: improve timeout's --help messageJim Meyering-6/+5
2009-09-13maint: use consistent cpp indentation in all .c filesJim Meyering-9/+9
2009-09-11id: don't print context=... when POSIXLY_CORRECT is setJim Meyering-1/+4
2009-09-11rm: avoid compiler warningEric Blake-1/+1
2009-09-11rm: use gnulib faccessatEric Blake-5/+4
2009-09-11rm: improve efficiency of rm -r (without -f) from O(N^2) to O(N)Jim Meyering-0/+7
2009-09-11build: placate gcc's new -Wskip-jump-initJim Meyering-35/+38
2009-09-11rm: rewrite to use ftsJim Meyering-1495/+232
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík-23/+27
2009-09-10dd conv=unblock: print final newline consistentlyJim Meyering-4/+5
2009-09-08tail: make the new piped-stdin test as portable as the old oneJim Meyering-24/+7
2009-09-07tail: syntax-only: use "false", rather than equivalent, 0Jim Meyering-1/+1
2009-09-07tail: ignore -f for piped-stdin, as POSIX requiresJim Meyering-1/+15
2009-09-07tail: don't give up on inotify mode for an already-ignored "-"Jim Meyering-1/+1
2009-09-07tail -f: handle "-"/stdin once againJim Meyering-1/+13
2009-09-06tail: flush initial output before possibly blockingJim Meyering-1/+6
2009-09-05doc: make the tail --sleep-interval help less confusingPádraig Brady-1/+1
2009-09-05maint: remove some tab indentation from copy.cPádraig Brady-3/+3
2009-09-05tests: test old tail -f method even on systems with inotifyPádraig Brady-8/+22
2009-09-05stty: use TAB0, TAB1, and TAB2 only if definedPetr Salinger-0/+8
2009-09-04ln: add comments related to POSIX 2008Eric Blake-21/+15
2009-09-04mv, cp: tweak LINK_FOLLOWS_SYMLINKS logicEric Blake-14/+16
2009-09-03df: don't fail due to an unreadable argumentJim Meyering-1/+4
2009-09-03cp: don't leak resources for each xattr preservation failureOndřej Vašík-1/+1